Logo
ACNH API Documentation

v1

Number of APIs: 13


1. Fish

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.



2. Sea Creatures

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.



3. Bugs

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.



4. Villagers

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.



5. Songs

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.



6. Music

GET {{baseUrl}}/v1/music/:songID

Get K.K. songs data in MP3 format.

The {songID} parameter can be found using the /songs/ endpoint.



7. Art

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.



8. Hourly music

GET {{baseUrl}}/v1/hourly/:songID

Get hourly songs data in MP3 format.

The {songID} parameter can be found using the /backgroundmusic/ endpoint.



9. BGM

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.



10. Houseware

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.



11. Wallmounted

GET {{baseUrl}}/v1/wallmounted/:wallmountedID



12. Misc

GET {{baseUrl}}/v1/misc/:miscID

see /v1/houseware endpoint.



13. Fossils

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.



ENDPOINTS