TotK Compendium API
1.0.0
一個非常簡單的讀物僅用於新Zelda遊戲的REST API,即王國的淚水。
這個項目仍然是一個正在進行的工作。如果API SuddendSed停止工作,則可能遲早會恢復。因此,請不要進行任何依賴此API的大型項目!
我過去用來託管此API(循環)的上一個網站不再存在,因此我不得不切換到渲染。如果您想使用此API,並且有問題,請隨時在此處打開一個問題,我會盡力盡快解決它。另外,您可以免費自行託管渲染。
基於此API的Hyrule Compendium網站
端點 | URL |
---|---|
API基礎網址: | https://totk-compendium-api.onrender.com/ |
所有條目列表: | https://totk-compendium-api.onrender.com/all |
單個條目 | https://totk-compendium-api.onrender.com/entry/ [條目名稱] |
示例單條目: | https://totk-compendium-api.onrender.com/entry/hateno_cow |
/entry/hateno_cow
{
"name" : " Hateno Cow " ,
"description" : " Originating in Hateno Village, these cows are kept as livestock primarily for their milk. Their horns are smaller than a water buffalo's, and they're much more docile and therefore easier to raise. Their horns are decorated with bright colors when taken out to pasture. " ,
"image" : " https://raw.githubusercontent.com/BustyBee/TotK-Compendium-DATA/main/images/Animal_Cow_A_Detail.png " ,
"thumbnail" : " https://raw.githubusercontent.com/BustyBee/TotK-Compendium-DATA/main/images/Animal_Cow_A_Icon.png " ,
"category" : " Animal " ,
"gamename" : " Animal_Cow_A " ,
"locations" : [
" Hateno Village " ,
" Lurelin Village "
]
}
食物條目( category: Cooking
)具有ingredients
屬性(字符串),而不是locations
(列表)。
事物 | 作者 |
---|---|
食譜 | https://github.com/kealanemone/recipes-totk/ |
休息 | 我 |