TotK Compendium API
1.0.0
新しいゼルダゲーム、Tears of the Kingdomの非常にシンプルな読み取り専用API。
このプロジェクトは、まだ進行中の非常に非常に重要です。 APIが発生しなくなった場合、おそらく遅かれ早かれ戻ってくるでしょう。このため、このAPIに依存する巨大なプロジェクトを作成しないでください!
私がこのAPIをホストしていた以前のサイト(サイクリック)は、残念ながらもう存在しないので、レンダリングに切り替える必要がありました。このAPIを使用したい場合は、問題がある場合は、ここで問題を自由に開いてください。できるだけ早く修正するために最善を尽くします。また、レンダリングで無料で自分でホストすることもできます。
このAPIに基づくHyrule Compendium Webサイト
終点 | URL |
---|---|
APIベースURL: | 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
)は、 locations
(リスト)ではなく、 ingredients
プロパティ(文字列)を持っています。
もの | 著者 |
---|---|
レシピ | https://github.com/zearinganemone/recipes-totk/ |
休む | 自分 |