apisports_basketball_games
Retrieve basketball game listings worldwide by date or league. Get team matchups, scores, and status for NBA, EuroLeague, and more.
Instructions
Basketball games worldwide (NBA, EuroLeague, NBL and many more) by date or league.
Returns: {response:[{id, date, status:{long, short}, league:{id, name, season}, teams:{home, away}, scores:{home:{quarter_1, quarter_2, quarter_3, quarter_4, over_time, total}, away:{…}}}]} — SHAPE FROM VENDOR DOCS. Note season is a '2023-2024' STRING here; the football host uses an integer year.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A day's games {"date": "2024-01-15"}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| team | No | Team id. | |
| league | No | League id. | |
| season | No | Season as a SPAN for this sport, e.g. '2023-2024' — not a single year like football. | |
| timezone | No | IANA zone. |