IslesWikiNot officially affiliated with Isles

IslesWiki API

API documentation

Everything IslesWiki knows about Isles, as JSON: every item with its stats, recipes and drops, the bestiary, gathering nodes, rifts, elixirs, skill trees and food buffs. Open to anyone, no sign-up needed.

Base URLhttps://isleswiki.net/api/v1Every route is under it.
AuthenticationNone neededA key only raises your limit.
FormatJSON, UTF-8With ETags, so unchanged data costs nothing.

Quick start

  1. Call a route. No key, no sign-up: this one gets an item by its key.
  2. Read data. Lists also give count; every answer gives the catalogue version it is from.
  3. Send the ETag back as If-None-Match next time: unchanged data is a 304 with no body. See Caching.

Every item in one call is GET https://isleswiki.net/api/v1/items; add ?limit=50 for a page at a time, and follow next for the rest.

One itemshell
curl "https://isleswiki.net/api/v1/items/model:isles:armor/melee/leviahide_helmet"

What you can do

How it works

  • Open. Every route works without a key, at 60 calls a minute per address. A key gets its own limit.
  • Stable. Within v1, fields are added but never changed or taken away. Keys of items and sources do not change.
  • From the wiki. The data is what the wiki shows, corrected by players as they find mistakes. Not all of it may be accurate.
  • Always current. An edit on the wiki reaches the API within a minute; version tells you when something changed.

Unofficial

IslesWiki is a community wiki. It is not affiliated with Isles.