Discogs · Example Payload

Discogs Profile Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

idusernameresource_urlurinamehome_pagelocationprofileregisteredranknum_pendingnum_for_salenum_collectionnum_wantlistnum_listsreleases_contributedreleases_ratedrating_avginventory_urlcollection_folders_urlcollection_fields_urlwantlist_urlavatar_urlbanner_urlcurr_abbrseller_ratingseller_num_ratingsbuyer_ratingbuyer_num_ratingsemail

Example Payload

Raw ↑
{
  "id": 249504,
  "username": "rodneyfool",
  "resource_url": "https://api.discogs.com/releases/249504",
  "uri": "https://api.discogs.com/releases/249504",
  "name": "Kind Of Blue",
  "home_page": "https://api.discogs.com/releases/249504",
  "location": "string-value",
  "profile": "string-value",
  "registered": "2026-03-15T14:30:00Z",
  "rank": 1.0,
  "num_pending": 1,
  "num_for_sale": 1,
  "num_collection": 1,
  "num_wantlist": 1,
  "num_lists": 1,
  "releases_contributed": 1,
  "releases_rated": 1,
  "rating_avg": 4.32,
  "inventory_url": "https://api.discogs.com/releases/249504",
  "collection_folders_url": "https://api.discogs.com/releases/249504",
  "collection_fields_url": "https://api.discogs.com/releases/249504",
  "wantlist_url": "https://api.discogs.com/releases/249504",
  "avatar_url": "https://api.discogs.com/releases/249504",
  "banner_url": "https://api.discogs.com/releases/249504",
  "curr_abbr": "USD",
  "seller_rating": 4.32,
  "seller_num_ratings": 1,
  "buyer_rating": 4.32,
  "buyer_num_ratings": 1,
  "email": "collector@example.com"
}