API 2.0
Resources
GET/data_parameters
Retrieve a list of specific parameters that UEX uses for managing prices and updates.
| Method | GET |
|---|---|
| URL | https://api.uexcorp.space/2.0/data_parameters |
| Autorização | — |
| Cache TTL | +1 day |
| Input | - |
| Output |
// global settings is_accepting_reports int // indicates if the system accepts community reports is_accepting_ptu_reports int // indicates if the system accepts PTU reports is_datacenter_enabled int // Check UEX Data module operational status game_version string // current LIVE version operated by UEX game_version_ptu string // current PTU version operated by UEX (if 'is_accepting_ptu_reports' is active) // 'commodity' type reports is_accepted int // indicates acceptance of this report type by the system. is_temporary_enabled int // displays temporary commodities on the website price_variation int // UEX accepted price variation limits (up/down) for buying and selling scu_variation int // UEX accepted SCU variation limit (up/down) ttl int // days until a price is considered outdated notification null|string // staff alerts // 'item' type reports is_accepted int // indicates acceptance of this report type by the system. price_variation int // UEX accepted price variation limits (up/down) for buying and selling ttl int // days until a price is considered outdated notification null|string // staff alerts // 'vehicle_rent' type reports is_accepted int // indicates acceptance of this report type by the system. price_variation int // UEX accepted price variation limits (up/down) for buying and selling ttl int // days until a price is considered outdated notification null|string // staff alerts // 'vehicle_buy' type reports is_accepted int // indicates acceptance of this report type by the system. price_variation int // UEX accepted price variation limits (up/down) for buying and selling ttl int // days until a price is considered outdated notification null|string // staff alerts |
| Update Frequency | Rarely / Patch basis (CIG) |
| Documentation Updated | 2 months ago |