RESTful API for managing music tracks with mood properties
โ API is running
Base URL: http://win.stylescore.sport-timing.pl/MoodFader/music-library-backend/api/tracks.php
{
"success": true,
"data": [...],
"count": 8
}
{
"success": true,
"data": { "id": 1, "name": "Sunrise", ... }
}
{
"name": "Sunrise",
"album": "Dawn EP",
"bpm": 120,
"music_key": "Fm",
"genre": "Ambient",
"mood": "Calm",
"brightness": 0.7,
"saturation": 0.6,
"shape": "circle",
"level": "middle",
"position": 0
}
Send any fields you want to update in JSON format
{
"ids": [3, 1, 2, 5, 4]
}
Each track includes the following fields: