Riot Games · Example Payload

Riot Games Get Summoner Example

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Riot Games Get Summoner Example is an example object payload from Riot Games, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-puuid/abc123puuid",
    "headers": {
      "X-Riot-Token": "RGAPI-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "EncryptedSummonerIdHere",
      "accountId": "EncryptedAccountIdHere",
      "puuid": "abc123puuid",
      "name": "CoolSummoner123",
      "profileIconId": 4612,
      "revisionDate": 1746201600000,
      "summonerLevel": 312
    }
  }
}