> ## 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 MMA referees (octagon officials) and venue/arena data

<Note>
  MMA does not have traditional team managers. This category covers octagon referees (e.g., Herb Dean, Marc Goddard) and event venues.
</Note>

### Referee Details

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

### Referee Photo

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

### Referee Season Stats

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

### Referee Recent Events

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

### Referee Upcoming Events

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

### Venue Details

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

Arena/venue details (capacity, location).

### Venue Recent Events

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

### Venue Upcoming Events

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