> ## 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.

# Referee & Venue Endpoints

> Snooker V2 referee and venue data: The Crucible, Alexandra Palace, and more

## Referee Endpoints (5)

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

<Note>In snooker, referees officiate matches and handle ball re-spotting, foul calls, and frame management.</Note>

```bash theme={null}
GET /api/referee/:id
GET /api/referee/:id/image
GET /api/referee/:id/tournament/:tid/season/:sid/statistics
GET /api/referee/:id/events/last/:page
GET /api/referee/:id/events/next/:page
```

## Venue Endpoints (3)

```bash theme={null}
GET /api/venue/:id
GET /api/venue/:id/events/last/:page
GET /api/venue/:id/events/next/:page
```

Notable snooker venues include The Crucible Theatre (World Championship), Alexandra Palace (The Masters), and York Barbican (UK Championship).
