apisports_basketball_standings
Retrieve basketball league standings for a given season. Specify league and season to get team positions, games played, wins, losses, points, and form.
Instructions
Basketball standings for a league and season.
Returns: {response:[[{position, team, league, group:{name}, games:{played, win:{total, percentage}, lose:{…}}, points:{for, against}, form}]]} — SHAPE FROM VENDOR DOCS. Double-nested like football's.
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 league table {"league": 12, "season": "2023-2024"}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | One team's row. | |
| league | Yes | League id. | |
| season | Yes | Season span, e.g. '2023-2024'. |