Skip to main content
GET
/
api
/
bazaar
/
commodities
Get Bazaar Commodities
curl --request GET \
  --url https://api.example.com/api/bazaar/commodities
type
string
Filter: ITEM, TOOL, or SKIN
itemCode
string
Filter by exact item code
category
string
Filter by category (e.g. Health, Battle, Farming)
rarity
string
Filter by rarity (e.g. Common, Rare, Epic)
tradable
string
default:"true"
true, false, or all
Text search on name or code
page
number
default:"1"
Page number
limit
number
default:"50"
Results per page (max 200)
sortBy
string
default:"name_asc"
name_asc, name_desc, code_asc, or code_desc
Requires x-api-token header.

Response Fields

FieldDescription
commodities[].codeItem code
commodities[].nameDisplay name
commodities[].typeITEM, TOOL, or SKIN
commodities[].categoryItem category (if applicable)
commodities[].rarityItem rarity (if applicable)
commodities[].iconUrlURL to item icon image
commodities[].descriptionItem description
commodities[].tradableWhether the item is tradable
paginationPage info (page, limit, total, totalPages, hasNext, hasPrev)