Sportradar Cricket v2
Number of APIs: 22
The Cricket API provides real-time scoring, detailed match statistics (when available), and an array of supplementary data.
The API is consistent in structure, format, and behavior with the other General Sport APIs. Primary feeds will return schedules, competitions, team and player data, and real-time scores.
Additional feeds provide a host of complementary stats, including:
Standings
Detailed ball-by-ball data
Match lineups
Seasonal statistics
Unique fielding data points
To receive trial access, visit this page.
-
Daily Live Schedule GET {{baseUrl}}/:locale/schedules/live/schedule.{{format}}
-
Daily Results GET {{baseUrl}}/:locale/schedules/:date/results.{{format}}
-
Daily Schedule GET {{baseUrl}}/:locale/schedules/:date/schedule.{{format}}
-
Match Probabilities GET {{baseUrl}}/:locale/matches/:urn_sport_event/probabilities.{{format}}
-
Match Summary GET {{baseUrl}}/:locale/matches/:urn_sport_event/summary.{{format}}
-
Match Timeline GET {{baseUrl}}/:locale/matches/:urn_sport_event/timeline.{{format}}
-
Player Profile GET {{baseUrl}}/:locale/players/:player_id/profile.{{format}}
-
Team Profile GET {{baseUrl}}/:locale/teams/:team_id/profile.{{format}}
-
Team Results GET {{baseUrl}}/:locale/teams/:team_id/results.{{format}}
-
Team Schedule GET {{baseUrl}}/:locale/teams/:team_id/schedule.{{format}}