get_matches
List matches with fixtures, kickoff times (UTC), and final scores for a competition and season. Filter by stage or group using optional parameters.
Instructions
List a competition's matches: fixtures, kickoff times (UTC), and final scores for a season (e.g. every 2026 World Cup game). Takes idCompetition + idSeason; narrow with idStage/idGroup. Pagination is non-functional, so pass a large count for a full list; no continuation token is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return FIFA's untouched payload instead of the trimmed shape | |
| count | No | Max matches in one request (FIFA default 50). Set high for a full list. | |
| idGroup | No | ||
| idStage | No | ||
| idSeason | Yes | ||
| language | No | Language code passed through to the API and used for name selection | en |
| idCompetition | Yes |