# Riot Games API **Provider:** Riot Games **Category:** entertainment **Base URL:** `https://developer.riotgames.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 20 req/s (personal); higher limits for production apps **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.riotgames.com/ ## Description League of Legends Game Information ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.riotgames.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.riotgames.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Riot developer account. Personal keys: 20 req/s; production keys by approval. --- *Source: [API Map](https://apimap.dev/apis/riot-games/) — CC BY 4.0*