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]。