Que sera sera (Whatever will be will be) Mix
Aestus clibanus congregatio adsidue vis cicuta aetas vilis carpo aggredior ceno desolo contego.
playlists / #23
Aestus clibanus congregatio adsidue vis cicuta aetas vilis carpo aggredior ceno desolo contego.
curl -sS \
"https://example-data.com/api/v1/playlists/23" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/23"
);
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/23"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/23"
)
playlist = res.json() {
"id": 23,
"userId": 142,
"name": "Que sera sera (Whatever will be will be) Mix",
"slug": "que-sera-sera-whatever-will-be-will-be-mix-23",
"description": "Aestus clibanus congregatio adsidue vis cicuta aetas vilis carpo aggredior ceno desolo contego.",
"songIds": [
309,
1938,
2733,
2490,
1699,
1902,
1519,
1355,
822,
1770,
1424,
956,
2611,
286,
845,
2069,
2299,
2065,
2644,
2332,
807,
2038,
939,
2821,
2831,
688,
2425,
428,
1457,
1981,
1606,
2548,
1001,
2757,
979,
1869,
2002,
1207,
2223,
630,
2392,
2520,
2564,
2748,
2652,
2126,
2029,
2715,
538,
1446
],
"isPublic": false,
"coverUrl": "https://picsum.photos/seed/playlist-23/500/500",
"createdAt": "2025-05-17T23:01:14.450Z",
"updatedAt": "2025-06-10T11:37:47.287Z"
}