# Nebl Web Geniussports — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Get real-time NEBL basketball standings with comprehensive team statistics including wins, losses, points, streaks, and scoring data. Stay updated on your favorite National Elite Basketball League teams' current rankings and performance metrics.

**Category:** Sports | **Website:** [nebl.web.geniussports.com/competitions/?cu=BEBL/standings](https://nebl.web.geniussports.com/competitions/?cu=BEBL/standings) | **Docs:** [parse.bot/marketplace/98eb02f5-f914-459f-9988-aa77955d77fd/nebl-web-geniussports-com-api](https://parse.bot/marketplace/98eb02f5-f914-459f-9988-aa77955d77fd/nebl-web-geniussports-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-nebl-web-geniussports-com-api-98eb02f5/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_standings

Get the latest standings for all teams in a competition. Returns an array of team standing objects ordered by position, each carrying points, games played, wins, losses, current streak, scored for, scored against, and score difference. One round-trip returns the full table; no pagination.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `competition` | string | No | Competition unit identifier. |
| `language` | string | No | Language code for the response. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-nebl-web-geniussports-com-api-98eb02f5/get_standings \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"competition":"<string>","language":"<string>"}'
```
