API 2.0
Endpoints
/refineries_methods
Retrieve a list of the refining methods used by all in-game refineries
Methods | GET |
---|---|
URL | https://uexcorp.space/api/2.0/refineries_methods |
Authorization | — |
Cache TTL | +1 day |
Input | - |
Output |
id int(11) name var(255) code var(255) rating_yield int(1) // '1' to low, '2' to medium, '3' to high rating_cost int(1) // '1' to low, '2' to medium, '3' to high rating_speed int(1) // '1' to slow, '2' to medium, '3' to fast date_added int(11) // timestamp date_modified int(11) // timestamp |
Response status |
• ok |
Limits | Maximum of 500 rows |
Update rate | Patch cycle |
Documentation update: | 6 months ago |