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

> 12 endpoints for esports teams: rosters, form, matches, and statistics

## Team Endpoints (12)

All endpoints use base URL `https://v2.esports.sportsapipro.com`.

### Team Details

```bash theme={null}
GET /api/teams/:id
```

Team info: organization name, game, region.

### Team Logo

```bash theme={null}
GET /api/teams/:id/image
```

### Current Roster

```bash theme={null}
GET /api/teams/:id/players
```

Active 5 players + coach + substitutes.

### Recent Matches

```bash theme={null}
GET /api/teams/:id/events/last/:page
```

### Upcoming Matches

```bash theme={null}
GET /api/teams/:id/events/next/:page
```

### Next Match

```bash theme={null}
GET /api/teams/:id/near-events
```

### Tournaments Entered

```bash theme={null}
GET /api/teams/:id/unique-tournaments
```

### Recent Form

```bash theme={null}
GET /api/teams/:id/performance
```

W/L/D streak and recent results.

### Team Media

```bash theme={null}
GET /api/teams/:id/media
```

### Featured Event

```bash theme={null}
GET /api/teams/:id/featured-event
```

### Player Stats Seasons

```bash theme={null}
GET /api/teams/:id/player-statistics/seasons
```

### Season Statistics

```bash theme={null}
GET /api/teams/:id/tournament/:tid/season/:sid/statistics?type=overall
```
