Skip to main content

Tournament Endpoints (11)

All endpoints use base URL https://v2.tennis.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/draw
GET /api/tournament/:id/season/:sid/rounds
GET /api/tournament/:id/season/:sid/events/last/:page
GET /api/tournament/:id/season/:sid/events/round/:round
GET /api/tournament/:id/season/:sid/info
GET /api/tournament/:id/season/:sid/venues
The /draw endpoint returns the full tournament draw (R128 → R64 → R32 → R16 → QF → SF → Final). This is the primary bracket endpoint for tennis.
/events/round/:round filters events by round number (e.g. /round/6 for R32). Round numbers map to draw stages — see /rounds for the list available in a given season.
Last modified on June 9, 2026