Skip to main content

Scorecards

GET /api/v1/match/{matchId}/scorecards
Returns batting and bowling scorecards with full player objects (id, name, logo).
curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.sportsapipro.com/v6/cricket/match/{matchId}/scorecards"
Cache TTL: 60 s.

Ball-by-Ball

GET /api/v1/match/{matchId}/ball-by-ball
Live commentary stream describing every delivery.
curl -H "x-api-key: YOUR_API_KEY" \
  "https://api.sportsapipro.com/v6/cricket/match/{matchId}/ball-by-ball"
Cache TTL: 5 s.
Use /match/{id}/scorecards for post-innings displays and /match/{id}/ball-by-ball for live in-over tickers. Combine with /match/{id} for venue, toss, and team metadata.
Last modified on June 29, 2026