Logo
ACNH API Documentation

BGM

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "id": 1, "file-name": "BGM_24Hour_00_Rainy", "hour": 0, "weather": "Rainy" }



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

ENDPOINTS