example-data.com

albums / #21

Depraedor appono casso

Depraedor appono casso

2012

electroniccountryfolk

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/albums/21"
)
album = res.json()
{
  "id": 21,
  "artistId": 8,
  "title": "Depraedor appono casso",
  "slug": "depraedor-appono-casso-21",
  "releaseDate": "2012-04-19",
  "trackCount": 8,
  "durationSeconds": 2702,
  "genres": [
    "electronic",
    "country",
    "folk"
  ],
  "coverUrl": "https://picsum.photos/seed/album-21/500/500",
  "createdAt": "2024-01-24T20:26:42.709Z"
}
Draftbit