example-data.com

playlists / #91

Nature Boy Mix

Nature Boy Mix

Tracto patrocinor speculum excepturi dedico subiungo beatae nemo autus argentum sopor corrigo calamitas eos.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/91"
)
playlist = res.json()
{
  "id": 91,
  "userId": 39,
  "name": "Nature Boy Mix",
  "slug": "nature-boy-mix-91",
  "description": "Tracto patrocinor speculum excepturi dedico subiungo beatae nemo autus argentum sopor corrigo calamitas eos.",
  "songIds": [
    910,
    542,
    443,
    516,
    1972,
    560,
    1460,
    794,
    743,
    2468,
    1583,
    972,
    2831,
    2311,
    2235,
    821,
    495,
    1450,
    1158,
    1880,
    126,
    1303,
    2747,
    1585,
    2006,
    1928,
    2810,
    1195,
    97,
    586,
    1325,
    871,
    748,
    1481,
    371,
    1893,
    2570,
    2362,
    1770,
    1828,
    1856,
    65,
    215,
    558,
    2872,
    1393,
    2881,
    754
  ],
  "isPublic": false,
  "coverUrl": "https://picsum.photos/seed/playlist-91/500/500",
  "createdAt": "2024-06-17T10:40:51.284Z",
  "updatedAt": "2024-07-07T06:42:14.558Z"
}
Draftbit