API reference
List food buffs
Timed boosts from eating and drinking, as each item's lore gives them.
Authorization
AuthorizationOptional
Works without a key. Send one to use its own limit: Authorization: Bearer iwk_… or X-API-Key: iwk_…. See Authentication.
Counted: 60 calls a minute per address without a key.
Response
200 OK: The buffs, and how many. Fields: each item of data.
{
"version": "v790",
"count": 32,
"data": [
{
"item": "model:isles:farming/coconut|fresh coconut",
"name": "Fresh Coconut",
"icon": "https://isleswiki.net/api/v1/icons/farming/coconut.png",
"stat": "Generic Defense",
"amount": 50,
"percent": false,
"minutes": 0.3
},
{
"item": "model:isles:fishing/grilled_sardine",
"name": "Grilled Sardine",
"icon": "https://isleswiki.net/api/v1/icons/fishing/grilled_sardine.png",
"stat": "Crit Damage",
"amount": 30,
"percent": false,
"minutes": 0.3
},
"… 30 more"
]
}Errors
- 401
bad_keyAn API key was sent that is unknown or revoked. Leave it out to use the free limit. - 429
rate_limitedMore calls in a minute than the limit (60 per address without a key, or the key's own). Wait for Retry-After seconds. - 503
unavailableThe catalogue could not be loaded. Rare; try again in a minute.