Raider API
Overview
The Raider.io API provides detailed World of Warcraft character and guild rankings for Mythic+ dungeons and raid content without requiring any authentication. You can look up any character's Mythic+ score, best runs, and raid progression. It is great for building WoW performance dashboards or guild recruitment tools.
Beginner Tip
All requests are public and need no API key — just include the character name, realm, and region as query parameters. Use region=us, realm=your-realm-name (lowercase, hyphens for spaces), and name=CharacterName.
Available Data
Example Response
{
"id": 1,
"name": "Raider",
"data": "Provides detailed character and guild rankings for Raiding and Mythic+ content in World of Warcraft",
"source": "Raider"
} Field Reference
name Character name as it appears in World of Warcraft race Character's WoW race (e.g., Human, Night Elf, Orc) class Character's WoW class (e.g., Warrior, Mage, Paladin) mythic_plus_scores_by_season Mythic+ rating scores broken down by role (all, dps, healer, tank) for the requested season mythic_plus_best_runs Array of the character's best Mythic+ dungeon runs with dungeon name, level, and score gear Character's current gear information including item level and equipped items Implementation Example
// ⚠️ Note: This URL may be a documentation page. Check official docs for actual API endpoint.
const url = "https://raider.io/api";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Age of Empires II
Age of Empires II provides programmatic access to get information about age of empires ii resources via REST API.
AmiiboAPI
AmiiboAPI provides programmatic access to nintendo amiibo information via REST API.
Animal Crossing: New Horizons
⭐ Beginner's PickThe Animal Crossing: New Horizons API gives you free access to in-game data including villagers, critters, fossils, art, music, and furniture.
Autochess VNG
The Autochess VNG API provides game data for the Autochess VNG mobile game including heroes, items, and races.
Barter.VG
Barter.VG aggregates data about PC games, DLC, bundles, giveaways, and trading from Steam and other platforms.