AURA
DOCS
AuraMaxxGG
tempaitown/backend/controllers/pack-reads/inventory.js

Get User Inventory

Read grouped or card-level inventory for a user profile, then filter it the way the app does.

BUILD ON AURA

Get User Inventory

Route

Default Read

https://api.auramaxx.gg/api/users/:userId/pack-cards is the main public inventory read.

GET /api/users/:userId/pack-cards?condensed=true&ownedOnly=true&packType=all&limit=200&page=1

Useful Query Params

Grouping And Filtering

  • condensed=true for grouped inventory rows.
  • filter, rarity, search, packType for UX filtering.
  • condensedSort=recent|name|owned when you want grouped cards.
Document Reference
tempaitown/backend/controllers/pack-reads/inventory.js