🏆League, Season, Schedule, Stage and Round
League
Available in endpoints
🏆LeaguesField Description
Field | Type | |
---|---|---|
id | Refers to the unique id of th league | integer |
sport_id | Refers to the sport of the league | integer |
country_id | Refers to the country of the league | integer |
name | The name of the league | string |
active | Indicates if the league is active or inactive | integer |
short_code | The short code of the league | string / null |
image_path | Image path to the league logo | string |
type | Indicates the type of the league | string |
sub_type | Indicates the subtype of the league | string |
last_played_at | The date of when the last fixture was played in the league | string |
Include options
sport
country
stages
latest
upcoming
inplay
today
currentSeason
seasons
Sorting options
name
Season
Available in endpoints
🗓️SeasonsField Description
Field | Type | |
---|---|---|
id | Refers to the id of the season | integer |
sport_id | Refers to the sport of the season | integer |
league_id | Refers to the league of the season | integer |
tie_breaker_rule_id | Refers to the type of tie-breaker rule used to determine the season winner | integer |
name | The name of the season | string |
finished | Indicates if the season finished or not | integer |
pending | Indicates if the season is pending or not | integer |
is_current | Indicates if the season is the current season or not | integer |
standing_method | Returns the standing calculation used in the season | string |
starting_at | The starting date of the season | string |
ending_at | The end date of the season | string |
Include options
sport
league
teams
stages
currentStage
fixtures
groups
statistics
topscorers
Sorting options
name
Stage
Available in endpoints
🪜StagesField Description
Field | Description | Type |
---|---|---|
id | Refers to the unique id of the stage | integer |
sport_id | Refers to the sport of the stage | integer |
league_id | Refers to the league related to the stage | integer |
season_id | Refers to the season related to the stage | integer |
type_id | Indicates what the stage type is | integer |
name | Returns the name of the stage | string |
sort_order | Returns the order of the stage | integer |
finished | Indicates if the stage is finished or not | boolean |
pending | Indicates if the stage is pending or not | boolean |
is_current | Indicates if the stage is the current stage or not | boolean |
starting_at | The starting date of the stage | string |
ending_at | The end date of the stage | string |
Include options
league
season
type
sport
rounds
currentRound
groups
fixtures
aggregates
topscorers
statistics
Sorting options
name
Round
Available in endpoints
🔂RoundsField Description
Field | Description | Type |
---|---|---|
id | Refers to the unique id of the requested round | integer |
sport_id | Refers to the sport id of the requested round | integer |
league_id | Refers to the league id of the requested round | integer |
season_id | Refers to the season id of the requested round | integer |
group_id | Refers to the group id of the requested round | integer |
name | Returns the name of the requested round | string |
finished | Indicates if the requested round is finished or not | boolean |
pending | Indicates if the requested round is finished or not | boolean |
is_current | Indicates if the requested round is the current one or not | boolean |
starting_at | Returns the starting date of the round | string |
ending_at | Returns the ending date of the round | string |
Include options
sport
league
season
stage
fixtures
statistics
Sorting options
name
Group
Field Description
Field | Description | Type |
---|---|---|
id | Refers to the unique id of the requested group | integer |
sport_id | Refers to the sport id of the requested group | integer |
league_id | Refers to the league id of the requested group | integer |
season_id | Refers to the season id of the requested group | integer |
stage_id | Refers to the stage id of the requested group | integer |
name | Returns the name of the requested round | string |
starting_at | Returns the starting date of the group | string |
ending_at | Returns the ending date of the group | string |
Include options
none
Last updated