API 2.0
Endpoints
/categories
Get a list of item and service categories.
Method | GET |
---|---|
URL | https://uexcorp.space/api/2.0/categories?type={string}§ion={string} |
Authorization | — |
Cache TTL | +1 day |
Input |
type string(255) // item, service | optional section string(255) // optional |
Output |
id int(11) type string(255) // item, service section string(255) // category group name string(255) // category name is_game_related int(1) // if the category exists in-game is_mining int(1) // if it's mining related category date_added int(11) // timestamp date_modified int(11) // timestamp |
Response status |
• ok |
Update date | Patch cycle (usually) |
Documentation update: | 6 months ago |
Optional