IslesWikiNot officially affiliated with Isles

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.

200OKapplication/json
{
  "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

  • 404not_foundNo augment has that slug.
  • 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.