Skip to main content

Manager / Coach (5 endpoints)

Manager Details

GET /api/manager/:id

Manager Photo

GET /api/manager/:id/image

Manager Career

GET /api/manager/:id/career

Recent Matches

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

Season Statistics

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

Referee (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

Venue / Indoor Arena (3 endpoints)

Venue Details

GET /api/venue/:id

Recent Matches at Venue

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

Upcoming Matches at Venue

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