GET All Standings
Returns the full league standing table from your requested season ID.
https://api.sportmonks.com/v3/football/standings{
"data": [
{
"id": 2621,
"participant_id": 273,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"group_id": null,
"round_id": 275092,
"standing_rule_id": 13219,
"position": 6,
"result": "up",
"points": 35
},
{
"id": 2622,
"participant_id": 53,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"group_id": null,
"round_id": 275092,
"standing_rule_id": 13224,
"position": 1,
"result": "equal",
"points": 73
},
//and moreField
Type
Name
Required?
Description
Static Filters
Available on Entity
Description
Example
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Parameters
Parameter
Required
Description
Example
Include depth
Include options
Related Entities:
Postman
Code Example
Last updated
Was this helpful?