Discogs · Example Payload

Discogs Inventory Upload Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

statuscreated_tslast_activitytypeidfilenameresults_url

Example Payload

Raw ↑
{
  "status": "pending",
  "created_ts": "2026-03-15T14:30:00Z",
  "last_activity": "2026-03-15T14:30:00Z",
  "type": "add",
  "id": 249504,
  "filename": "Kind Of Blue",
  "results_url": "https://api.discogs.com/releases/249504"
}