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

> 13 endpoints for floorball coaches, referees, and indoor arenas

## Manager / Coach (5 endpoints)

### Manager Details

```
GET /api/manager/:id
```

### Manager Photo

```
GET /api/manager/:id/image
```

### Manager Career

```
GET /api/manager/:id/career
```

### Recent Matches

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

### Season Statistics

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

***

## Referee (5 endpoints)

### Referee Details

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

### Referee Photo

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

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

***

## Venue / Indoor Arena (3 endpoints)

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