Get Live Standings by League ID
Returns the LIVE league standing table from your requested league ID.
https://api.sportmonks.com/v3/football/standings/live/leagues/{ID}{
"data": [
{
"id": 6569,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"group_id": null,
"round_id": 274730,
"participant_id": 53,
"standing_rule_id": 13224,
"position": 1,
"points": 73,
"result": "equal"
},
{
"id": 6579,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"group_id": null,
"round_id": 274730,
"participant_id": 62,
"standing_rule_id": 13223,
"position": 2,
"points": 64,
"result": "equal"
},
//and moreField
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?