Hyrule Compendium API
v2
إن خلاصة Hyrule عبارة عن موسوعة تضم جميع العناصر التفاعلية داخل اللعبة في عالم Hyrule. باستخدام واجهة برمجة التطبيقات الرائعة هذه، يمكنك الوصول إلى بياناتها وتضمينها في تطبيقك الخاص.
يمكنك رؤية عنصر معين، أو جميع العناصر الموجودة في فئة ما، أو جميع البيانات الموجودة في قاعدة البيانات الخاصة بنا. فيما يلي مثال للطلب والاستجابة، لاسترداد البيانات الموجودة على اللينيل ذو اللبدة البيضاء:
$ 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].