get_team
Fetch a national team or club by its team ID, returning name, abbreviation, country, home city, stadium, and stadium ID for chaining to related data.
Instructions
Get a national team or club by its idTeam: name, abbreviation, country, home city, and stadium. Surfaces idStadium so you can chain to get_stadium.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return FIFA's untouched payload instead of the trimmed shape | |
| idTeam | Yes | ||
| language | No | Language code passed through to the API and used for name selection | en |