isportsapi_football_schedule
Fetch football fixtures and results by date, with optional league filter. Returns match details including teams, scores, and status.
Instructions
Football fixtures and results by date.
Returns: {code:0, data:[{matchId, competitionId, homeId, homeName, awayId, awayName, matchTime, status, homeScore, awayScore, halfHomeScore, halfAwayScore}]} — SHAPE FROM VENDOR DOCS. matchTime is a UNIX TIMESTAMP, not an ISO string.
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 fixtures {"date": "2024-08-17"}
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. |