Number of APIs: 6
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/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/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).