Fetches recommended item price and other info
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
gamerequired | query | enum | From which app id get items enum: 730, 570, 440, 252490 |
Responses
200 successful operation
{
"success": true,
"items": [
{
"name": "AK-47 | Predator (Minimal Wear)",
"average": 12685,
"game_id": 730,
"type": "Rifle",
"collection": "The Dust Collection",
"ru_name": "AK-47 | Хищник (Немного поношенное)"
}
]
}