Discogs · Example Payload

Discogs Label Release Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

idresource_urlthumbartisttitleformatcatnostatusyear

Example Payload

Raw ↑
{
  "id": 249504,
  "resource_url": "https://api.discogs.com/releases/249504",
  "thumb": "https://api.discogs.com/releases/249504",
  "artist": "string-value",
  "title": "Kind Of Blue",
  "format": "string-value",
  "catno": "string-value",
  "status": "string-value",
  "year": 1959
}