Files
mystuff_frontend/api_examples/get_tracks.json
Lars Behrends d6a0aac5f7 banbaa
2026-04-09 12:46:32 +02:00

24 lines
405 B
JSON

{
"success": true,
"data": {
"items": [
{
"id": 1,
"media_id": 3,
"track_number": 1,
"title": "Speak to Me",
"duration": "1:30",
"artist": "Pink Floyd"
},
{
"id": 2,
"media_id": 3,
"track_number": 2,
"title": "Breathe",
"duration": "2:43",
"artist": "Pink Floyd"
}
]
}
}