example-data.com

playlists / #155

Chapel of Love Mix

Chapel of Love Mix

Natus clarus clementia desidero corrumpo coadunatio non damnatio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/155"
)
playlist = res.json()
{
  "id": 155,
  "userId": 1,
  "name": "Chapel of Love Mix",
  "slug": "chapel-of-love-mix-155",
  "description": "Natus clarus clementia desidero corrumpo coadunatio non damnatio.",
  "songIds": [
    1721,
    1770,
    329,
    16,
    1828,
    608,
    1722,
    1885,
    1071,
    2002,
    1942,
    98,
    216,
    742,
    1304,
    466,
    2,
    1952,
    721,
    143,
    901,
    623,
    2282,
    2651,
    105,
    1029,
    2402,
    1124,
    1208,
    1536,
    153
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-155/500/500",
  "createdAt": "2026-02-25T11:24:39.692Z",
  "updatedAt": "2026-03-19T03:48:59.146Z"
}
Draftbit