> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sportsapipro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tournament Endpoints

> 10 endpoints for snooker tournament data: draws, rounds, and season info

## Tournament Endpoints (10)

All endpoints use base URL `https://api.sportsapipro.com/v2/snooker`.

### Tournament Info

```bash theme={null}
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`.

```bash theme={null}
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/info
GET /api/tournament/:id/season/:sid/venues
```

<Note>Most snooker tournaments are knockout format. The `/draw` endpoint returns the full bracket.</Note>
