Hyrule Compendium API
v2
Ringkasan Hyrule adalah ensiklopedia semua item interaktif dalam game di dunia Hyrule. Dengan API brilian ini, Anda dapat mengakses datanya dan menyematkannya ke dalam aplikasi Anda sendiri.
Anda dapat melihat item tertentu, semua item dalam suatu kategori, atau semua data di database kami. Berikut adalah contoh permintaan dan respons, mengambil data pada lynel bersurai putih:
$ curl https://botw-compendium.herokuapp.com/api/v3/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/v3/entry/white-maned_lynel/image"
}
}
Untuk memulai, lihat dokumentasinya.
Jika Anda menemukan kegagalan fungsi atau memiliki saran, buka masalah atau permintaan penarikan.
Petunjuk untuk menjalankan secara lokal dapat ditemukan [https://gadhagod.github.io/Hyrule-Compendium-API/#/self-hosting].