Team / Player Entity Endpoints (11)
All endpoints use base URL https://v2.darts.sportsapipro.com.
In darts, “teams” represent individual players since it’s a 1v1 sport.
Player Details
Player details: name, nationality, ranking.
Player Photo
Player Members
GET /api/teams/:id/players
Recent Matches
GET /api/teams/:id/events/last/:page
Upcoming Matches
GET /api/teams/:id/events/next/:page
Next Match
GET /api/teams/:id/near-events
Tournaments Entered
GET /api/teams/:id/unique-tournaments
Featured Event
GET /api/teams/:id/featured-event
Player Stats Seasons
GET /api/teams/:id/player-statistics/seasons
Season Statistics
GET /api/teams/:id/tournament/:tid/season/:sid/statistics?type=overall