PeaversConsumablesData

Libraries

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

WoW 12.1.0 Actively Maintained

Trend Explorer

Recent download momentum

Hourly download deltas for the last 48 hours.

Latest hour +0 Jul 26, 12 AM
Peak hour +15 Jul 28, 12 AM
Average +7 per hour

About this addon

What it does

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

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.

Discover more

Keep exploring

Similar addons you might also want to check out.