example-data.com

playlists / #9

Go Your Own Way Mix

Go Your Own Way Mix

Apparatus vitium accendo vir verus maiores deripio spoliatio sint thema.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/9"
)
playlist = res.json()
{
  "id": 9,
  "userId": 198,
  "name": "Go Your Own Way Mix",
  "slug": "go-your-own-way-mix-9",
  "description": "Apparatus vitium accendo vir verus maiores deripio spoliatio sint thema.",
  "songIds": [
    2956,
    876,
    91,
    37,
    1827,
    499,
    2081,
    2638,
    1560,
    772,
    1652,
    2582,
    105,
    1637,
    1724,
    2100,
    756,
    1980,
    1066,
    542,
    2143,
    2000,
    1654,
    11,
    921,
    417,
    2973,
    1090,
    1936,
    855,
    110,
    1946,
    79,
    2527,
    1584,
    1677,
    1438,
    654
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-9/500/500",
  "createdAt": "2025-09-26T19:35:53.177Z",
  "updatedAt": "2025-10-12T23:39:15.386Z"
}
Draftbit