Match results
get_resultsRetrieve finished matches for any league season, including full-time and half-time scores and the minute of the first goal. Filter by team name or limit results to the most recent matches.
Instructions
Finished matches of a league season with FT/HT scores and first-goal minute, oldest first. Optionally filter by team name substring and cap the number of most recent matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Return only the N most recent matches (default: all) | |
| team | No | Team name substring filter | |
| league | Yes | League key, e.g. 'premier', 'spain1', 'brazil1', 'wgermany1'. Use list_leagues to discover keys. | |
| season | No | Season string exactly as returned by list_leagues (summer leagues '2026', winter '2026-2027'). Omit for the latest. |