CricketAPI
  • Introduction
  • Leagues
  • Seasons
  • Featured Series
  • Featured Fixtures
  • Fixtures
  • Fixture (Single Fixture Detailed Stats)
  • Commentary (Ball-by-Ball)
  • Livescores
  • Player
  • Team
  • Standings
  • Team Rankings
Powered by GitBook
On this page
  • Base URL
  • Authentication
  • First request
  • Note

Introduction

NextLeagues

Last updated 2 months ago

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.

First request

Below is a request for fixtureAPI along with the secret API token which you can find in your SportsJupiter account.

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

https://cricket.sportsjupiter.com/v1/fixture?api_token={api_token}&fixture_id=51890
Page cover image
Dashboard