v4
OpenAPI 3.0.02026-07-3137328230.2 KBraiding
Retrieve raid and boss static data for a specific expansion (slugs, names, etc.)
get/api/v1/raiding/static-data
Query parameters
access_keystring
The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.
The API key from your RaiderIO App: http://raider.io/settings/apps. Apps with API keys have higher rate limits.
expansion_idinteger required
Expansion ID. 11 = Midnight, 10 = TheWarWithin, 9 = Dragonflight, 8 = Shadowlands, 7 = BattleForAzeroth, 6 = Legion
Expansion ID. 11 = Midnight, 10 = TheWarWithin, 9 = Dragonflight, 8 = Shadowlands, 7 = BattleForAzeroth, 6 = Legion
Response
Successful
Example response
{
"raids": [
{
"id": 100,
"slug": "nerubar-palace",
"name": "Nerub-ar Palace",
"short_name": "NP"
}
]
}