WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

API types < Quality

The quality of an item is represented in API code as a non-negative integer.

Known values:

  • 0 = Poor
  • 1 = Common
  • 2 = Uncommon
  • 3 = Rare
  • 4 = Epic
  • 5 = Legendary
  • 6 = Artifact
  • 7 = Heirloom ← Pre-Lua error in package.lua at line 80: module 'Module:Inlinegfx/img_link_data.json' not found. Legion
  • 7 = Heirloom ff00ccffLua error in package.lua at line 80: module 'Module:Inlinegfx/img_link_data.json' not found. Legion[citation needed]
  • 8 = WoW Token

API Usage[]

Quality is the third value returned by GetItemInfo().

Given a quality value, the color used to represent it may be found using GetItemQualityColor().`

The localized name of each quality can be found in ITEM_QUALITY#_DESC variable, where # is the quality number.

See also[]

Icon-edit-22x22
Note: This is a generic section stub. You can help expand it by clicking Sprite-monaco-pencil Edit to the right of the section title.
Advertisement