LoL get match history
lol_get_match_historyGet recent match IDs for a League of Legends player using their PUUID. Filter by queue, champion, time range, and region.
Instructions
Get recent match IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of matches (1-100) | |
| puuid | Yes | Player PUUID | |
| queue | No | Queue ID filter (420=Solo, 440=Flex, 450=ARAM) | |
| start | No | Start index for pagination | |
| region | No | Region: euw, eune, na, kr, br, lan, las, oce, ru, tr, jp, ph2, sg2, th2, tw2, vn2 | euw |
| endTime | No | Epoch timestamp end | |
| champion | No | Champion ID filter | |
| startTime | No | Epoch timestamp start | |
| championId | No | Champion ID filter (alias for champion) | |
| championName | No | Champion name filter, e.g. Viktor |