Discogs · Example Payload

Discogs Search Result Release Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

idtypetitlethumbcover_imageresource_urluricountryyearformatlabelcatnogenrestylebarcode

Example Payload

Raw ↑
{
  "id": 249504,
  "type": "release",
  "title": "Kind Of Blue",
  "thumb": "https://api.discogs.com/releases/249504",
  "cover_image": "https://api.discogs.com/releases/249504",
  "resource_url": "https://api.discogs.com/releases/249504",
  "uri": "string-value",
  "country": "string-value",
  "year": "string-value",
  "format": [
    "string-value"
  ],
  "label": [
    "string-value"
  ],
  "catno": "string-value",
  "genre": [
    "string-value"
  ],
  "style": [
    "string-value"
  ],
  "barcode": [
    "string-value"
  ]
}