TotK Compendium API
1.0.0
매우 간단한 읽기는 새로운 젤다 게임, 왕국의 눈물에 대한 API 만 있습니다.
이 프로젝트는 여전히 진행중인 작업입니다. API가 작업을 중단하면 조만간 다시 등장 할 것입니다. 이 때문에이 API에 의존하는 거대한 프로젝트를하지 마십시오!
이 API (Cyclic)를 슬프게 호스팅하는 데 사용했던 이전 사이트는 더 이상 존재하지 않으므로 렌더로 전환해야했습니다. 이 API를 사용하고 싶고 문제가있는 경우 여기에 문제를 열어 주시면 최대한 빨리 문제를 해결하기 위해 최선을 다할 것입니다. 또한 렌더에서 무료로 호스팅 할 수 있습니다.
이 API를 기반으로 한 Hyrule Compendium 웹 사이트
엔드 포인트 | 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/zealousanemone/recipes-totk/ |
나머지 | 나 |