Discogs · Example Payload

Discogs Label Example

MusicMarketplaceCatalogCommunityVinylPublic APIs

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

Top-level fields

idnameresource_urlurireleases_urlprofilecontact_infoparent_labelsublabelsurlsimagesdata_quality

Example Payload

Raw ↑
{
  "id": 249504,
  "name": "Kind Of Blue",
  "resource_url": "https://api.discogs.com/releases/249504",
  "uri": "https://api.discogs.com/releases/249504",
  "releases_url": "https://api.discogs.com/releases/249504",
  "profile": "string-value",
  "contact_info": "string-value",
  "parent_label": {
    "id": 249504,
    "name": "Kind Of Blue",
    "resource_url": "https://api.discogs.com/releases/249504",
    "catno": "string-value",
    "entity_type": "string-value"
  },
  "sublabels": [
    {
      "id": {},
      "name": {},
      "resource_url": {},
      "catno": {},
      "entity_type": {}
    }
  ],
  "urls": [
    "https://api.discogs.com/releases/249504"
  ],
  "images": [
    {
      "type": {},
      "uri": {},
      "resource_url": {},
      "uri150": {},
      "width": {},
      "height": {}
    }
  ],
  "data_quality": "string-value"
}