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

> 11 endpoints for darts player entities: in darts, "teams" represent individual players

## Team / Player Entity Endpoints (11)

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

<Note>In darts, "teams" represent individual players since it's a 1v1 sport.</Note>

### Player Details

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

Player details: name, nationality, ranking.

### Player Photo

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

### Player Members

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

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

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