Logo
ACNH API Documentation

v1-images

Number of APIs: 6


1. 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.



2. 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.



3. 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.



4. 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.



5. 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.



6. 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).



ENDPOINTS