promotional bannermobile promotional banner

PeaversConsumablesData

A data library addon for World of Warcraft that provides best consumable, enchant and gem data per class and spec, sourced from wowcompare.io.

PeaversConsumablesData

AddonSentry

A data library addon for World of Warcraft that provides best consumable, enchant and gem data per class and spec, sourced from wowcompare.io.

Features

  • Per class/spec best enchants, gems and consumables provided by wowcompare.io
  • Clean public API consumed by PeaversConsumables and available to any addon
  • No configuration, no saved variables — pure data provider

API

The addon exposes a global PeaversConsumablesData.API:

local API = PeaversConsumablesData.API

-- All categories for a spec (Priest = 5, Discipline = 256)
local consumables = API.GetAllConsumables(5, 256)

-- One category
local enchants = API.GetConsumables(5, 256, "enchants")

-- Metadata
API.HasData(5, 256)          -- boolean
API.GetCategories()          -- ordered category keys
API.GetCategoryName("gems")  -- "Gems"
API.GetLastUpdate()          -- source -> timestamp
API.GetSources()             -- { "wowcompare" }

Each item row contains slot, itemID, itemName, quality, priority, source and updated.

Installation

This is a data library used by other Peavers addons and doesn't require direct user interaction. PeaversUpdater installs and updates it automatically alongside its parent addon, or download it directly from CurseForge.


Part of the Peavers addon collection · Report an issue · Support development on Patreon

The PeaversConsumablesData Team

Forgeborn tier frameprofile avatar
Owner
Forgeborn tier icon
  • 6
    Followers
  • 21
    Projects
  • 1.6M
    Downloads

https://peavers.io - https://wowcompare.io - https://addonsentry.io

More from PeaversView all