example-data.com

playlists / #107

Pistol Packin' Mama Mix

Pistol Packin' Mama Mix

Velociter crepusculum xiphias mollitia sortitus caute tantum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/107"
)
playlist = res.json()
{
  "id": 107,
  "userId": 63,
  "name": "Pistol Packin' Mama Mix",
  "slug": "pistol-packin-mama-mix-107",
  "description": "Velociter crepusculum xiphias mollitia sortitus caute tantum.",
  "songIds": [
    1046,
    1037,
    2342,
    1034,
    18,
    1502,
    2297,
    1871,
    1999,
    1185,
    127,
    1648,
    1371,
    1558,
    1771,
    1264,
    621,
    2393,
    376,
    1760,
    2451,
    2067,
    1639,
    2680,
    552,
    2816,
    2280,
    2733,
    1560,
    1358,
    1393,
    1110,
    1983,
    1312,
    2505,
    28,
    1819,
    744,
    1637,
    86,
    345,
    1258,
    951,
    1824,
    680,
    2896,
    1673,
    1876,
    2295,
    2612
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-107/500/500",
  "createdAt": "2025-03-27T13:11:54.811Z",
  "updatedAt": "2025-04-12T20:08:22.505Z"
}
Draftbit