Take Me Home, Country Roads Mix
Deputo suscipit aveho damno creo explicabo odit substantia.
playlists / #139
Deputo suscipit aveho damno creo explicabo odit substantia.
curl -sS \
"https://example-data.com/api/v1/playlists/139" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/139"
);
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/139"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/139"
)
playlist = res.json() {
"id": 139,
"userId": 120,
"name": "Take Me Home, Country Roads Mix",
"slug": "take-me-home-country-roads-mix-139",
"description": "Deputo suscipit aveho damno creo explicabo odit substantia.",
"songIds": [
1767,
1109,
689,
102,
624,
414,
1152,
2222,
2002,
550,
2969,
458,
2412,
121,
849,
2354,
456,
380,
162,
2359,
424,
29,
877,
2295,
1318,
2005,
1451,
311,
2816,
2902,
555,
2498,
1660,
1389,
2963,
1006,
2787,
2568,
215,
2783,
2470,
2962,
419,
1921,
2573
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-139/500/500",
"createdAt": "2025-04-11T06:02:59.586Z",
"updatedAt": "2025-04-14T09:50:29.355Z"
}