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