I Can't Get Next to You Mix
Subseco depereo villa brevis demens clamo ustilo quia contigo.
playlists / #84
Subseco depereo villa brevis demens clamo ustilo quia contigo.
I Can't Get Next to You Mix
curl -sS \
"https://example-data.com/api/v1/playlists/84" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/84"
);
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/84"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/84"
)
playlist = res.json() {
"id": 84,
"userId": 242,
"name": "I Can't Get Next to You Mix",
"slug": "i-cant-get-next-to-you-mix-84",
"description": "Subseco depereo villa brevis demens clamo ustilo quia contigo.",
"songIds": [
567,
1957,
2370,
2603,
2385,
2699,
2323,
2172,
1260,
1622,
925,
2073,
732,
494,
214,
2233,
1697,
1734,
279,
2469,
576,
755,
1871,
2591,
653,
1717,
147,
1682,
2391,
765,
266,
2003,
2384
],
"isPublic": true,
"coverUrl": "https://picsum.photos/seed/playlist-84/500/500",
"createdAt": "2025-11-27T15:07:24.816Z",
"updatedAt": "2025-12-04T00:17:35.653Z"
}