Hyrule Compendium API
v2
Hyrule 개요서는 Hyrule 세계의 모든 게임 내 대화형 항목에 대한 백과사전입니다. 이 뛰어난 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]에서 확인할 수 있습니다.