Get Buy Order & Lowest Sale Prices
GET /infos/prices/buyorderAndLowestSales
Retrieves a global list of all items with their highest buy order price and lowest sale price. Data is cached for performance and can be force-refreshed.
If present, bypasses the cache and fetches fresh data.
| Field | Type | Description |
|---|---|---|
item_id | integer | Unique item type identifier |
buyorder_price | integer | Highest active buy order price (in cents) |
lowest_sale_price | integer | Lowest current sale listing price (in cents) |
Prices are in cents (divide by 100 for dollar amounts). This endpoint is heavily cached — use the
update parameter only when necessary.Get Admin Info
GET /infos/admin
Retrieves the list of admin/staff members. Requires API key authentication.
api (API key required), noDB
Response
Returns a JSON array of staff member information.