example-data.com

playlists / #124

Dancing in the Dark Mix

Dancing in the Dark Mix

Adhuc crudelis carbo arceo auditor auxilium cognatus speciosus vere laborum socius aureus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/124"
)
playlist = res.json()
{
  "id": 124,
  "userId": 98,
  "name": "Dancing in the Dark Mix",
  "slug": "dancing-in-the-dark-mix-124",
  "description": "Adhuc crudelis carbo arceo auditor auxilium cognatus speciosus vere laborum socius aureus.",
  "songIds": [
    2362,
    1295,
    1284,
    1013,
    489,
    1976,
    492,
    544,
    2703,
    2752,
    1442,
    2258,
    285,
    1746,
    1148,
    551,
    1601,
    29,
    2527,
    640,
    1634,
    2398,
    1269,
    2282,
    1845,
    862,
    1399,
    198,
    1941,
    912,
    2078,
    635,
    2152,
    1598,
    2387,
    145,
    1797,
    1061,
    596,
    1149,
    2026
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-124/500/500",
  "createdAt": "2026-02-05T21:45:31.569Z",
  "updatedAt": "2026-02-08T10:47:01.968Z"
}
Draftbit