/discogs/labels/releases
Discogs
/discogs/labels/releases
Get the release catalog of a Discogs label by ID or URL
Price: 1 credit
💡 AI Hint: List the release catalog of a Discogs label by label ID or label URL. Returns each release’s title, artist, catalog number, format, year, and status.
⚠️ Common errors: 412: Label not found
POST
/discogs/labels/releases
Authorizations
API token from the dashboard
Headers
Body
application/json
Discogs label ID (e.g. '895') or full label URL
Minimum string length:
1Examples:
"895"
"https://www.discogs.com/label/895-RCA"
Max number of releases to fetch
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500