v4

OpenAPI 3.0.02026-07-3137328230.2 KB
Live Tracking - General

Retrieve a character loadout snapshot from combat log data, including equipped gear, spec, and basic profile info.

Relies on combat log data retrieved from the Raider.IO Desktop App. Returns the character state as seen in the most recent combat log, which may differ from their current armory profile.

get/api/v1/live-tracking/character/loadout

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.

region'us' | 'eu' | 'tw' | 'kr' | 'cn' required

Name of region to look up character in. Can be one of: us, eu, kr, tw

Name of region to look up character in. Can be one of: us, eu, kr, tw

realmstring required

Name of realm that character is on. This can be in slug or title format, e.g. "Altar of Storms" or "altar-of-storms"

Name of realm that character is on. This can be in slug or title format, e.g. "Altar of Storms" or "altar-of-storms"

namestring required

Name of the character to look up. This is not case sensitive.

Name of the character to look up. This is not case sensitive.

Response

Successful

wow_character_idinteger

Blizzard character ID

namestring

Character name

racestring

Character race name

classstring

Character class name

active_spec_namestring nullable

Active specialization name, or null if unknown

active_spec_rolestring nullable

Active spec role (tank, healer, dps), or null if unknown

genderinteger

Character gender (0 = male, 1 = female)

factionstring

Character faction (horde or alliance)

achievement_pointsinteger

Total achievement points

thumbnail_urlstring

URL to the character avatar thumbnail

regionstring

Region slug (us, eu, kr, tw)

realmstring

Realm name

last_crawled_atstring nullable

ISO 8601 timestamp of last data import, or null

profile_urlstring

URL to the character profile on Raider.IO