GET All Livescores
Returns the fixtures 15 minutes before the game starts. It will also disappear 15 minutes after the game is finished.
Last updated
Returns the fixtures 15 minutes before the game starts. It will also disappear 15 minutes after the game is finished.
Last updated
Name | Required? | Description |
---|
More information on how to use filters can be found on our tutorials on how to . If you want more information on which filters to use you can check out the following :
NO
You can use a total of 3
nested includes on this endpoint
Get an overview and explanation of all the fields returned in the API response. The related entities for the livescores endpoints are:
We also offer detailed postman documentation with examples and a complete up-to-date version of all our endpoints. Below is a button that lets your fork the collection or import it.
Field | Description | Type |
---|
id | Refers the unique id of the fixture | integer |
sport_id | Refers to the sport the fixture is played at | integer |
league_id | Refers to the league the fixture is played in | integer |
season_id | Refers to the seasons the fixture is played in | integer |
stage_id | Refers to the stage the fixture is played in | integer |
group_id | Refers to the group the fixture is played in | integer / null |
aggregate_id | Refers to the aggregate the fixture is played at | integer / null |
state_id | Refers to the state the fixture is played at | integer |
round_id | Refers to the round the fixture is played at | integer / null |
state_id | Refers to the state the fixture is played at | integer |
venue_id | Refers to the venue the fixture is played at | integer / null |
name | Represents the name of the participants | string / null |
starting_at | Datetime object representing the start time | date / null |
result_info | Represents the final result info | string / null |
leg | Represents the leg of the fixture | string |
details | Represents details about the fixture | string / null |
length | Length of the fixture (minutes) | integer / null |