Go Your Own Way Mix
Utor usitas totus campana torrens beatus deleo pecus canonicus sordeo adicio ad cubitum.
playlists / #115
Utor usitas totus campana torrens beatus deleo pecus canonicus sordeo adicio ad cubitum.
Go Your Own Way Mix
curl -sS \
"https://example-data.com/api/v1/playlists/115" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/playlists/115"
);
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/115"
);
const playlist = (await res.json()) as Playlist;import requests
res = requests.get(
"https://example-data.com/api/v1/playlists/115"
)
playlist = res.json() {
"id": 115,
"userId": 124,
"name": "Go Your Own Way Mix",
"slug": "go-your-own-way-mix-115",
"description": "Utor usitas totus campana torrens beatus deleo pecus canonicus sordeo adicio ad cubitum.",
"songIds": [
132,
2275,
816,
1097,
889,
2,
2757,
2633,
2126,
339,
485,
233,
1654,
637,
999,
1078,
1811,
1081,
451,
2339,
2490,
744,
81,
876,
643,
199,
345,
1280,
1746,
1524,
2618,
2505,
1472,
2170,
1277,
1288,
541,
2253,
1351,
1859,
2868,
90,
2202,
186,
2319,
1640,
2784,
1201,
1568
],
"isPublic": false,
"coverUrl": "https://picsum.photos/seed/playlist-115/500/500",
"createdAt": "2024-11-07T01:35:15.057Z",
"updatedAt": "2024-11-28T14:13:28.082Z"
}