cricketaustralia_fixtures
Retrieve cricket match fixtures and details including teams, venue, dates, and live/completed status. Filter by competition, year, or game type.
Instructions
Match list (the /matches feed) — fixtures with teams, venue, competition, status, toss and result. Filter by competition, completed/live, etc.
Returns: {fixtures:[{id, name, startDateTime, gameType, isLive, isCompleted, resultText, competitionId, venueId, homeTeamId, awayTeamId, tossResult, tossDecision}], responseError}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Season/calendar year (e.g. 2026). | |
| limit | No | Max fixtures to return. | |
| format | No | Response format. | json |
| isLive | No | Only live matches. | |
| jsconfig | No | Response-shape flag (leave as the default to get the camelCase envelope). | eccn:true |
| gameTypeId | No | Filter by game type (Test / ODI / T20). | |
| isCompleted | No | Only completed matches. | |
| competitionId | No | Filter to one competition. |