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

> 8 endpoints for table tennis umpires and venues

### Referee Details

```
GET /api/referee/:id
```

### Referee Image

```
GET /api/referee/:id/image
```

### Referee Season Statistics

```
GET /api/referee/:id/tournament/:tid/season/:sid/statistics
```

### Referee Recent Events

```
GET /api/referee/:id/events/last/:page
```

### Referee Upcoming Events

```
GET /api/referee/:id/events/next/:page
```

### Venue Details

```
GET /api/venue/:id
```

### Venue Recent Events

```
GET /api/venue/:id/events/last/:page
```

### Venue Upcoming Events

```
GET /api/venue/:id/events/next/:page
```
