- Notifications
You must be signed in to change notification settings - Fork0
An API serving data on all creatures, monsters, materials, equipment, and treasure in The Legend of Zelda: Breath of the Wild.
License
lalo-the-coder/Hyrule-Compendium-API
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An API serving data on all creatures, monsters, materials, equipment, and treasure inThe Legend of Zelda: Breath of the Wild.
ByAarav Borthakur
The Hyrule compendium is an encyclopedia of all in-game interactive items. With this brilliant API, you can access this data from code and embed it into your own application. See thecompendium directory of this repository to see all entries in the compendium. 385 entries and 5 categories of entries are in the compendium.
You can see a specific item, all items in a category, or all data in our database.Here is an example request and response, retrieving data on the silver lynel:
$ curl https://botw-compendium.herokuapp.com/api/v1/entry/white-maned_lynel{ "data": { "name": "white-maned lynel", "id": 123, "category": "monsters", "description": "These fearsome monsters have lived in Hyrule since ancient times. Their ability to breathe fire makes White-Maned Lynels among the toughest of the species; each one of their attacks is an invitation to the grave. There are so few eyewitness accounts of this breed because a White-Maned Lynel is not one to let even simple passersby escape with their lives.", "common_locations":[ "Hyrule Field", "Hebra Mountains" ] "drops": [ "lynel horn", "lynel hoof", "lynel guts" ], "image": "https://botw-compendium.herokuapp.com/api/v1/entry/white-maned_lynel/image" }}To get started, check out thedocumentation.
If you come across a malfunction or have any suggestions open anissue or apull request.
Instructions for running locally can be foundhere.
Made with awesomeness by@gadhagod.
About
An API serving data on all creatures, monsters, materials, equipment, and treasure in The Legend of Zelda: Breath of the Wild.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- TypeScript68.8%
- Python28.9%
- Shell2.3%
