Discogs · Example Payload

Discogs Profile Update Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

namehome_pagelocationprofilecurr_abbr

Example Payload

Raw ↑
{
  "name": "Kind Of Blue",
  "home_page": "string-value",
  "location": "string-value",
  "profile": "string-value",
  "curr_abbr": "USD"
}