Skip to main content

Team Endpoints (12)

All endpoints use base URL https://v2.cricket.sportsapipro.com.
GET /api/teams/:id                      # Team details (India, Mumbai Indians, etc.)
GET /api/teams/:id/image                # Team logo URL
GET /api/teams/:id/players              # Squad / roster
GET /api/teams/:id/events/last/:page    # Recent matches (paginated)
GET /api/teams/:id/events/next/:page    # Upcoming matches
GET /api/teams/:id/near-events          # Next scheduled match
GET /api/teams/:id/unique-tournaments   # Tournaments entered
GET /api/teams/:id/performance          # Recent form (W/L/D/NR streak)
GET /api/teams/:id/media                # Team media
GET /api/teams/:id/featured-event       # Next big match
GET /api/teams/:id/player-statistics/seasons
GET /api/teams/:id/tournament/:tid/season/:sid/statistics?type=overall