Funkytown Mix
Tricesimus contigo beatus coaegresco charisma.
playlists / #127
Tricesimus contigo beatus coaegresco charisma.
Funkytown Mix
curl -sS \
"https://example-data.com/api/v1/playlists/127" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/127"
);
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/127"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/127"
)
playlist = res.json() {
"id": 127,
"userId": 96,
"name": "Funkytown Mix",
"slug": "funkytown-mix-127",
"description": "Tricesimus contigo beatus coaegresco charisma.",
"songIds": [
1029,
2530,
1441,
31,
362,
1561,
1025,
205,
2822,
1680,
1340,
1274,
2645,
2656,
1689,
2858,
1183,
2618,
796,
976,
2224,
2663,
2166,
1915,
2650,
810,
392,
1564,
765,
1008,
1686,
1310,
2692,
1889,
2808,
445,
982,
635,
2655,
2949,
509,
25,
1578,
753,
343,
1672,
341,
2903,
1275,
1532
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-127/500/500",
"createdAt": "2024-06-11T18:57:02.330Z",
"updatedAt": "2024-07-04T02:01:11.984Z"
}