Hyrule Compendium API
v2
海拉爾綱要是海拉爾世界中所有遊戲內互動項目的百科全書。借助這個出色的 API,您可以存取其資料並將其嵌入到您自己的應用程式中。
您可以查看特定項目、類別中的所有項目或我們資料庫中的所有資料。下面是一個請求和回應範例,用於檢索白鬃狼的資料:
$ 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"
}
}
若要開始使用,請查看文件。
如果您遇到故障或有任何建議,請提出問題或拉取請求。
可以找到本地運行的說明 [https://gadhagod.github.io/Hyrule-Compendium-API/#/self-hosting]。