For the complete documentation index, see llms.txt. This page is also available as Markdown.

GET Standings by Season ID and Round ID

With this endpoint you are able to retreive the standings for a given round. It will calculate the games played up untill the given round id and provide a standings result for it.

GET Standings by Season ID and Round ID

https://soccer.sportmonks.com/api/v2.0/standings/season/{season_ID}/round/{round_ID}

Endpoint details

Authorization

API Key

Pagination

NO

Allowed nested includes

0

Parameters

No parameters available for this endpoint.

Include options

No includes available for this endpoint.

Example response

https://soccer.sportmonks.com/api/v2.0/standings/season/17141/round/194968?api_token={API_TOKEN}

Check this endpoint in Postman. Run in Postman

Last updated

Was this helpful?