Fixtures
Last updated
Last updated
This API is designed to deliver fixtures based on filters. Retrieve upcoming, ongoing, or completed fixtures for various cricket events.
Fixtures can be retrieved by providing either one of the filters. This API supports two filters.
Date range filters. You can specify the date range using the start_date
and end_date
query param OR
Filter fixtures by either season_id
, league_id
or series_id
Date Range (Fetch all fixtures between the specified date range)
The below API fetches all fixtures between 2024-01-01 and 2024-01-01
Fetch all fixtures for a single season (IPL 2024 season)
Fetch all fixtures for multiple seasons (IPL 2024 season and 2023/2024 ODI women)
Similarly, you can pass as many season IDs to fetch fixtures for multiple seasons. You can find all available season IDs from the seasons
API.
Fetch all fixtures for a single league (T20 International)
Fetch all fixtures for multiple leagues (T20 International and ODI International)
Similarly, you can pass as many league IDs to fetch fixtures for multiple leagues. You can find all available league IDs from the leagues
API.
Fetch all fixtures for a series
This filter is tailor-made to work along with the featured series endpoint. You can send featured series IDs into this API to fetch all fixtures for a specific series.
Featured series API Request
In the above API response, the West Indies Tour of Australia contains three series IDs (Test, T20 and ODI). You can simply pass these series IDs in the series_id
query param to fetch all fixtures for a specific series like the below: