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.
Retrieve details for a team, including country, stadium fields, and current competition context.
GET https://api.thestatsapi.com/api/football/teams/{team_id}
| Name | Type | Required | Description |
|---|---|---|---|
team_id | string | Yes | Example: tm_0406 |
{
"data": {
"id": "tm_0406",
"name": "Liverpool",
"short_name": "Man Utd",
"country": "England",
"primary_competition": {
"id": "comp_3039",
"name": "Premier League"
},
"stadium": {
"name": "Anfield",
"capacity": 61276,
"city": "Liverpool"
}
}
}
https://api.thestatsapi.com/llms.txt.