How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Discogs User Identity API

Authenticated user identity, profile, submissions, and contributions.

Discogs User Identity API is one of 8 APIs that Discogs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User Identity. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 5 operations across 4 paths, and defines 12 schemas. It is described by OpenAPI 3.1.1, at version v2.0.

Requests are made against a single base URL, https://api.discogs.com.

5 operations 4 paths 12 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
v2.0
Base URL
https://api.discogs.com
Authentication
API Key, API Key, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 3

Discogs User Identity API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (DiscogsToken). An API key is passed in the header as Authorization (DiscogsKeySecret). It supports OAuth 2.0 (OAuth1) using the authorizationCode flow, exposing 2 scopes. By default, every request must be authenticated.

  • DiscogsToken — Discogs personal access token in header: 'Discogs token={token}'.
  • DiscogsKeySecret — Discogs consumer key + secret in header: 'Discogs key={key}, secret={secret}'.
  • OAuth1 — OAuth 1.0a flow modeled as OAuth2 for tooling. Required for write actions on behalf of other users.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

User Identity 5

Authenticated user identity, profile, submissions, and contributions.

GET
/oauth/identity
Discogs Get User Identity
getUserIdentity → 200401
GET
/users/{username}
Discogs Get a User Profile
getUserProfile 1 param → 200404
POST
/users/{username}
Discogs Update User Profile
updateUserProfile 1 param body → 200401
GET
/users/{username}/contributions
Discogs Get User Contributions
getUserContributions 5 params → 200
GET
/users/{username}/submissions
Discogs Get User Submissions
getUserSubmissions 3 params → 200

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Profile (30 properties), ReleaseSummary (11 properties), ArtistSummary (7 properties), ProfileUpdate (5 properties). Each schema is shown below with its type and property counts.

Contribution
object
A user's contribution to the Discogs database.
2 properties
Identity
object
4 properties
LabelSummary
object
5 properties
Error
object
1 property
ReleaseSummary
object
11 properties
ProfileUpdate
object
Editable profile fields.
5 properties
Submission
object
A submission (release/artist/label edit) made by a user.
2 properties
ArtistSummary
object
7 properties
ReleaseFormat
object
4 properties
Profile
object
30 properties
Currency
string
Pagination
object
Details for paginated results.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

discogs-user-identity-api-openapi.yml Raw ↑

Other APIs Discogs publishes across the network.

Discogs Database API
Discogs Image API
Discogs Inventory Management API
Discogs Marketplace API
Discogs User Collection API
Discogs User Lists API
Discogs User Wantlist API
Where this information came from

This is an independent, third-party profile of Discogs User Identity API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.