wow-api-achievements

Retrieve World of Warcraft achievement details, statistics, and criteria via API.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-achievements-pfchrono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-achievements
Source: https://github.com/pfchrono/SimpleUnitFrames/tree/main/.agents/skills/wow-api-achievements
Command: npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-achievements-pfchrono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for interacting with World of Warcraft's Achievement, Statistics, and Achievement Criteria APIs, enabling developers and players to programmatically access and manage in-game achievements.

Core Features & Use Cases

  • Achievement Data Retrieval: Access detailed information about achievements, including names, descriptions, completion status, and criteria.
  • Statistics Access: Retrieve player statistics and compare them with other players.
  • Achievement Tracking: Programmatically add, remove, and check the status of tracked achievements.
  • Use Case: A WoW addon developer can use this Skill to display a player's progress towards a specific achievement or to show statistics compared to a friend.

Quick Start

Use the wow-api-achievements skill to get the name and completion status for achievement ID 12345.

Frequently Asked Questions about wow-api-achievements

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

FAQPage Schema
How do I get World of Warcraft achievement details like name and completion status using an API?

You can retrieve World of Warcraft achievement details by calling the achievement API functions with a specific achievement ID to return its name, description, and completion status. This Skill provides the complete API reference for accessing such in-game data.

Can I track World of Warcraft achievements programmatically in my addon?

Yes, you can programmatically add, remove, and check the tracked status of World of Warcraft achievements. The API provides specific functions designed for addon developers to manage and interact with the achievement tracking system directly.

How do I access player statistics and compare them with other players in WoW?

You access World of Warcraft player statistics by calling the statistics API functions, which allow you to retrieve player stats and compare them with other players. This provides the necessary data endpoints for building comparative addon features.

Does this WoW API reference include functions for handling guild achievements?

Yes, this WoW API reference includes functions specifically for handling guild achievements. It covers retrieving guild achievement details and criteria, making it suitable for developing addons that interact with guild-level progression systems.

What World of Warcraft API functions are available for querying achievement criteria?

The available World of Warcraft API functions for achievement criteria allow you to retrieve the specific requirements needed to complete an achievement. This enables developers to build addons that display detailed progress towards individual achievement goals.