Sync with Waxpeer session to auto-fill API key

Fetches recommended item price and other info

GET/v1/get-steam-items

Parameters

NameLocationTypeDescription
api
required
querystring
game
required
queryenum

From which app id get items

enum: 730, 570, 440, 252490

Responses

200 successful operation

Response
{
  "success": true,
  "items": [
    {
      "name": "AK-47 | Predator (Minimal Wear)",
      "average": 12685,
      "game_id": 730,
      "type": "Rifle",
      "collection": "The Dust Collection",
      "ru_name": "AK-47 | Хищник (Немного поношенное)"
    }
  ]
}