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"
} |