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
GET {{baseUrl}}/v1/icons/fish/:fishID
Get fish icons in PNG format.
The {fishID} parameter can be found using the /v1/fish/ endpoint.
GET {{baseUrl}}/v1/icons/bugs/:bugID
Get bugs icons in PNG format.
The {bugID} parameter can be found using the /v1/bugs/ endpoint.
GET {{baseUrl}}/v1/icons/villagers/:villagerID
Get villager icons in PNG format.
The {villagerID} parameter can be found using the /v1/villagers/ endpoint.
GET {{baseUrl}}/v1/icons/art/:artID
Get art icons in PNG format.
The {artID} parameter can be found using the /art/ endpoint.
GET {{baseUrl}}/v1/images/fish/:fishID
Get fish images in PNG format.
The {fishID} parameter can be found using the /v1/fish/ endpoint.
GET {{baseUrl}}/v1/images/bugs/:bugID
Get bugs images in PNG format.
The {bugID} parameter can be found using the /v1/bugs/ endpoint.
GET {{baseUrl}}/v1/images/villagers/:villagerID
Get villager images in PNG format.
The {villagerID} parameter can be found using the /v1/villagers/ endpoint.
GET {{baseUrl}}/v1/images/fossils/:fossilName
Get fossil images in PNG format.
The {fossilName} parameter can be found using the /v1/fossils/ endpoint.
GET {{baseUrl}}/v1/images/songs/:songID
Get song cover images in PNG format.
The {songID} parameter can be found using the /v1/songs/ endpoint.
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).
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/fossils/:fossilName
Get fossil data in JSON format.
The {fossilName} parameter is optional and can be removed to get all the fossils 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.