Discogs · Example Payload

Discogs Release Format Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

nameqtytextdescriptions

Example Payload

Raw ↑
{
  "name": "Kind Of Blue",
  "qty": "string-value",
  "text": "string-value",
  "descriptions": [
    "string-value"
  ]
}