Skip to main content

Tournament Endpoints (12)

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

Tournament Info

GET /api/tournament/:id/info
GET /api/tournament/:id/seasons
GET /api/tournament/:id/image
GET /api/tournament/:id/featured-events
GET /api/tournament/:id/media

Season-Specific Endpoints

All require tournamentId + seasonId. Discover season IDs via /api/tournament/:id/seasons.
GET /api/tournament/:id/season/:sid/standings?type=total
GET /api/tournament/:id/season/:sid/rounds
GET /api/tournament/:id/season/:sid/knockout
GET /api/tournament/:id/season/:sid/events/round/:round
GET /api/tournament/:id/season/:sid/events/last/:page
GET /api/tournament/:id/season/:sid/info
GET /api/tournament/:id/season/:sid/venues
Cricket tournaments do not use a round/matchday system upstream — most seasons (IPL, internationals, county cricket) return 404 on /rounds and /events/round/:round. Use /events/last/:page for the paginated match list, /standings for the points table, and /knockout for the playoff bracket instead.
Last modified on June 9, 2026