Logo
ACNH API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X GET 'http://acnhapi.com/v1/images/songs/:songID'

ENDPOINTS