API reference
List elixirs
Elixirs are permanent and stack with each other and with everything worn. Each level adds the same amount, and level n takes n² drinks in all (25 for level 5). The mixes are the community's.
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 elixirs, and how many. Fields: each item of data.
{
"version": "v795",
"count": 21,
"data": [
{
"id": "aegis",
"name": "Aegis Elixir",
"item": "elixir_aegis",
"url": "https://isleswiki.net/item/elixir_aegis",
"icon": "https://isleswiki.net/api/v1/icons/head/4fe76efac148fc7e737339729b473dae82c6bada4f7607945eef4f782c5bce6.png",
"rarity": "Uncommon",
"region": null,
"maxLevel": 5,
"confirmed": true,
"perLevel": [
{
"stat": "Base Defense",
"percent": false,
"perLevel": 5
}
],
"mixes": [
[
{
"name": "Goblin Ear",
"item": "model:isles:mob_drops/goblin_ear",
"qty": 1
},
{
"name": "Mushroom",
"item": "model:isles:farming/mushroom",
"qty": 1
},
{
"name": "Stone Pebble",
"item": "model:isles:mining/stone_pebble",
"qty": 1
}
],
[
{
"name": "Baked Carrot",
"item": "snack_baked_carrot",
"qty": 1
},
{
"name": "Washed Tomato",
"item": "model:isles:farming/tomato",
"qty": 1
},
{
"name": "Grilled Stone Clam",
"item": "model:isles:fishing/grilled_stone_clam",
"qty": 1
}
]
]
},
{
"id": "aegisii",
"name": "Aegis Elixir II",
"item": "minecraft:player_head|Aegis Elixir II",
"url": "https://isleswiki.net/item/minecraft%3Aplayer_head%7CAegis%20Elixir%20II",
"icon": null,
"rarity": "Uncommon",
"region": 2,
"maxLevel": 5,
"confirmed": false,
"perLevel": [
{
"stat": "Base Defense",
"percent": false,
"perLevel": 5
}
],
"mixes": [
[
{
"name": "Baked Carrot",
"item": "snack_baked_carrot",
"qty": 1
},
{
"name": "Polished Bee Wax",
"item": "model:isles:mob_drops/polished_bee_wax",
"qty": 1
},
{
"name": "Mushroom",
"item": "model:isles:farming/mushroom",
"qty": 2
},
"… 1 more"
]
]
},
"… 19 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.