Logo
ACNH API Documentation

ACNH API

Number of APIs: 23


A free Animal Crossing: New Horizons API for critters, furniture, villagers and more!

Contact the creator on Discord at Alexis#8717

The data can be obtained as an object array instead of a nested JSON by doing requests on https://acnhapi.com/v1a/ instead of https://acnhapi.com/v1/ <!-- ReDoc-Inject: -->

Authentication


1. v1-icons - Fish icons

GET {{baseUrl}}/v1/icons/fish/:fishID

Get fish icons in PNG format.

The {fishID} parameter can be found using the /v1/fish/ endpoint.



2. v1-icons - Bugs icons

GET {{baseUrl}}/v1/icons/bugs/:bugID

Get bugs icons in PNG format.

The {bugID} parameter can be found using the /v1/bugs/ endpoint.



3. v1-icons - Villager icons

GET {{baseUrl}}/v1/icons/villagers/:villagerID

Get villager icons in PNG format.

The {villagerID} parameter can be found using the /v1/villagers/ endpoint.



4. v1-icons - Your GET endpoint

GET {{baseUrl}}/v1/icons/art/:artID

Get art icons in PNG format.

The {artID} parameter can be found using the /art/ endpoint.



5. v1-images - Fish images

GET {{baseUrl}}/v1/images/fish/:fishID

Get fish images in PNG format.

The {fishID} parameter can be found using the /v1/fish/ endpoint.



6. v1-images - Bugs images

GET {{baseUrl}}/v1/images/bugs/:bugID

Get bugs images in PNG format.

The {bugID} parameter can be found using the /v1/bugs/ endpoint.



7. v1-images - Villager images

GET {{baseUrl}}/v1/images/villagers/:villagerID

Get villager images in PNG format.

The {villagerID} parameter can be found using the /v1/villagers/ endpoint.



8. v1-images - Fossils images

GET {{baseUrl}}/v1/images/fossils/:fossilName

Get fossil images in PNG format.

The {fossilName} parameter can be found using the /v1/fossils/ endpoint.



9. v1-images - Song images

GET {{baseUrl}}/v1/images/songs/:songID

Get song cover images in PNG format.

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



10. v1-images - Furniture images

GET {{baseUrl}}/v1/images/funiture/:furnitureFileName

Get furniture images in PNG format.

The {furnitureFileName} parameter can be found using the file-name key in an houseware/wallmounted/misc variant object (eg: FtrJewelrystandRemake0_0).



11. v1 - 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.



12. v1 - 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.



13. v1 - 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.



14. v1 - 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.



15. v1 - 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.



16. v1 - 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.



17. v1 - Music

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

Get K.K. songs data in MP3 format.

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



18. v1 - 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.



19. v1 - Hourly music

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

Get hourly songs data in MP3 format.

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



20. v1 - 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.



21. v1 - 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.



22. v1 - Wallmounted

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



23. v1 - Misc

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

see /v1/houseware endpoint.



ENDPOINTS