example-data.com

playlists / #49

Make Love to Me Mix

Make Love to Me Mix

Amissio vinum stultus vae tutis umbra bestia quaerat ars tricesimus celebrer corrigo inflammatio rerum dens.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/49"
)
playlist = res.json()
{
  "id": 49,
  "userId": 249,
  "name": "Make Love to Me Mix",
  "slug": "make-love-to-me-mix-49",
  "description": "Amissio vinum stultus vae tutis umbra bestia quaerat ars tricesimus celebrer corrigo inflammatio rerum dens.",
  "songIds": [
    1783,
    2230,
    314,
    2579,
    64,
    804,
    2336,
    1451,
    2628,
    1319,
    308,
    691,
    2907,
    2769,
    1564,
    2414,
    1928,
    1965,
    1268,
    2087,
    2057,
    431,
    784,
    2559,
    2489,
    1027,
    477,
    2014,
    2138,
    2177,
    2791,
    698,
    942,
    2699,
    1003,
    1638,
    146,
    883,
    1095
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-49/500/500",
  "createdAt": "2025-02-15T03:09:09.292Z",
  "updatedAt": "2025-03-02T19:15:19.453Z"
}
Draftbit