Trend Explorer
Recent download momentum
Hourly download deltas for the last 48 hours.
About this addon
What it does
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
At-a-glance numbers
Performance highlights
- Peaked at Hot #185 on Jul 11, 2026.
- Peaked at Rising #4 on Jul 4, 2026.
- Featured on the Hot list across 4 distinct weeks.
- Shipped 80 releases in the last 30 days.
- Averaging 153 new downloads per day over the past week.