API 2.0
Resources
Welcome!
Explore the potential of UEX API 2.0 for your next venture, driven by insights from the Star Citizen community.
Getting Started
To obtain your access token, please create your first app on the My Apps page.
Grain of Salt
UEX API data comes from community reports. As a crowdsourced project, errors may happen. We fix them as soon as we find them. The API can change as the site (and the game) evolves, but we avoid breaking data structures. Major changes will come in future API versions.
Usage
https://api.uexcorp.space/2.0/{resource}/
https://api.uexcorp.space/2.0/{resource}/{parameter1}/{value1}/{parameter2}/{value2}/...
https://api.uexcorp.space/2.0/{resource}/?{parameter1}={value1}&{parameter2}={value2}...
Definitions
| API Version | 2.0 |
|---|---|
| Daily Quota | 172800 requests (or 120 requests per minute) |
| Authentication Method | Bearer Token |
| Methods Allowed | GET, POST, DELETE |
| Format | application/json |
Response Examples
| Successful | { "status": "ok", "data": ... } |
|---|---|
| Internal Error | { "status": "error", "http_code": 500, "message": ... } |
| Invalid Request | { "status": "example_code", "data": ... } |
| Too Many Requests | { "status": "requests_limit_reached", "data": ... } |
Pricing Parameterrs
| Default Average (Days) | 15 | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Variation Tolerance (+/-) |
|
||||||||||||||
| Pricing Standard |
|
Client Version Lock
You can enforce client version control on your API keys. By locking a specific version, only requests that include the matching X-Client-Version header will be accepted. This helps prevent outdated or unsupported clients from using your key.