v4
OpenAPI 3.0.02026-07-3137328230.2 KBRetrieve the boss rankings for a given raid and region
Query parameters
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.
Raid to look up. This can be the raid's full name ("Sporefall") or its name in slug form: "sporefall"
Raid to look up. This can be the raid's full name ("Sporefall") or its name in slug form: "sporefall"
Slug of boss to look up
Slug of boss to look up
One of: mythic, heroic, normal
One of: mythic, heroic, normal
Name of region to restrict progress to. Can be a primary region: world, us, eu, kr, tw. Or a subregion: english, french, german, italian, oceanic, russian, spanish, eu-english, eu-portuguese, eu-spanish, us-english, brazil, us-spanish, us-central, us-eastern, us-mountain, us-pacific
Name of region to restrict progress to. Can be a primary region: world, us, eu, kr, tw. Or a subregion: english, french, german, italian, oceanic, russian, spanish, eu-english, eu-portuguese, eu-spanish, us-english, brazil, us-spanish, us-central, us-eastern, us-mountain, us-pacific
Name of realm to restrict to. Prefix with connected- to retrieve rankings from the connected realm. Requires that region be a standard region: us, eu, kr, tw.
Name of realm to restrict to. Prefix with connected- to retrieve rankings from the connected realm. Requires that region be a standard region: us, eu, kr, tw.
Response
Successful
Example response
{
"bossRankings": [
{
"guild": {
"region": {
"name": "United States & Oceania",
"short_name": "US",
"slug": "us"
}
}
}
]
}