Discogs · Example Payload

Discogs Inventory Exports Response Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

Discogs Inventory Exports Response 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

paginationitems

Example Payload

Raw ↑
{
  "pagination": {
    "page": 1,
    "pages": 1,
    "per_page": 1,
    "items": 1,
    "urls": {
      "first": {},
      "prev": {},
      "next": {},
      "last": {}
    }
  },
  "items": [
    {
      "status": {},
      "created_ts": {},
      "url": {},
      "finished_ts": {},
      "download_url": {},
      "filename": {},
      "id": {},
      "type": {}
    }
  ]
}