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.5 Actively Maintained

Trend Explorer

Recent download momentum

Estimated downloads/hour over observed intervals in the last 48 hours.

Latest interval +10 /h 0.999h observed interval · ending Sep 11, 6 AM
Peak estimate +27.9 /h 1h observed interval · ending Sep 10, 10 PM
Average estimate +8.77 /h Time-weighted · 47.5h covered of 48h

Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.

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 Wowhead.

Features

  • Per class/spec best enchants, gems and consumables provided by Wowhead
  • 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()          -- "2026-08-20 06:01:15"

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

There is no source parameter. The data has one source at a time and the name of it is not part of this API - see src/Data/Consumables.lua, whose name is deliberately source-agnostic.

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 #435 on Sep 4, 2026.
  • Peaked at Rising #146 on Aug 11, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 115 releases in the last 30 days.
  • Averaging 234 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.

More by Peavers

Same creator, different utilities.

Similar in Libraries

Comparable addons in the same lane.