Discogs · Example Payload

Discogs Release Summary Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

Discogs Release Summary Example is an example object payload from Discogs, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtitleyearresource_urlthumbcover_imageformatslabelsartistsgenresstyles

Example Payload

Raw ↑
{
  "id": 249504,
  "title": "Kind Of Blue",
  "year": 1959,
  "resource_url": "https://api.discogs.com/releases/249504",
  "thumb": "https://api.discogs.com/releases/249504",
  "cover_image": "https://api.discogs.com/releases/249504",
  "formats": [
    {
      "name": {},
      "qty": {},
      "text": {},
      "descriptions": {}
    }
  ],
  "labels": [
    {
      "id": {},
      "name": {},
      "resource_url": {},
      "catno": {},
      "entity_type": {}
    }
  ],
  "artists": [
    {
      "id": {},
      "name": {},
      "resource_url": {},
      "anv": {},
      "join": {},
      "role": {},
      "tracks": {}
    }
  ],
  "genres": [
    "string-value"
  ],
  "styles": [
    "string-value"
  ]
}