Discogs · Example Payload

Discogs Listing New Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

release_idconditionsleeve_conditionpricecommentsallow_offersstatusexternal_idlocationweightformat_quantity

Example Payload

Raw ↑
{
  "release_id": 249504,
  "condition": "Mint (M)",
  "sleeve_condition": "Mint (M)",
  "price": 19.99,
  "comments": "string-value",
  "allow_offers": false,
  "status": "For Sale",
  "external_id": "string-value",
  "location": "string-value",
  "weight": 1,
  "format_quantity": 1
}