Endpoints
Daily Results
Provides all game results for a given date.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
year | Year in 4 digit format (YYYY). |
month | Month in 2 digit format (MM). |
day | Day in 2 digit format (DD). |
format | xml or json. |
your_api_key | Your API key. |
Daily Schedule
Provides a list of all scheduled games for a given date.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
year | Year in 4 digit format (YYYY). |
month | Month in 2 digit format (MM). |
day | Day in 2 digit format (DD). |
live | Optional: Replace the date with "live" for a live schedule. |
format | xml or json. |
your_api_key | Your API key. |
Head To Head
Provides previous and upcoming matches between two teams, including match results.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
team_id | Id of a given team. |
team_id2 | Id of a given team. |
format | xml or json. |
your_api_key | Your API key. |
Match Lineups
Provides basic match lineup information for both teams.
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
match_id | ID for a given game. |
format | xml or json. |
your_api_key | Your API key. |
Match Probabilities
Provides 3-way probabilities (home team win, away team win, draw) for a given match.
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
match_id | ID for a given game. |
format | xml or json. |
your_api_key | Your API key. |
Match Summary
Provides real-time match-level statistics for a given match. Including player stats, team stats, and scoring by period. Please note that data returned is determined by coverage level.
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
match_id | ID for a given game. |
format | xml or json. |
your_api_key | Your API key. |
Match Timeline
Provides real-time match-level statistics and a play-by-play event timeline for a given match. This includes player stats, team stats, scoring by period, clock time for each recorded event. Please note that data returned is determined by coverage level.
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
match_id | ID for a given game. |
format | xml or json. |
your_api_key | Your API key. |
Player Profile
Provides player biographical information, including current team.
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
player_id | Id of a given player. |
format | xml or json. |
your_api_key | Your API key. |
Team Profile
Provides team information and statistics by season for a given team.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
team_id | Id of a given team. |
format | xml or json. |
your_api_key | Your API key. |
Team Results
Returns a list of game results for a given team.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
team_id | Id of a given team. |
format | xml or json. |
your_api_key | Your API key. |
Team Schedule
Returns a list of scheduled games by team.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
team_id | Id of a given team. |
format | xml or json. |
your_api_key | Your API key. |
Team Statistics
Returns information and stats for a team within a tournament. The Tournament ID can be interchanged with Season ID to display the stats for past seasons if collected.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
team_id | Id of a given team. |
format | xml or json. |
your_api_key | Your API key. |
Tournament Info
Provides information for a given tournament or season, including current season, participating teams, and tournament structure.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Tournament Leaders
Returns the ranked list of players leading the tournament or season with Points (goals + assists), goals, and assists.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Tournament List
Provides a list of all available tournaments in the API.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
format | xml or json. |
your_api_key | Your API key. |
Tournament Live Standings
Provides standings which are updated live according to games currently in progress. Note that not all tournaments or seasons are covered live.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Tournament Results
Provides results for all games within a given tournament or season.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Tournament Schedule
Provides scheduling information for all games within a given tournament or season.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Tournament Seasons
Provides a list of current and past season IDs for a given tournament. Season IDs can be interchanged with tournament IDs to retrieve historical data.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Tournament Standings
Provides detailed standings info for a given season.
|
Parameter | Description |
---|---|
access_level | Defines the access level of your API key as Production (production) or Trial (trial). |
version | Version number of the API you are accessing (Current Version: v1). |
language_code | Supported locales |
tournament_id or season_id | Id of a given tournament or season. |
format | xml or json. |
your_api_key | Your API key. |
Updated 25 days ago