get_match_timeline
Retrieve a match's event timeline including goals, cards, substitutions, and other key events. Provide competition, season, stage, and match IDs.
Instructions
Get one match's event timeline in order: goals, cards, substitutions, and other key events. Takes idCompetition + idSeason + idStage + idMatch (idMatch comes from get_matches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return FIFA's untouched payload instead of the trimmed shape | |
| idMatch | Yes | ||
| idStage | Yes | ||
| idSeason | Yes | ||
| language | No | Language code passed through to the API and used for name selection | en |
| idCompetition | Yes |