Discogs · Example Payload

Discogs Inventory Uploads Response Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

Discogs Inventory Uploads 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": {},
      "last_activity": {},
      "type": {},
      "id": {},
      "filename": {},
      "results_url": {}
    }
  ]
}