Fetch all dopplers phases by filters
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
phaseoptional | query | enum | Doppler phase. Will return all if set to 'any'. For multiple phases pass it like this phase=Emerald&phase=Ruby enum: any, Emerald, Ruby, Sapphire, Black Pearl, Phase 1, Phase 2, Phase 3, Phase 4 |
exterioroptional | query | enum | Item exterior. Will return all if not set. For multiple exteriors pass it like this exterior=FN&exterior=MW enum: FN, MW, FT, WW, BS |
weaponoptional | query | enum | Weapon type. Will return all if not set. For multiple weapons pass it like this weapon=Bayonet&weapon=Karambit enum: Bayonet, Bowie Knife, Butterfly Knife, Falchion Knife, Flip Knife, Glock-18, Gut Knife, Huntsman Knife, Karambit, M9 Bayonet, Navaja Knife, Shadow Daggers, Stiletto Knife, Talon Knife, Ursus Knife |
minifiedoptional | query | enum | Will return additional data about items if set to 0 (steam_price, img, weapon, float, paint_index) enum: 0, 1 |
min_priceoptional | query | number | Minimum item price |
max_priceoptional | query | number | Maximum item price |
searchoptional | query | string | Search by part of the hash name ex: 'bayonet'. |
singleoptional | query | enum | Will select only one item if set to 1 enum: 0, 1 |
Responses
200 successful operation
{
"success": false,
"items": [
{
"name": "★ Butterfly Knife | Doppler (Factory New)",
"item_id": "27253164358",
"price": "1380000",
"phase": "Phase 3",
"steam_price": "1453040",
"img": "https://steamcommunity-a.akamaihd.net/economy/image/class/730/5070448210/200fx125f",
"weapon": "Butterfly Knife",
"paint_index": 420,
"float": 0.0460052728652954
}
],
"msg": "Wrong input"
}