Endpoint Definitions
A summary of what each endpoint will return
Matches
- Get Matches - /v1/matches - get a full list of matches
- Get Commentary - /v1/matches/(matchId)/commentary - get commentary for a given match
- Get Match - /v1/matches/(id) - get all details for a single match
- Get Fixtures Search - /v1/matches/search - get a list of matches that fit the search criteria provided
Teams
- Get Team - /v1/teams/(teamId) - get all details for a team
- Get Team Players - /v1/teams/(teamId)/players - get all players for a given team
- Get Team Player - /v1/teams/(teamId}/players/(playerId) - get details of a specific player whilst they were at a team
Players
- Get Player (v1) - /v1/player/(playerId) - get all details for a player
- Get Player (v2) - /v2/player/(playerId) - get all details for a player
Coaches
- Get Coaches - /v1/coaches - get a list of coaches
Tables
- Get Table - /v1/tables/(compId) - get the table for a competition
Form
- Get Form - /v1/form/(teamId) - get the form for a given team
Head to Head
- Get Head to Head (v1) - /v1/head-to-head and /v1/headtohead (deprecated) - get head to head stats for two teams
- Get Head to head (v2) - /v2/head-to-head and /v2/headtohead (deprecated) - get head to head stats for two teams
Match Dates
- Get Match Dates - /v1/match-dates and /v1/matchdates (deprecated) - get a list of match dates
Updated 24 days ago
