example-data.com

playlists / #130

Happy Days Are Here Again Mix

Happy Days Are Here Again Mix

Argumentum victoria texo carmen dapifer deficio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/130"
)
playlist = res.json()
{
  "id": 130,
  "userId": 41,
  "name": "Happy Days Are Here Again Mix",
  "slug": "happy-days-are-here-again-mix-130",
  "description": "Argumentum victoria texo carmen dapifer deficio.",
  "songIds": [
    2897,
    329,
    1601,
    2400,
    1424,
    66,
    1749,
    624,
    470,
    101,
    1022,
    2078,
    1785,
    2626,
    596,
    2437,
    238,
    1709,
    1302,
    412,
    687,
    2660,
    2396,
    1546,
    61,
    2967,
    2428,
    2955,
    2425,
    811,
    2488,
    1541,
    354,
    685,
    2133
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-130/500/500",
  "createdAt": "2024-11-16T19:11:34.108Z",
  "updatedAt": "2024-11-26T07:21:51.922Z"
}
Draftbit