Skip to main content

Team Director (Directeur Sportif) Endpoints (5)

All endpoints use base URL https://v2.cycling.sportsapipro.com.
GET /api/manager/:id                    # Team director details
GET /api/manager/:id/image              # Director photo
GET /api/manager/:id/career             # Career history
GET /api/manager/:id/events/last/:page  # Recent stages managed
GET /api/manager/:id/tournament/:tid/season/:sid/statistics  # Season stats

Venue (Stage Location) Endpoints (3)

GET /api/venue/:id                      # Stage start/finish location details
GET /api/venue/:id/events/last/:page    # Past stages at location
GET /api/venue/:id/events/next/:page    # Upcoming stages at location