IslesWikiNot officially affiliated with Isles

API reference

List augments

Augments go in the slots of weapons and armour. Tier I drops in rifts; two of a tier make the next at the Augmenting Station. Each augment lists the tiers we have data on, with what that tier does and what combining it cost.

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 augments, and how many. Fields: each item of data.

200OKapplication/json
{
  "version": "v795",
  "count": 44,
  "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"
      ]
    },
    "… 43 more"
  ]
}

Errors

  • 401bad_keyAn API key was sent that is unknown or revoked. Leave it out to use the free limit.
  • 429rate_limitedMore calls in a minute than the limit (60 per address without a key, or the key's own). Wait for Retry-After seconds.
  • 503unavailableThe catalogue could not be loaded. Rare; try again in a minute.

Notes

Only what we have data on

A tier we don't have data on yet is left out, and rarity and goesIn are null until we have data on them: nothing is guessed. Each augment's page on the wiki takes what is missing.

Tiers

Two of a tier make the next, so tier III takes four of tier I. The game has tiers I to VI; its art goes up to X, so the list takes higher ones when they turn up.