> ## 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 endpoints for rugby coaches, match officials, and stadium data

## Managers (Head Coaches)

### Manager Details

```
GET /api/managers/:id
```

### Manager Photo

```
GET /api/managers/:id/image
```

### Career History

```
GET /api/managers/:id/career
```

### Recent Matches

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

### Upcoming Matches

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

### Season Statistics

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

***

## Referees

### Referee Details

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

### Referee Photo

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

### Referee Season Statistics

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

### Recent Matches

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

### Upcoming Matches

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

***

## Venues (Stadiums / Grounds)

### Venue Details

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

### Recent Matches at Venue

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

### Upcoming Matches at Venue

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