example-data.com

playlists / #68

Candy Man Mix

Candy Man Mix

Cado clam turbo vacuus attero capio averto quasi acervus bos approbo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/68"
)
playlist = res.json()
{
  "id": 68,
  "userId": 109,
  "name": "Candy Man Mix",
  "slug": "candy-man-mix-68",
  "description": "Cado clam turbo vacuus attero capio averto quasi acervus bos approbo.",
  "songIds": [
    395,
    2446,
    45,
    454,
    2873,
    2557,
    1400,
    1193,
    1465,
    1303,
    701,
    1519,
    1716,
    2891,
    1186,
    1765
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-68/500/500",
  "createdAt": "2026-03-30T06:31:10.124Z",
  "updatedAt": "2026-04-07T19:26:50.695Z"
}
Draftbit