Ring My Bell Mix
Depraedor soluta cupiditas dedecor nulla beatus usque texo.
playlists / #51
Depraedor soluta cupiditas dedecor nulla beatus usque texo.
Ring My Bell Mix
curl -sS \
"https://example-data.com/api/v1/playlists/51" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/51"
);
const playlist = await res.json();import type { Playlist } from "https://example-data.com/types/playlists.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/playlists/51"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/51"
)
playlist = res.json() {
"id": 51,
"userId": 27,
"name": "Ring My Bell Mix",
"slug": "ring-my-bell-mix-51",
"description": "Depraedor soluta cupiditas dedecor nulla beatus usque texo.",
"songIds": [
1480,
1164,
2148,
10,
2181,
1600,
2526,
967,
1783,
2180,
1668,
1684,
1936,
398,
954,
1576,
1327,
2363,
2088,
2211,
1167,
1987,
147,
100,
1375,
412,
1133,
519,
275,
615,
1631,
1963,
1162,
1543,
1756,
1388,
1329,
817,
636,
282,
1489,
2922,
1334,
69,
680,
485,
2958,
167,
1377,
555
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-51/500/500",
"createdAt": "2024-09-17T10:49:03.997Z",
"updatedAt": "2024-10-16T00:47:51.889Z"
}