Discogs · Example Payload

Discogs Artist Release Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

Discogs Artist Release 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

idresource_urltypetitlethumbartistroleyearformatlabelstatus

Example Payload

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