Skip to main content

Managers (6 endpoints)

Manager Details

GET /api/managers/:id

Manager Photo

GET /api/managers/:id/image

Manager Career

GET /api/managers/:id/career

Recent Matches

GET /api/managers/:id/events/last/:page

Upcoming Matches

GET /api/managers/:id/events/next/:page

Season Statistics

GET /api/managers/:id/tournament/:tid/season/:sid/statistics

Referees (5 endpoints)

Referee Details

GET /api/referee/:id

Referee Photo

GET /api/referee/:id/image

Season Statistics

GET /api/referee/:id/tournament/:tid/season/:sid/statistics

Recent Matches

GET /api/referee/:id/events/last/:page

Upcoming Matches

GET /api/referee/:id/events/next/:page

Venues (4 endpoints)

Venue Details

GET /api/venue/:id

Venue Photo

GET /api/venue/:id/image

Recent Events

GET /api/venue/:id/events/last/:page

Upcoming Events

GET /api/venue/:id/events/next/:page