isportsapi_basketball_schedule
Fetch basketball fixtures and results by date, with optional league filter for targeted match schedules and scores.
Instructions
Basketball fixtures and results by date.
Returns: {code:0, data:[{matchId, leagueId, homeName, awayName, matchTime, status, homeScore, awayScore, quarterScores}]} — SHAPE FROM VENDOR DOCS.
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 ISPORTS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD. | |
| leagueId | No | Restrict to one competition. |