Introduction
Before you are able to call our API you need a SportsJupiter account. Click on the below link to register.
Last updated
Before you are able to call our API you need a SportsJupiter account. Click on the below link to register.
Last updated
Welcome to the Cricket API documentation. This API provides access to a wide range of cricket-related data, including live scores, player statistics, team information, and more. Whether you're building a cricket app, or website, or integrating cricket data into your system, this documentation will guide you through the usage of our API.
The base URL for all API endpoints is https://cricket.sportsjupiter.com/v1
. Make sure to prepend this to each endpoint when making requests.
To access the Cricket API, you need to include your API key in the URL query parameter. You can find the API token on the dashboard.
Below is a request for fixture
API along with the secret API token which you can find in your SportsJupiter account.
https://cricket.sportsjupiter.com/v1/fixture?api_token={api_token}&fixture_id=51890
200
Successful request and data was returned
400
Part of the request is malformed, the exact reason can be found in the response
401
Unauthorized access
500
Internal error with our servers
The best way to understand the API data structure is to hit all of the examples provided in this documentation. All our endpoints are self-explanatory and easy to understand. Please feel free to contact us if you have any queries regarding our APIs