ConsoleCatalog
Sign in
Backpack.tf logo

Backpack.tf

backpack.tfMarketplaceno auth

Team Fortress 2 item pricing and trading - listings, prices, history, and stats.

Category Slot Listing

ASYNCREADNo auth

Returns items in a category slot with names, overview links, and listing counts.

ParametersFormJSON

Category slot identifier (e.g. primary, class, craftable) used in the /category/slot/{category_slug} URL path

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_backpack_tf_category_slot_listing",
    "params": {
      "category_slug": "primary"
    }
  }'