GET Standings by Round ID
Returns the full league standing table from your requested round ID.
https://api.sportmonks.com/v3/football/standings/rounds/{ID}{
"data": [
{
"id": 2588673,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"group_id": null,
"round_id": 275092,
"participant_id": 53,
"standing_rule_id": 13224,
"position": 1,
"points": 73,
"result": "equal"
},
{
"id": 2588678,
"sport_id": 1,
"league_id": 501,
"season_id": 19735,
"stage_id": 77457866,
"group_id": null,
"round_id": 275092,
"participant_id": 62,
"standing_rule_id": 13223,
"position": 2,
"points": 64,
"result": "equal"
},Field
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?