Search the in-game Lua API
wow_api_searchSearch World of Warcraft's Lua API to find function signatures and usage details. Get arguments and returns for namespaced, legacy, and widget methods before writing addon code.
Instructions
Search World of Warcraft's in-game Lua API — the functions an addon can call from inside the client. Covers namespaced functions (C_Item.GetItemInfo), legacy globals (UnitHealth), and widget methods (Frame:SetPoint). Results include full argument and return signatures. Use this before writing any addon code that calls the game.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Function name or fragment. Matches exact names, prefixes, substrings and camel-hump abbreviations (GIIBID finds GetItemInfoByID). | |
| flavor | No | Game client to answer for. Defaults to WOW_DEFAULT_FLAVOR, or retail. | |
| namespace | No | Restrict to one namespace, e.g. C_Spell. |