Teams and format
Each fixture identifies both teams and whether it is Test, ODI, T20, or a league match.
Build calendars, reminders, and match hubs from upcoming international and major domestic fixtures. Every fixture includes the teams, format, start time, venue, and series context.
Each fixture identifies both teams and whether it is Test, ODI, T20, or a league match.
Start time and match status support calendars and reminder jobs.
Ground, city, and country help users filter matches by location.
Each match can be connected to its tournament or bilateral series.
{"match_id":"ind-eng-t20-2026-01","title":"India vs England","format":"T20I","date":"2026-10-01T14:00:00Z","venue":"Eden Gardens","series":"India vs England T20I Series","status":"upcoming"}Show upcoming fixtures grouped by date or competition.
Notify users before a selected team plays.
List today's matches and link each one to live data.
Find upcoming matches before player stats are requested.
Returns the default upcoming fixture window.
Filters fixtures by cricket format.
Filters fixtures for a team.
Returns fixtures that belong to one series.
Store the match ID from the schedule response. The same ID is used by the live, scorecard, commentary, and fantasy endpoints, so the schedule should be the entry point for a match page. Filter by team or format before rendering a large list.
Treat start times as UTC and convert them in the client. Match status can change from upcoming to live and then to completed, so a calendar should refresh the current day more often than future dates. Venue names should be displayed as returned rather than reconstructed from the city.
The schedule endpoint answers what will be played. It does not replace the scorecard or commentary endpoints. Once a fixture becomes live, link the user to the live match page and start requesting match data with its match ID.
The default response covers upcoming fixtures and can be narrowed by date, team, or format.
Major domestic competitions are included alongside international fixtures.
New fixtures and official changes appear after the source schedule is updated.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Open this related cricket API page.
Create an API key, call the endpoint with a match, player, or series ID, and upgrade only when your traffic grows.
Compare API plans