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 URL
https://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
- Call a route. No key, no sign-up: this one gets an item by its key.
- Read
data. Lists also givecount; every answer gives the catalogueversionit is from. - Send the ETag back as
If-None-Matchnext 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.
curl "https://isleswiki.net/api/v1/items/model:isles:armor/melee/leviahide_helmet"What you can do
Every item in one call Stats with roll ranges, recipes, drops and uses, with filters by class, slot, level and more.Mobs, nodes and rifts Levels, health, the skill a node needs, respawn times and every drop table.Elixirs What each level gives, and the community mixes that brew them.Skill trees Every perk with its place on the tree, cost and effect.Search Find any item or source by name, and its key.Icons Every item's icon and player heads as PNGs, free of any limit.
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;
versiontells you when something changed.
Unofficial
IslesWiki is a community wiki. It is not affiliated with Isles.