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/ |
休息 | 我 |