wow-api-housing

Reference World of Warcraft Retail Player Housing APIs for addon development.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for the new World of Warcraft player housing system, enabling developers to understand and interact with its various components for addon development.

Core Features & Use Cases

  • API Reference: Detailed documentation for all housing-related functions and modules.
  • Placement & Editing: Guidance on placing, moving, rotating, and scaling decorations.
  • Catalog & Customization: Information on browsing the decoration catalog, managing owned items, and customizing exteriors.
  • Neighborhoods & Initiatives: Details on visiting other players' houses and participating in community goals.
  • Use Case: An addon developer needs to create a system that allows players to automatically place a set of pre-defined decorations in their house. This Skill provides all the necessary API calls for C_HouseEditorUI and HousingLayoutUI.

Quick Start

Use the wow-api-housing skill to get a list of all available decoration categories.

Frequently Asked Questions about wow-api-housing

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

FAQPage Schema
What APIs are available for World of Warcraft player housing addons in Patch 12.0.0?

The C_HouseEditorUI API handles decoration placement, moving, rotating, and scaling in WoW player housing. It provides the necessary function calls to interact with the housing layout and editor interface for custom addon development.

How do I browse the decoration catalog using the WoW housing API?

You can browse the WoW housing decoration catalog using the C_HousingCatalog API. It provides functions to retrieve available decoration categories, manage owned items, and query catalog details for addon development purposes.

Can I automatically place pre-defined decorations in a WoW house using Lua?

The C_HousingNeighborhood API manages social features for WoW housing, allowing addons to interact with neighborhood systems and community initiatives. It enables functionality for visiting other players' houses and participating in community goals.

Does the WoW housing API support exterior customization for player houses?

Yes, the WoW housing API supports exterior customization through the C_HouseExteriorUI module. This API provides the necessary functions to customize the exterior appearance of player houses within your addon development workflow.