Discogs · Example Payload

Discogs Artist Summary Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

idnameresource_urlanvjoinroletracks

Example Payload

Raw ↑
{
  "id": 249504,
  "name": "Kind Of Blue",
  "resource_url": "https://api.discogs.com/releases/249504",
  "anv": "string-value",
  "join": "string-value",
  "role": "string-value",
  "tracks": "string-value"
}