> ## 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 Principal & Venue Endpoints

> 8 endpoints for team principals and circuit/venue data

## Team Principal Endpoints (5)

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

```bash theme={null}
GET /api/manager/:id                    # Team principal details
GET /api/manager/:id/image              # Principal photo
GET /api/manager/:id/career             # Career history
GET /api/manager/:id/events/last/:page  # Recent races managed
GET /api/manager/:id/tournament/:tid/season/:sid/statistics  # Season stats
```

## Circuit / Venue Endpoints (3)

```bash theme={null}
GET /api/venue/:id                      # Circuit details (Monza, Silverstone, Monaco)
GET /api/venue/:id/events/last/:page    # Past races at circuit
GET /api/venue/:id/events/next/:page    # Upcoming races at circuit
```
