API reference
Get an augment
One augment, the same shape as in the list.
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.
Request
Path parameters
slugstringRequired- The augment's slug, from the list: "execution", "natures-bless".
Response
200 OK: The augment. Fields: data.
{
"version": "v795",
"data": {
"slug": "execution",
"name": "Execution",
"url": "https://isleswiki.net/augments/execution",
"icon": "https://isleswiki.net/augments/icons/execution.png",
"goesIn": "weapon",
"group": "damage",
"rarity": "Rare",
"note": null,
"tiers": [
{
"tier": 1,
"numeral": "I",
"effect": "Deal up to +20% damage the less health your enemy has.",
"value": "+20%",
"lore": [
"Rare Weapon Augment",
"",
"",
"… 3 more"
],
"gameId": "augment_execution_1",
"cost": null
},
{
"tier": 3,
"numeral": "III",
"effect": "Deal up to +36% damage the less health your enemy has.",
"value": "+36%",
"lore": [
"Rare Weapon Augment",
"",
"",
"… 3 more"
],
"gameId": "augment_execution_3",
"cost": null
}
],
"drops": [
{
"source": "info:fangbite caverns rift · grade s",
"rift": "Fangbite Caverns Rift",
"grade": "S",
"chance": "10%",
"percent": 10
},
{
"source": "info:fangbite caverns rift · grade b",
"rift": "Fangbite Caverns Rift",
"grade": "B",
"chance": "6.6%",
"percent": 6.6
},
{
"source": "info:goblin grotto rift · grade s",
"rift": "Goblin Grotto Rift",
"grade": "S",
"chance": "10%",
"percent": 10
},
"… 2 more"
]
}
}Errors
- 404
not_foundNo augment has that slug. - 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.