v4

OpenAPI 3.0.02026-07-3137328230.2 KB
Live Tracking - Mythic+

Retrieve floor geometry data for all dungeons. Used to map game-world coordinates onto dungeon map images for heatmap rendering.

This endpoint returns static geometry data that changes infrequently. Results can be cached aggressively. Use the <code>ingameMinX</code>/<code>ingameMinY</code>/<code>ingameMaxX</code>/<code>ingameMaxY</code> fields to map the heatmap grid coordinates onto dungeon map images.

get/api/v1/live-tracking/heatmaps/floors

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.

Response

Floor geometry data used to render heatmap overlays. Each floor defines the coordinate bounds for mapping game positions to the dungeon map.

idinteger

Internal floor ID

uiMapIdinteger

WoW UI map ID for this floor

namestring

Floor display name

defaultinteger

Whether this is the default floor (1 = yes, 0 = no)

ingameMinXnumber

Minimum X coordinate in game world units

ingameMinYnumber

Minimum Y coordinate in game world units

ingameMaxXnumber

Maximum X coordinate in game world units

ingameMaxYnumber

Maximum Y coordinate in game world units