Home
Discogs
Discogs Profile Structure
Discogs Profile Structure
Profile schema from Discogs API
Type: object
Properties: 30
Music Marketplace Catalog Community Vinyl Public 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
{
"$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"
}
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/discogs-profile-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.