example-data.com

playlists / #88

Flashdance. What a Feeling Mix

Flashdance. What a Feeling Mix

Votum admiratio abundans adversus truculenter confido degusto.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/88"
)
playlist = res.json()
{
  "id": 88,
  "userId": 50,
  "name": "Flashdance. What a Feeling Mix",
  "slug": "flashdance-what-a-feeling-mix-88",
  "description": "Votum admiratio abundans adversus truculenter confido degusto.",
  "songIds": [
    2730,
    925,
    387,
    1076,
    518,
    2658,
    536,
    1854,
    1899,
    2404,
    1672,
    1517,
    470,
    723,
    1200,
    519,
    1742,
    450,
    162,
    1482,
    1537,
    83,
    2250,
    37,
    163,
    2931,
    1674,
    789,
    2289,
    1100,
    286,
    2052,
    411,
    81,
    47,
    374,
    1900,
    456,
    2532,
    2020,
    1642,
    1700,
    36,
    1835
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-88/500/500",
  "createdAt": "2026-04-27T03:29:36.892Z",
  "updatedAt": "2026-05-13T16:29:42.626Z"
}
Draftbit