Number of APIs: 13
GET {{baseUrl}}/v1/fish/:fishID
Get fish data in JSON format. The {fishID} parameter is optional and can be removed to get all the fish data.
GET {{baseUrl}}/v1/sea/:seaID
Get sea creature data in JSON format. The {seaID} parameter is optional and can be removed to get all the sea creature data.
GET {{baseUrl}}/v1/bugs/:bugID
Get bugs data in JSON format. The {bugID} parameter is optional and can be removed to get all the bugs data.
GET {{baseUrl}}/v1/villagers/:villagerID
Get villager data in JSON format. The {villagerID} parameter is optional and can be removed to get all the villagers data.
GET {{baseUrl}}/v1/songs/:songID
Get K.K. songs data in JSON format. The {songID} parameter is optional and can be removed to get all the songs data.
GET {{baseUrl}}/v1/music/:songID
Get K.K. songs data in MP3 format. The {songID} parameter can be found using the /songs/ endpoint.
GET {{baseUrl}}/v1/art/:artID
Get art data in JSON format. The {artID} parameter is optional and can be removed to get all the art data.
GET {{baseUrl}}/v1/hourly/:songID
Get hourly songs data in MP3 format. The {songID} parameter can be found using the /backgroundmusic/ endpoint.
GET {{baseUrl}}/v1/backgroundmusic/:songID
Get hourly songs data in JSON format. The {songID} parameter is optional and can be removed to get all the songs data.
GET {{baseUrl}}/v1/houseware/:housewareID
Get houseware data in JSON format. The {housewareID} parameter is optional and can be removed to get all the housewareID data.
GET {{baseUrl}}/v1/wallmounted/:wallmountedID
GET {{baseUrl}}/v1/misc/:miscID
see /v1/houseware endpoint.
GET {{baseUrl}}/v1/fossils/:fossilName
Get fossil data in JSON format. The {fossilName} parameter is optional and can be removed to get all the fossils data.