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

# Manager, Referee & Venue Endpoints

> 15 American Football V2 manager, referee, and venue endpoints

# Manager / Referee / Venue Endpoints

## Head Coaches (6)

| Method | Endpoint                                                   | Description     |
| ------ | ---------------------------------------------------------- | --------------- |
| GET    | `/api/managers/:id`                                        | Coach details   |
| GET    | `/api/managers/:id/image`                                  | Coach photo     |
| GET    | `/api/managers/:id/career`                                 | Coaching career |
| GET    | `/api/managers/:id/events/last/:page`                      | Recent games    |
| GET    | `/api/managers/:id/events/next/:page`                      | Upcoming games  |
| GET    | `/api/managers/:id/tournament/:tid/season/:sid/statistics` | Season stats    |

## Referees (5)

| Method | Endpoint                                                  | Description     |
| ------ | --------------------------------------------------------- | --------------- |
| GET    | `/api/referee/:id`                                        | Referee details |
| GET    | `/api/referee/:id/image`                                  | Referee photo   |
| GET    | `/api/referee/:id/tournament/:tid/season/:sid/statistics` | Season stats    |
| GET    | `/api/referee/:id/events/last/:page`                      | Recent games    |
| GET    | `/api/referee/:id/events/next/:page`                      | Upcoming games  |

## Stadiums (4)

| Method | Endpoint                           | Description             |
| ------ | ---------------------------------- | ----------------------- |
| GET    | `/api/venue/:id`                   | Stadium details         |
| GET    | `/api/venue/:id/events/last/:page` | Recent games at venue   |
| GET    | `/api/venue/:id/events/next/:page` | Upcoming games at venue |
