LogoLogo
Cricket APISportMonksContactFootball API
  • Welcome
  • Getting Started
    • Getting started
    • All endpoints
    • Enriching your response
  • Our API
    • Introduction to our API
    • Continents
      • GET All Continents
      • GET Continent by ID
    • Countries
      • GET All Countries
      • GET Country by ID
    • Leagues
      • GET All Leagues
      • GET League by ID
    • Seasons
      • GET All Seasons
      • GET Season by ID
    • Fixtures
      • GET All Fixtures
      • GET Fixture by ID
    • Livescores
      • GET All Livescores
    • Teams
      • GET All Teams
      • GET Team by ID
      • GET Squad by Team and Season ID
    • Players
      • GET All Players
      • GET Player by ID
    • Officials
      • GET All Officials
      • GET Official by ID
    • Venues
      • GET All Venues
      • GET Venue by ID
    • Positions
      • GET All Positions
      • GET Position by ID
    • Stages
      • GET All Stages
      • GET Stage by ID
    • Team Rankings
      • GET Global Team Rankings
    • Standings
      • GET Standings by Season ID
      • GET Standings by Stage ID
    • Scores
      • GET All Scores
      • GET Score by ID
  • Relationships
    • Scoreboards
    • Official/Umpries
    • Results
  • API References
  • API Reference Guide
  • API Rate limit
  • Statuses and definitions
  • Demo response files
  • Events
  • Statistics
  • General
  • SportMonks
  • Plans & Pricing
  • FAQ
  • Contact
  • Changelog
    • Changelog
Powered by GitBook
On this page
  • Bowling Scoreboards
  • Batting Scoreboards
  • Runs
  • Line-ups
  • Ball by Ball

Was this helpful?

  1. Relationships

Scoreboards

Bowling Scoreboards

Bowling scoreboards can be divided into S1, S2, S3, S4 (S3 and S4 only for test matches). They can be added to any fixtures related response by adding &include=bowling to your request url. A. bowling record will contains data bout runs, wickets, overs, player, team and much more.

You can request all the bowling scoreboards we have on a fixture or livescores endpoint. For example:

https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=bowling

Batting Scoreboards

Batting scoreboards can be divided into S1, S2, S3, S4 (S3 and S4 only for test matches). They can be added to any fixtures related response by adding &include=batting to your request url. A. bowling record will contains data bout fout_x, six_x, score, ball, player, team and much more.

You can request all the batting scoreboards we have on a fixture or livescores endpoint. For example:

https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=batting

Runs

Runs basically are an aggregated/calculated total of an inning of the game. The inning property equals the scoreboard property on bowling and batting data.

You can request all the runs we have on a fixture or livescores endpoint. For example:

https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=runs

Line-ups

The lineup include represent an array of player that playing the game for both away and home team. We provide information about the players as well as information captain and wicketkeeper.

You can request all the lineups we have on a fixture or livescores endpoint:

https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=lineup

Ball by Ball

You can request all the ball by ball information we have on a fixture or livescores endpoint:

https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=balls
PreviousGET Score by IDNextOfficial/Umpries

Last updated 1 year ago

Was this helpful?

To follow a game Ball By Ball you can easily include balls to your fixture or livescores related request. As you can see below it will only return id so to gain more information you can use to enrich the dataset.

nested includes