GET Team Rankings by date
https://api.sportmonks.com/v3/football/team-rankings/date/YYY_MM_DD{
"data": [
{
"id": 25373101,
"team_id": 8,
"date": "2025-08-25",
"current_rank": 1,
"scaled_score": 100
},
{
"id": 25373102,
"team_id": 83,
"date": "2025-08-25",
"current_rank": 2,
"scaled_score": 99.57
},
{
"id": 25373103,
"team_id": 19,
"date": "2025-08-25",
"current_rank": 3,
"scaled_score": 98.62
},
{
"id": 25373104,
"team_id": 503,
"date": "2025-08-25",
"current_rank": 4,
"scaled_score": 98.43
},
{
"id": 25373105,
"team_id": 591,
"date": "2025-08-25",
"current_rank": 5,
"scaled_score": 97.33
},
{
"id": 25373106,
"team_id": 9,
"date": "2025-08-25",
"current_rank": 6,
"scaled_score": 97.17
},
{
"id": 25373107,
"team_id": 18,
"date": "2025-08-25",
"current_rank": 7,
"scaled_score": 96.84
},id
Refers the unique id of the team ranking entity
integer
team_id
Relation to Team Object
integer
date
Date of the ranking (from 2005, until the current day 12:00am UTC update)
string
current_rank
Team’s placement on that date
integer
scaled_score
Scaled score (min 0, max 100)
integer
api_token
YES
Another option is to provide the API token in the header.
Your unique API token. Ex. ?api_token=YOUR_TOKEN
include
NO
Enrich the API response with more data by using includes. Ex. &include=fixture;player;team
filters
NO
Filter the API response on multiple related entities. There are static filters and dynamic filters. Please find the possibilities in the Static and Dynamic Filter tab.
locale
NO
Translate name fields of the API Response in your selected language. Find more information and which languages are available on our translations page.
N/A
N/A
Filters
More information on how to use filters can be found on our tutorials on how to filter. If you want more information on which filters to use you can check out the following endpoint:
Pagination
YES
Include depth
You can use a total of 1 nested includes on this endpoint
Include options
team
Last updated
Was this helpful?