🏆League, Season, Schedule, Stage and Round
Last updated
Last updated
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
country
stages
latest
upcoming
inplay
today
currentSeason
seasons
Sorting options
name
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
Sorting options
name
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
Sorting options
name
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
Sorting options
name
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
none