Discogs · Example Payload

Discogs Track Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

positiontype_titledurationextraartists

Example Payload

Raw ↑
{
  "position": "string-value",
  "type_": "string-value",
  "title": "Kind Of Blue",
  "duration": "string-value",
  "extraartists": [
    {
      "id": {},
      "name": {},
      "resource_url": {},
      "anv": {},
      "join": {},
      "role": {},
      "tracks": {}
    }
  ]
}