Logo
ACNH API Documentation

v1-icons

Number of APIs: 4


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



ENDPOINTS