wow-api-encounters

Reference World of Warcraft Retail APIs for encounters, Mythic+, and raid locks.

39|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-encounters-jburlison
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-encounters
Source: https://github.com/JBurlison/WoWAddonAPIAgents/tree/main/.github/skills/wow-api-encounters
Command: npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-encounters-jburlison

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive reference for World of Warcraft's encounter journal, Mythic+, and related instance APIs, enabling developers to easily access and utilize data for dungeons, raids, and seasonal content.

Core Features & Use Cases

  • Encounter Journal: Access boss data, loot tables, and instance navigation.
  • Mythic+: Manage keystone information, affixes, timers, and personal/guild bests.
  • Instance & Raid Locks: Track saved instances and raid lockout status.
  • Use Case: A developer needs to build a tool that shows players their current Mythic+ rating and suggests optimal dungeon routes based on affixes. This Skill provides all the necessary API calls to retrieve that data.

Quick Start

Use the wow-api-encounters skill to list all bosses in the current raid tier.

Frequently Asked Questions about wow-api-encounters

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve boss data and loot tables from the WoW Encounter Journal API?

Mythic+ keystone information, affixes, and timers are accessible via C_ChallengeMode and C_MythicPlus API functions. This Skill provides reference calls to retrieve active affixes, keystone levels, and dungeon timing data.

Do I need to understand asynchronous event handling to use the WoW instance lockout APIs?

Yes, asynchronous event handling is required for WoW instance lockout APIs, as data retrieval for raid locks and saved instances depends on server responses. This Skill covers InstanceLeaverInfo and Raid Lock functions that necessitate event-driven logic.

Can I track personal and guild best Mythic+ ratings using the WoW game data API?

Personal and guild best Mythic+ ratings can be tracked using C_MythicPlus API functions detailed in this Skill. The reference includes calls to retrieve Mythic+ rating data and dungeon run history for players and guilds.

What's the best way to get seasonal information and current affixes for Mythic+ dungeons?

Seasonal information and current Mythic+ affixes are obtained through C_SeasonInfo and C_ChallengeMode API functions. This Skill provides the necessary API reference to query active seasonal modifiers and dungeon affix rotations.

Why does my WoW scenario stage data return incomplete when querying the API?

Incomplete scenario stage data often results from missing asynchronous event handling required by the ScenarioInfo API. This Skill explains that proper event-driven data retrieval is necessary to populate scenario stages, steps, and criteria fully.