Hyrule Compendium
Data on all interactive items from The Legend of Zelda: BOTW
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Games & Comics
- Documentation / URL
- https://github.com/gadhagod/Hyrule-Compendium-API
Overview
The Hyrule Compendium API exposed the complete in-game database of The Legend of Zelda: Breath of the Wild — every animal, monster, material, equipment, treasure, and creature, with names, descriptions, and image URLs. It was a fun, keyless API for Zelda fan projects.
⚠️ Status (verified 2026-08): the hosted endpoint (
hyrule-compendium-api.herokuapp.com) returns HTTP 404 — the service appears unreachable from our network (it previously ran on Heroku’s free tier, which was discontinued). The project is open-source, so it can be self-hosted or revived.
What it used to provide
- All entries:
GET /api/v1/entries - By category:
GET /api/v1/category/creatures,/category/monsters,/category/materials,/category/equipment,/category/treasure - Single entry:
GET /api/v1/entry/fire_arrow - Search:
GET /api/v1/entries?name=lynel
Alternatives
- The D&D 5e API and other game-data APIs listed on this site.
- Self-hosting: the source is on GitHub (Python/Flask; data JSON included in the repo).
FAQ
Is the Hyrule Compendium API working? As of 2026-08 the hosted instance returns 404 — assume it’s down.
Was it free? Yes — it was keyless and free.
Can I run my own instance? Yes — the code and data are open-source on GitHub.
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |