Discogs · Example Payload

Discogs Contribution Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

paginationcontributions

Example Payload

Raw ↑
{
  "pagination": {
    "page": 1,
    "pages": 1,
    "per_page": 1,
    "items": 1,
    "urls": {
      "first": {},
      "prev": {},
      "next": {},
      "last": {}
    }
  },
  "contributions": [
    {
      "id": {},
      "title": {},
      "year": {},
      "resource_url": {},
      "thumb": {},
      "cover_image": {},
      "formats": {},
      "labels": {},
      "artists": {},
      "genres": {},
      "styles": {}
    }
  ]
}