Discogs · Example Payload

Discogs Inventory Export Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

statuscreated_tsurlfinished_tsdownload_urlfilenameidtype

Example Payload

Raw ↑
{
  "status": "pending",
  "created_ts": "2026-03-15T14:30:00Z",
  "url": "https://api.discogs.com/releases/249504",
  "finished_ts": "2026-03-15T14:30:00Z",
  "download_url": "https://api.discogs.com/releases/249504",
  "filename": "inventory-export.csv",
  "id": 599,
  "type": "export"
}