Grand Exchange
Explore all available endpoints in the Grand Exchange category.
Get categories
Get list of all Grand Exchange categories
/grand-exchange/categories
Get category
Get item count for a category (data from database)
/grand-exchange/categories/{id}
Get category items
Get paginated list of items in a category (data from database, 50 items per page)
/grand-exchange/categories/{id}/items
Get GE info
Get Grand Exchange database last update timestamp
/grand-exchange/info
Search items
Search for items by name with pagination (data from database, 50 items per page)
/grand-exchange/items/search
Get item detail
Get detailed information for a specific item (e.g., 21787 = Steadfast boots)
/grand-exchange/items/{id}
Get item price graph
Get 180-day price graph data for an item
/grand-exchange/items/{id}/graph
Get item image
Get item image (redirects to image URL from database, falls back to RuneScape API if not found)
/grand-exchange/items/{id}/image