wow-api-group-lfg

Document World of Warcraft Retail APIs for party, raid, and LFG management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive API references and usage examples for managing player groups, dungeons, and premade group listings in World of Warcraft, streamlining group coordination and finder interactions.

Core Features & Use Cases

  • Party and Raid Management: Functions for inviting, kicking, converting, and managing roles within parties and raids.
  • Dungeon Finder (LFG): Details on queuing for dungeons, role selection, and understanding queue status.
  • Premade Group Finder (LFG List): APIs for searching, creating, and applying to player-created groups.
  • Raid Markers: Functionality to set and manage raid target markers.
  • Use Case: When you need to invite a player to your raid, check their role, or search for a specific type of premade group, this Skill provides the necessary API calls and event information.

Quick Start

Use the wow-api-group-lfg skill to find all available premade groups for Mythic+ dungeons.

Frequently Asked Questions about wow-api-group-lfg

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

FAQPage Schema
How do I use the WoW API to manage party and raid groups?

You can manage WoW party and raid groups using the C_PartyInfo API, which provides functions for inviting players, kicking members, converting group types, and managing roles within parties and raids.

How do I search for premade groups using the WoW LFG list API?

The C_LFGList API allows you to search for premade groups in World of Warcraft, providing specific functions to create listings, search for specific group types like Mythic+ dungeons, and apply to player-created groups.

What WoW API functions are available for the dungeon finder queue system?

The C_LFGInfo API provides dungeon finder functionality in World of Warcraft, covering details on queuing for dungeons, role selection, and understanding queue status for group finder interactions.

Can I set raid target markers programmatically using the WoW API?

Yes, World of Warcraft provides specific raid marker functions to programmatically set and manage raid target markers, allowing you to assign markers to enemies or group members during encounters.

Does the WoW group and LFG API documentation cover patch 12.0.0?

Yes, the WoW group and LFG API reference covers patch 12.0.0, providing detailed descriptions, parameters, return values, and common usage patterns for C_PartyInfo, C_LFGInfo, and C_LFGList functions.

What WoW API is used to invite a player to a raid and check their role?

To invite a player to a raid and check their role in World of Warcraft, you use the C_PartyInfo API functions, which handle group invitations and role management for both parties and raids.