example-data.com

playlists / #39

Knock Three Times Mix

Knock Three Times Mix

Uredo veritas acies talis quis necessitatibus suppellex textilis convoco soluta suspendo vinco quaerat voluptatibus vester.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/playlists/39" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/playlists/39"
);
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/39"
);
const playlist = (await res.json()) as Playlist;
import requests

res = requests.get(
    "https://example-data.com/api/v1/playlists/39"
)
playlist = res.json()
{
  "id": 39,
  "userId": 53,
  "name": "Knock Three Times Mix",
  "slug": "knock-three-times-mix-39",
  "description": "Uredo veritas acies talis quis necessitatibus suppellex textilis convoco soluta suspendo vinco quaerat voluptatibus vester.",
  "songIds": [
    1210,
    1735,
    1744,
    1145,
    118,
    971,
    1286,
    2221,
    882,
    1880,
    2509,
    1293,
    2813,
    287,
    2095,
    2632,
    1296,
    488,
    2809,
    299,
    684,
    1313,
    681,
    852,
    2765,
    2159,
    1003,
    283,
    1005,
    1222,
    2801,
    2235,
    2903,
    2440,
    2572,
    1510,
    875,
    849,
    927
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-39/500/500",
  "createdAt": "2026-03-02T15:17:37.248Z",
  "updatedAt": "2026-03-23T05:02:33.526Z"
}
Draftbit