example-data.com

playlists / #114

This Guy's in Love With You Mix

This Guy's in Love With You Mix

Despecto subito consequatur tempora utrimque succurro hic uredo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/playlists/114"
)
playlist = res.json()
{
  "id": 114,
  "userId": 61,
  "name": "This Guy's in Love With You Mix",
  "slug": "this-guys-in-love-with-you-mix-114",
  "description": "Despecto subito consequatur tempora utrimque succurro hic uredo.",
  "songIds": [
    311,
    487,
    1185,
    1664,
    57,
    1244,
    325,
    2524,
    2060,
    662,
    109,
    1059,
    342,
    835,
    605,
    643,
    568,
    1681,
    192,
    2460,
    2864,
    89,
    575,
    2126,
    1558,
    2775,
    1862,
    463,
    1279,
    2279,
    1682,
    2500,
    1161,
    801,
    2627,
    1770,
    1118,
    2494,
    1460,
    25,
    478,
    2648,
    1225,
    2893,
    361
  ],
  "isPublic": true,
  "coverUrl": "https://picsum.photos/seed/playlist-114/500/500",
  "createdAt": "2024-06-08T12:39:59.568Z",
  "updatedAt": "2024-06-26T21:06:16.487Z"
}
Draftbit