Skip to main content

Match Endpoints (24)

All endpoints use base URL https://v2.cricket.sportsapipro.com.

Match Details

GET /api/match/:matchId                     # Full match details
GET /api/match/:matchId/scores              # Innings-by-innings scores
GET /api/match/:matchId/lineups             # Playing XI for both teams
GET /api/match/:matchId/statistics           # Match stats (batting/bowling)
GET /api/match/:matchId/incidents            # Wickets, boundaries, milestones

Player Statistics

GET /api/match/:matchId/player-statistics    # All player stats in match
GET /api/match/:matchId/player/:pid/statistics # Individual player stats
GET /api/match/:matchId/best-players         # Top performers
GET /api/match/:matchId/award                # Man of the Match

Analysis

GET /api/match/:matchId/h2h                  # Head-to-head history
GET /api/match/:matchId/graph                # Scoring progression (run rate)
GET /api/match/:matchId/pregame-form         # Recent form (W/L streak)
GET /api/match/:matchId/streaks              # Team streaks

Media & Info

GET /api/match/:matchId/highlights           # Video highlights
GET /api/match/:matchId/media                # Match media
GET /api/match/:matchId/votes                # Fan predictions
GET /api/match/:matchId/venue                # Ground details
GET /api/match/:matchId/missing-players      # Unavailable/injured players
GET /api/match/:matchId/channels             # TV broadcast info

Odds

GET /api/match/:matchId/odds                 # Featured odds
GET /api/match/:matchId/odds/all             # All odds providers
GET /api/match/:matchId/odds/pre-match       # Pre-match odds
GET /api/match/:matchId/odds/live            # Live odds
GET /api/match/:matchId/winning-odds         # Win probability