REST API for accessing RuneScape 3 player statistics, clan data, leaderboards, and competitions. All endpoints are public - no authentication required!
https://runestats.info/api/v1None required{ success: true, data: {...} }{ success: false, error: {...} }| Tier | Rate Limit | How to Get |
|---|---|---|
| No API Key | 10 req/min | Anyone |
| With API Key | 100 req/min | Premium + API subscribers |
To use an API key, include the X-API-Key header in your requests.
Player stats, snapshots, XP gains, and achievements
5 endpointsClan info, members, gains, and hiscores
5 endpointsSkill leaderboards and XP gains rankings
3 endpointsPublic competitions and rankings
3 endpointsHCIM deaths and name changes
2 endpointsTry the API directly in your browser with our interactive playground.