Public API Documentation

REST API for accessing RuneScape 3 player statistics, clan data, leaderboards, and competitions. All endpoints are public - no authentication required!

Quick Reference

Base URL

https://runestats.info/api/v1

Authentication

None required

Response Format

{ success: true, data: {...} }

Error Format

{ success: false, error: {...} }

Rate Limits

TierRate LimitHow to Get
No API Key10 req/minAnyone
With API Key100 req/minPremium + API subscribers

To use an API key, include the X-API-Key header in your requests.

Endpoints

Interactive API Docs

Try the API directly in your browser with our interactive playground.