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
  • Toss Won
  • Winner Team
  • Man of the Match
  • Man of the Series

Was this helpful?

  1. Relationships

Results

Toss Won

Via tosswonyou are able to gain information about the team who won the toss.

You can request all the toss won livescores we have via below endpoint:

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

Winner Team

Via this winnerteamyou are able to gain information about the team who won the game.

You can request all the winner team livescores we have via below endpoint:

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

Man of the Match

Get information about who is elected man of the match.

You can request all the man of match livescores we have via below endpoint:

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

Man of the Series

Get information about who is elected man of the series.

You can request all the man of series livescores we have via below endpoint:

https://cricket.sportmonks.com/api/v2.0/livescores?api_token={YOURTOKEN}&include=manofseries
PreviousOfficial/UmpriesNextAPI Rate limit

Last updated 4 years ago

Was this helpful?