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"
}
}
始めるには、ドキュメントを確認してください。
誤動作に遭遇した場合、または提案がある場合は、Issue または Pull Request をオープンしてください。
ローカルで実行する手順については、[https://gadhagod.github.io/Hyrule-Compendium-API/#/self-hosting] を参照してください。