Featured Series
Last updated
Last updated
This API is designed to efficiently deliver a high-traffic series list. Retrieve details about upcoming, ongoing, or completed series.
This API endpoint is useful when used along with the Fixtures endpoint. Please find the examples below:
https://cricket.sportsjupiter.com/v1/featured-series?api_token={api_token}
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:
https://cricket.sportsjupiter.com/v1/fixtures?api_token={api_token}&series_id=4541,4538,4535