Benjamin Shawki
Potters.Tools

League of Legends Insta Runes - API Information

API Requirements

Required Permissions

This feature requires a Riot API key with the following permissions:

  • Summoner-V4: For fetching summoner information
  • Spectator-V4: For fetching active game data
  • Data Dragon (Public): For fetching champion and rune images

Current Status

API Key Issue Detected

The configured Riot API key does not have the necessary permissions to access the summoner-v4 endpoints. This prevents the application from fetching summoner data and active game information.

How to Fix

  1. Register for a Riot Developer account at developer.riotgames.com
  2. Generate a personal API key with the required permissions
  3. Set the API key in your environment variables:RIOT_API_KEY=YOUR_API_KEY_HERE
  4. If you need access to production endpoints, apply for a production API key

API Rate Limits

Personal API keys have the following rate limits:

  • 20 requests per second
  • 100 requests per 2 minutes
  • Limited to development use only

Mock Data Available

While the API key issues are being resolved, you can use the mock data mode to test the interface:

  • Enable the "Use mock data" checkbox in development mode
  • Mock data provides a complete example of game and rune data
  • All features work normally with mock data