Page cover image

Introduction

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.

Base URL

The base URL for all API endpoints is https://cricket.sportsjupiter.com/v1. Make sure to prepend this to each endpoint when making requests.

Authentication

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.

Dashboard

First request

Below is a request for fixtureAPI 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

Status code
Description

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

Note

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

Last updated