example-data.com

albums / #184

Demergo temperantia copia

Demergo temperantia copia

2002

hip-hop

Component variants

Related

Referenced by

curl -sS \
  "https://example-data.com/api/v1/albums/184" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/albums/184"
);
const album = await res.json();
import type { Album } from "https://example-data.com/types/albums.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/albums/184"
);
const album = (await res.json()) as Album;
import requests

res = requests.get(
    "https://example-data.com/api/v1/albums/184"
)
album = res.json()
{
  "id": 184,
  "artistId": 65,
  "title": "Demergo temperantia copia",
  "slug": "demergo-temperantia-copia-184",
  "releaseDate": "2002-01-05",
  "trackCount": 12,
  "durationSeconds": 4374,
  "genres": [
    "hip-hop"
  ],
  "coverUrl": "https://picsum.photos/seed/album-184/500/500",
  "createdAt": "2023-06-07T06:12:40.586Z"
}
Draftbit