Johnny B Goode Mix
Tenus depono volo cresco thesis ars itaque sum.
playlists / #47
Tenus depono volo cresco thesis ars itaque sum.
Johnny B Goode Mix
curl -sS \
"https://example-data.com/api/v1/playlists/47" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/47"
);
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/47"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/47"
)
playlist = res.json() {
"id": 47,
"userId": 17,
"name": "Johnny B Goode Mix",
"slug": "johnny-b-goode-mix-47",
"description": "Tenus depono volo cresco thesis ars itaque sum.",
"songIds": [
2081,
1718,
1981,
66,
1643,
769,
2647,
2310,
51,
598,
1153,
1628,
2185,
92,
2447,
525,
635,
2181,
667,
1886,
581,
1891,
1122,
747,
701,
789,
2517,
383,
2324,
1217,
1364,
2905,
1629,
1563,
979
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-47/500/500",
"createdAt": "2024-09-07T03:45:32.744Z",
"updatedAt": "2024-09-18T02:02:00.510Z"
}