example-data.com

playlists / #190

I Need You Now Mix

I Need You Now Mix

Ademptio cervus ambitus caste voluptates.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/190"
)
playlist = res.json()
{
  "id": 190,
  "userId": 245,
  "name": "I Need You Now Mix",
  "slug": "i-need-you-now-mix-190",
  "description": "Ademptio cervus ambitus caste voluptates.",
  "songIds": [
    668,
    2027,
    2211,
    2848,
    2235,
    1807,
    2369,
    2806,
    1174,
    2589,
    1497,
    2055,
    259,
    1521,
    1261,
    164,
    2358,
    1223,
    381,
    400,
    2365,
    904,
    197,
    2084,
    2325,
    1982,
    2662,
    1454,
    2229,
    2426,
    1056,
    1620,
    235,
    1921,
    501,
    807,
    2641,
    322,
    2634,
    773,
    2533,
    1609,
    1684,
    1571
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-190/500/500",
  "createdAt": "2024-09-18T17:25:38.496Z",
  "updatedAt": "2024-10-03T10:58:40.110Z"
}
Draftbit