Sync with Waxpeer session to auto-fill API key

Fetch all unique items and their min price and count

GET/v1/prices

Prices are integers. 1000 = $1.00 USD.

Parameters

NameLocationTypeDescription
game
optional
queryenum

Which game would you like to fetch items from

enum: csgo, tf2, rust, dota2

minified
optional
queryenum

Will return additional data about items if set to 0

enum: 0, 1

min_price
optional
querynumber

Minimum item price

max_price
optional
querynumber

Maximum item price

search
optional
querystring

Search by part of the name, ex: 'hardened'.

single
optional
queryenum

Will select only one item if set to 1

enum: 0, 1

Responses

200 successful operation

Response
{
  "success": true,
  "items": [
    {
      "name": "★ Hand Wraps | Cobalt Skulls (Minimal Wear)",
      "count": 5,
      "min": 937999,
      "img": "https://community.akamai.steamstatic.com/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DfVlxgLQFFibKkJQN3wfLYYgJK7dKyg5KKh8j4NrrFnm5D8fp3i-vT_I_KilihriwvOCyveMX6Ll9pORy_pgD8lrvxgJfpvpWamnZn6XUl5SmJm0DjhhlFbedp1PWYH1jNVaUcSqOKBnuCtYczFntLO18msw",
      "steam_price": 990000,
      "rarity_color": "#EB4B4B",
      "type": "Gloves"
    }
  ]
}