Raider

World of Warcraft Mythic+ and raid rankings for characters & guilds

🎮 GamesHEALTHYchecked 6h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Pull WoW character and guild profiles, Mythic+ scores, raid progress, and the current season's affix rotation. Public data is available without a key over plain JSON. The underlying game data is Blizzard's.

98HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 98 · healthy
Uptime history
100%90 days
100%30 days
223P50 · ms
1222P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 61 ms, slowest 892 ms, most recent 78 ms.
Live response samplecaptured by our last successful check
GET https://raider.io/api/v1/mythic-plus/affixes?region=us&locale=en

{
  "region": "us",
  "title": "Xal'atath's Bargain: Devour, Fortified, Tyrannical, Xal'atath's Guile",
  "affix_details": [
    {
      "id": 160,
      "name": "Xal'atath's Bargain: Devour",
      "description": "While in combat, Xal'atath tears open rifts that devour the essence of players.",
      "wowhead_url": "https://wowhead.com/affix=160"
    }
  ]
}
Call itcurl · fetch · python
curl "https://raider.io/api/v1/mythic-plus/affixes?region=us&locale=en"
const res = await fetch("https://raider.io/api/v1/mythic-plus/affixes?region=us&locale=en");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://raider.io/api/v1/mythic-plus/affixes?region=us&locale=en")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /mythic-plus/affixes?region=us&locale=en223 mschecked 6h ago
GET/mythic-plus/affixes?region=us&locale=enPROBED

World of Warcraft Mythic+ and raid rankings for characters & guilds

GET/mythic-plus

Mythic Plus — documented GET route.

GET/mythic-plus/1

Mythic Plus details by ID (example: 1).

GET/mythic-plus?limit=10

Mythic Plus — documented GET route.

GET/mythic-plus/search?q=test

Search by query parameters.

GET/mythic-plus/affixes?limit=5

Affixes — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Raider: common questions

Is Raider free to use?

Yes — Raider is a free games API. Free tier: Free, no API key for public data. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Raider need an API key?

No — Raider needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Raider from the browser?

Yes — Raider returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Raider up right now?

As of our last scheduled check, Raider is healthy with 100% uptime over 90 days and a 223 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.