Get Grouped Standings by Round ID
Base URL
https://api.sportmonks.com/v3/football/standings/rounds/{round_id}/groupedExample response
{
"data": [
{
"id": 246691,
"name": "Group A",
"standings": [
{
"id": 2588673,
"sport_id": 1,
"league_id": 732,
"season_id": 26618,
"stage_id": 77478049,
"group_id": 246691,
"round_id": 395361,
"participant_id": 53,
"standing_rule_id": 13224,
"position": 1,
"points": 6,
"result": "equal"
}
]
},
{
"id": 246692,
"name": "Group B",
"standings": [
{
"id": 2588680,
"sport_id": 1,
"league_id": 732,
"season_id": 26618,
"stage_id": 77478049,
"group_id": 246692,
"round_id": 395361,
"participant_id": 62,
"standing_rule_id": 13223,
"position": 1,
"points": 4,
"result": "equal"
}
]
}
]
}Field description
Field
Description
Type
Query parameters
Name
Required?
Description
Static filters
Static Filters
Available on Entity
Description
Example
Dynamic filters
Dynamic Filters
Available on Entity
Description
Examples
Filters
Pagination
Include depth
Include options
Related Entities
Postman
Code Example
Last updated
Was this helpful?