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

# Team / Pair Endpoints

> 12 endpoints for beach volleyball teams (pairs): rosters, form, and tournaments

### Team / Pair Details

```
GET /api/teams/:id
```

Team/pair details (e.g., "Mol A / Sørum C").

### Team Image

```
GET /api/teams/:id/image
```

### Players (Pair Members)

```
GET /api/teams/:id/players
```

The 2 players in the pair.

### Recent Matches

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

### Upcoming Matches

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

### Next Match

```
GET /api/teams/:id/near-events
```

### Tournaments Entered

```
GET /api/teams/:id/unique-tournaments
```

### Recent Form

```
GET /api/teams/:id/performance
```

### Team Media

```
GET /api/teams/:id/media
```

### Featured Event

```
GET /api/teams/:id/featured-event
```

### Player Statistics Seasons

```
GET /api/teams/:id/player-statistics/seasons
```

### Season Statistics

```
GET /api/teams/:id/tournament/:tid/season/:sid/statistics?type=overall
```
