API 2.0
Endpoints
/items_prices
Retrieve a comprehensive list of prices for all items, including armor, ship components, weapons, and more.
Method | GET |
---|---|
URLs |
// example 1 https://uexcorp.space/api/2.0/items_prices?id_terminal={int} // example 2 https://uexcorp.space/api/2.0/items_prices?id_item={int} |
Authorization | — |
Cache TTL | +1 day |
Input |
// at least one of these parameters are required id_terminal int(11)|string(255) // up to 10 ids separated by comma id_item int(11) id_category int(11) |
Output |
id int(11) id_item int(11) id_parent int(11) id_category int(11) id_vehicle int(11) id_star_system int(11) id_planet int(11) id_orbit int(11) id_moon int(11) id_city int(11) id_outpost int(11) id_poi int(11) id_faction int(11) id_terminal int(11) price_buy float(11) // last reported price price_buy_min float(11) price_buy_min_week float(11) price_buy_min_month float(11) price_buy_max float(11) price_buy_max_week float(11) price_buy_max_month float(11) price_buy_avg float(11) price_buy_avg_week float(11) price_buy_avg_month float(11) price_sell float(11) // last reported price price_sell_min float(11) price_sell_min_week float(11) price_sell_min_month float(11) price_sell_max float(11) price_sell_max_week float(11) price_sell_max_month float(11) price_sell_avg float(11) price_sell_avg_week float(11) price_sell_avg_month float(11) durability float(11) // last reported durability (%) durability_min float(11) durability_min_week float(11) durability_min_month float(11) durability_max float(11) durability_max_week float(11) durability_max_month float(11) durability_avg float(11) durability_avg_week float(11) durability_avg_month float(11) faction_affinity int(11) // datarunner's affinity average at a location (from -100 to 100) game_version string(255) date_added int(11) // timestamp, first time added date_modified int(11) // timestamp, last price update item_name string(255) star_system_name string(255) planet_name string(255) orbit_name string(255) moon_name string(255) space_station_name string(255) outpost_name string(255) city_name string(255) terminal_name string(255) terminal_code string(255) terminal_is_player_owned int(1) |
Response status |
• requires_id_item_or_id_terminal • ok |
Update rate | Daily |
Documentation update: | 16 days ago |
Required