example-data.com

playlists / #36

Ode To Billie Joe Mix

Ode To Billie Joe Mix

Advenio odio capto catena turpis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/36"
)
playlist = res.json()
{
  "id": 36,
  "userId": 175,
  "name": "Ode To Billie Joe Mix",
  "slug": "ode-to-billie-joe-mix-36",
  "description": "Advenio odio capto catena turpis.",
  "songIds": [
    2771,
    535,
    339,
    1000,
    1764,
    2567,
    1741,
    1456,
    2278,
    2453,
    2836,
    277,
    2850,
    676,
    2784,
    2638,
    2116,
    1235,
    2578,
    71,
    1629,
    341,
    2781,
    2653,
    2249,
    2005,
    2780,
    1008,
    1398,
    1544,
    1025,
    2269,
    2659,
    806,
    2405,
    946,
    2118,
    2257,
    313,
    1554,
    1950,
    2912,
    1647
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-36/500/500",
  "createdAt": "2025-01-06T16:53:13.490Z",
  "updatedAt": "2025-01-28T02:45:29.480Z"
}
Draftbit