promotional bannermobile promotional banner

WoWDb: ItemSparse

Exports the ItemSparse WoW DB2 table as a data library.

Exports the ItemSparse WoW DB2 table as a data library.

It contains no UI — it only loads the ItemSparse table data for the current client build and locale. Use it on its own, or together with the WoWDb core addon for added convenience.

Usage

Standalone (works by default)

Each WoWDb data addon is self-contained and exposes a built-in accessor — no core addon required. Just read the table directly:

local payload = WoWDb:GetTable("ItemSparse")
-- payload = { columns = {...}, rows = {...}, build = "...", locale = "..." }
local rows = WoWDb:GetRows("ItemSparse")

Via the WoWDb core addon (optional convenience)

Install the WoWDb core addon to get a richer lookup API (:Get, :Rows, :GetByID, :GetColumns, :ListTables, …) shared across every WoWDb table, plus easy installation of the whole data set. The same call still works:

local row, columns = WoWDb:GetByID("ItemSparse", 1)

The WoWDb: ItemSparse Team

profile avatar
Owner
  • 7
    Projects
  • 1.5K
    Downloads

More from WoWDbView all

  • TomeKeeper project image

    TomeKeeper

    • 327
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 327
    • June 16, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 237
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 237
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSetSpell project image

    WoWDb: ItemSetSpell

    • 232
    • Addons

    Exports the ItemSetSpell WoW DB2 table as a data library.

    • 232
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSet project image

    WoWDb: ItemSet

    • 235
    • Addons

    Exports the ItemSet WoW DB2 table as a data library.

    • 235
    • June 15, 2026
    • Addons
    • +1
  • TomeKeeper project image

    TomeKeeper

    • 327
    • Addons

    Offline item & set codex powered by the WoWDb data set — search any item or armor/weapon set without ever having seen it.

    • 327
    • June 16, 2026
    • Addons
    • +1
  • WoWDb: ItemSubClass project image

    WoWDb: ItemSubClass

    • 237
    • Addons

    Exports the ItemSubClass WoW DB2 table as a data library.

    • 237
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSetSpell project image

    WoWDb: ItemSetSpell

    • 232
    • Addons

    Exports the ItemSetSpell WoW DB2 table as a data library.

    • 232
    • June 15, 2026
    • Addons
    • +1
  • WoWDb: ItemSet project image

    WoWDb: ItemSet

    • 235
    • Addons

    Exports the ItemSet WoW DB2 table as a data library.

    • 235
    • June 15, 2026
    • Addons
    • +1