Get items that you can list for sale
Items that you can list for sale
Prices are integers. 1000 = $1.00 USD.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
skipoptional | query | number | How many of the previous items need to be skipped |
gameoptional | query | enum | Which game would you like to fetch items from enum: csgo, tf2, rust, dota2 |
Responses
200 successful operation
{
"success": true,
"items": [
{
"item_id": "24758826121",
"type": "Butterfly Knife",
"icon_url": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpovbSsLQJf0ebcZThQ6tCvq4GGqPD1PrbQqW9e-NV9j_v-5YT0m1HmlB81NDG3OtOcdlM5MF3Srla4wO-8h5PuucyawHo37HZxsXePnEe20xseaLBnhPSACQLJc-o5FQc",
"name": "★ Butterfly Knife | Gamma Doppler (Factory New)",
"steam_price": {
"average": 2767941,
"rarity_color": "string",
"rarity": "string",
"current": 2633000,
"name": "★ Butterfly Knife | Gamma Doppler Phase 2 (Factory New)",
"lowest_price": 2125555,
"img": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpovbSsLQJf0ebcZThQ6tCvq4GGqPD1PrbQqW9e-NV9j_v-5YT0m1HllB81NDG3S9rEMFFrf1iC_QXqw7u9h5PqupTKyiNh6ClxtCvczUPmgUtPPbE-1qDISFicAqVXXP7V9p_o84A"
}
}
],
"count": 5,
"msg": "Skip is not a number"
}