Playlists
Detail
Returns more detailled information about a playlist.
| Method | GET |
|---|---|
| Endpoint | /playlist/playlistID |
Information
Do not display user information, ifisOfficial is set to true as it indicates an official SpinShare playlist instead of a user playlist.
Output Body
{
"version": 1,
"status": 200,
"data": {
"id": 2,
"title": "Test Playlist",
"description": "Test Description",
"fileReference": "playlist_5f86ea264a93b",
"user": {
"id": 1,
"username": "taw.moe",
"coverReference": "5f86d761933e1.png",
"isVerified": null,
"isPatreon": null,
"pronouns": "she\/her"
},
"songs": [
{
"id": 6,
"title": "Delete",
"subtitle": "from Technokinesis\r\n",
"artist": "Meganeko",
"charter": "Stride and Juch.",
"uploader": 1,
"fileReference": "spinshare_5f86d7f1e46e1",
"tags": [
""
],
"views": 8,
"downloads": null,
"isExplicit": false,
"fileReference": "spinshare_645bd72488592",
"hasEasyDifficulty": false,
"hasNormalDifficulty": false,
"hasHardDifficulty": false,
"hasExtremeDifficulty": false,
"hasXDDifficulty": true,
"easyDifficulty": 5,
"normalDifficulty": 10,
"hardDifficulty": 15,
"expertDifficulty": 23,
"XDDifficulty": 26,
"uploadDate":
{
"date": "2021-01-15 13:27:34.000000",
"timezone_type": 3,
"timezone": "Europe/Berlin"
},
"updateDate":
{
"date": "2021-01-15 13:27:34.000000",
"timezone_type": 3,
"timezone": "Europe/Berlin"
},
"updateHash": "d837d2adcdc19d215130cd92f27ae927",
"description": null
}
],
"isOfficial": true,
"paths": {
"cover": "http:\/\/spinsha.re\/uploads\/cover\/playlist_5f86ea264a93b.png"
}
}
}
Output Body (Not Found)
{
"version":1,
"status":404,
"data":[]
}