PeaversIconSearchData

Libraries

Item name to icon fileID data for World of Warcraft, generated from wago.tools db2 exports.

WoW 12.1.5 Actively Maintained

Trend Explorer

Recent download momentum

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

Latest interval +0.993 /h 1.01h observed interval · ending Sep 11, 8 AM
Peak estimate +13 /h 1h observed interval · ending Sep 10, 10 PM
Average estimate +3.15 /h Time-weighted · 47.6h 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

PeaversIconSearchData

AddonSentry

A data library addon for World of Warcraft that maps item names and search tags to icon fileIDs, updated daily from wago.tools db2 exports.

Features

  • Every player-visible item name mapped to its icon fileID, with slot/armor-type search tags (e.g. "cloth shoulder", "sword 2h")
  • Refreshed daily against the latest retail build by the iconsearch-module Lambda in PeaversAddonDataSupplier
  • Clean public API consumed by PeaversIconSearch and available to any addon
  • No configuration, no saved variables — pure data provider

API

The addon exposes a global PeaversIconSearchData.API:

local API = PeaversIconSearchData.API

-- Take ownership of the icon database: a table of large string chunks, each
-- holding "iconFileID:Item Name<TAB>search tags" lines sorted by name.
-- Returns nil on subsequent calls — the caller owns (and can free) the data.
local chunks = API.TakeItemIconData()
local blob = table.concat(chunks, "\n")

The data ships as raw string chunks rather than 80k+ table entries so consumers can search it as a single string, keeping load time and memory low.

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 #640 on Sep 4, 2026.
  • Peaked at Rising #141 on Aug 11, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 114 releases in the last 30 days.
  • Averaging 114 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.