Eve of Destruction Mix
Coaegresco tamisium uxor cum avarus.
playlists / #199
Coaegresco tamisium uxor cum avarus.
Eve of Destruction Mix
curl -sS \
"https://example-data.com/api/v1/playlists/199" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/199"
);
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/199"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/199"
)
playlist = res.json() {
"id": 199,
"userId": 4,
"name": "Eve of Destruction Mix",
"slug": "eve-of-destruction-mix-199",
"description": "Coaegresco tamisium uxor cum avarus.",
"songIds": [
1967,
834,
557,
2139,
514,
1645,
1378,
1976,
2517,
2976,
1931,
65,
812,
2657,
2691,
314,
600,
1563,
1382,
192,
1696,
846,
305,
443,
752,
1298,
11,
1229,
2137,
1685,
188,
776,
2612,
661,
2968,
219,
126,
2243,
1843,
2773,
267,
1425,
210,
1390,
794,
2437
],
"isPublic": false,
"coverUrl": "https://picsum.photos/seed/playlist-199/500/500",
"createdAt": "2024-11-14T13:45:40.307Z",
"updatedAt": "2024-11-16T13:14:48.494Z"
}