> ## 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 / Player Entity Endpoints

> Badminton V2 team endpoints: represents individual players or doubles pairs

## Team / Player Entity Endpoints (11)

In badminton, "teams" represent **individual players** or **doubles pairs**, not clubs.

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

### Team Details

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

The `/players` endpoint is useful for doubles pairs to see both members.

### Match History

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

### Tournament & Stats

```bash theme={null}
GET /api/teams/:id/unique-tournaments
GET /api/teams/:id/media
GET /api/teams/:id/featured-event
GET /api/teams/:id/player-statistics/seasons
GET /api/teams/:id/tournament/:tid/season/:sid/statistics?type=overall
```

### Finding Team IDs

Use search to discover player/pair entity IDs:

```bash theme={null}
GET /api/search?q=axelsen
```
