API 2.0
Endpoints
/vehicles_prices
Obtain a daily updated list of vehicle prices in CIG's pledge store, managed either automatically by our bot or manually by the staff.
Method | GET |
---|---|
URL |
https://uexcorp.space/api/2.0/vehicles_prices?id_vehicle={int} |
Authorization | — |
Cache TTL | +12 hours |
Input |
id_vehicle int(11) // optional |
Output |
id int(11) id_vehicle int(11) price float(11) price_warbond float(11) price_package float(11) price_concierge float(11) on_sale int(1) on_sale_warbond int(1) on_sale_package int(1) on_sale_concierge int(1) currency var(255) // e.g. USD for US Dollar game_version string(255) date_added int(11) // timestamp, first time added date_modified int(11) // timestamp, last price update vehicle_name string(255) |
Response status |
• ok |
Update rate | Daily |
Documentation update: | 7 months ago |
Optional