Endpoint
Path parameters
Response (200)
This page is generated from the live API contract at
https://api.thestatsapi.com/llms.txt.Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List competitions and seasons where a team has standings data.
GET https://api.thestatsapi.com/api/football/teams/{team_id}/standings
| Name | Type | Required | Description |
|---|---|---|---|
team_id | string | Yes | Example: tm_0406 |
{
"data": [
{
"competition": {
"id": "comp_7",
"name": "UEFA Champions League"
},
"seasons": [
{
"id": "sn_3057848",
"name": "UEFA Champions League 22/23",
"group_label": "A"
}
]
}
]
}
https://api.thestatsapi.com/llms.txt.