Riot Games · Schema

Riot Games Summoner

A League of Legends summoner profile from the Riot Games API

EsportsGamingLeague of LegendsLegends of RuneterraTeamfight TacticsVALORANT

Properties

Name Type Description
id string Encrypted summoner ID (region-specific)
accountId string Encrypted account ID (region-specific)
puuid string Encrypted PUUID (globally unique, use for cross-game lookups)
name string Summoner name (deprecated, use Riot ID gameName+tagLine)
profileIconId integer Profile icon ID, resolvable via Data Dragon
revisionDate integer Unix timestamp of last profile update
summonerLevel integer Summoner level
View JSON Schema on GitHub

JSON Schema

riot-games-summoner-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/riot-games/blob/main/json-schema/riot-games-summoner-schema.json",
  "title": "Riot Games Summoner",
  "description": "A League of Legends summoner profile from the Riot Games API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Encrypted summoner ID (region-specific)"
    },
    "accountId": {
      "type": "string",
      "description": "Encrypted account ID (region-specific)"
    },
    "puuid": {
      "type": "string",
      "description": "Encrypted PUUID (globally unique, use for cross-game lookups)"
    },
    "name": {
      "type": "string",
      "description": "Summoner name (deprecated, use Riot ID gameName+tagLine)"
    },
    "profileIconId": {
      "type": "integer",
      "description": "Profile icon ID, resolvable via Data Dragon"
    },
    "revisionDate": {
      "type": "integer",
      "format": "int64",
      "description": "Unix timestamp of last profile update"
    },
    "summonerLevel": {
      "type": "integer",
      "format": "int64",
      "description": "Summoner level",
      "minimum": 1
    }
  },
  "required": ["id", "puuid", "summonerLevel"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/riot-games-summoner"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.