example-data.com

playlists / #98

Purple Rain Mix

Purple Rain Mix

Contigo vestrum assentator vulgus adnuo talus adimpleo alo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/98"
)
playlist = res.json()
{
  "id": 98,
  "userId": 55,
  "name": "Purple Rain Mix",
  "slug": "purple-rain-mix-98",
  "description": "Contigo vestrum assentator vulgus adnuo talus adimpleo alo.",
  "songIds": [
    2335,
    2813,
    916,
    710,
    389,
    960,
    2191,
    1465,
    2914,
    2267,
    1212,
    2019,
    1061,
    1479,
    651,
    1175,
    2218,
    1224,
    2740
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-98/500/500",
  "createdAt": "2025-04-07T16:16:35.623Z",
  "updatedAt": "2025-04-11T10:06:11.767Z"
}
Draftbit