Discogs · JSON Structure

Discogs Profile Structure

Profile schema from Discogs API

Type: object Properties: 30
MusicMarketplaceCatalogCommunityVinylPublic APIs

Profile is a JSON Structure definition published by Discogs, describing 30 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id username resource_url uri name home_page location profile registered rank num_pending num_for_sale num_collection num_wantlist num_lists releases_contributed releases_rated rating_avg inventory_url collection_folders_url collection_fields_url wantlist_url avatar_url banner_url curr_abbr seller_rating seller_num_ratings buyer_rating buyer_num_ratings email

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-profile-structure.json",
  "name": "Profile",
  "description": "Profile schema from Discogs API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "readOnly": true
    },
    "username": {
      "type": "string"
    },
    "resource_url": {
      "type": "uri",
      "readOnly": true
    },
    "uri": {
      "type": "uri",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "nullable": true
    },
    "home_page": {
      "type": "uri",
      "nullable": true
    },
    "location": {
      "type": "string",
      "nullable": true
    },
    "profile": {
      "type": "string",
      "nullable": true
    },
    "registered": {
      "type": "datetime"
    },
    "rank": {
      "type": "float"
    },
    "num_pending": {
      "type": "int32"
    },
    "num_for_sale": {
      "type": "int32"
    },
    "num_collection": {
      "type": "int32"
    },
    "num_wantlist": {
      "type": "int32"
    },
    "num_lists": {
      "type": "int32"
    },
    "releases_contributed": {
      "type": "int32"
    },
    "releases_rated": {
      "type": "int32"
    },
    "rating_avg": {
      "type": "float"
    },
    "inventory_url": {
      "type": "uri"
    },
    "collection_folders_url": {
      "type": "uri"
    },
    "collection_fields_url": {
      "type": "uri"
    },
    "wantlist_url": {
      "type": "uri"
    },
    "avatar_url": {
      "type": "uri"
    },
    "banner_url": {
      "type": "uri",
      "nullable": true
    },
    "curr_abbr": {
      "$ref": "#/components/schemas/Currency"
    },
    "seller_rating": {
      "type": "float"
    },
    "seller_num_ratings": {
      "type": "int32"
    },
    "buyer_rating": {
      "type": "float"
    },
    "buyer_num_ratings": {
      "type": "int32"
    },
    "email": {
      "type": "string",
      "format": "email"
    }
  }
}