Riot Games
API actions for the Riot Games integration.
Riot Games
Look up League of Legends player profiles, ranked stats, and match history with your Riot Games API key.
Get match details
Retrieve the details and player list for a specific match.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | Yes | Region group to search, for example americas or europe. |
match_id | string | Yes | Match ID to fetch details for. |
Response
{}Get ranked stats
Look up a summoner's ranked stats in a region.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | Yes | Game server region, for example na1 or euw1. |
summoner_id | string | Yes | ID of the summoner to get ranked stats for. You can get this from the Get summoner by name action. |
Response
[
{}
]Get summoner by name
Retrieve a League of Legends summoner profile by name and region.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | Yes | Game server region, for example na1 or euw1. |
summoner_name | string | Yes | Summoner name to look up. |
Response
{}List recent matches
List a player's recent match IDs in a region.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | Yes | Region group to search, for example americas or europe. |
puuid | string | Yes | The player's unique ID (PUUID). You can get this from the Get summoner by name action. |
start | number | No | Where to start in the match list (0 or higher). |
count | number | No | Number of matches to return (1-100). |
Response
[
"mock_value"
]