API 2.0
Resources
/vehicles_rentals_prices
Retrieve a list of all in-game vehicle rental prices.
Method | GET |
---|---|
URLs |
// example 1 https://api.uexcorp.space/2.0/vehicles_rentals_prices?id_terminal={number} // example 2 https://api.uexcorp.space/2.0/vehicles_rentals_prices?id_vehicle={number} |
Autorização | — |
Cache TTL | +12 hours |
Input |
id_terminal mixed // up to 10 ids separated by comma uuid string|null // star citizen uuid id_vehicle int |
Output |
id 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_rent float // last price_rent_min float price_rent_min_week float price_rent_min_month float price_rent_max float price_rent_max_week float price_rent_max_month float price_rent_avg float price_rent_avg_week float price_rent_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 datarunner string|null // updated by 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_vehicle_or_id_terminal • ok |
Update Frequency | Hourly |
Documentation Updated | 22 days ago |
Optional