Music release and discography collection
Use Discogs endpoints to turn music release and discography collection into repeatable API requests with documented inputs and JSON responses.
Turn the public Discogs music database into structured JSON — search across releases, masters, artists, and labels; release and master detail with formats, genres, styles, and catalog numbers; and full artist and label discographies for music catalogs, discography research, and enrichment. Credential-free.
Extract Discogs releases, masters, artists, and labels — search, detail, and discographies — as structured JSON from the public Discogs music database.
Endpoint families
5
Documented params
21
Examples
7
Live catalog snapshot
Active endpoints
7
Methods
GET
Required params
14
Schema refs
7
{
"platform": "Discogs",
"endpoint": "discogs-search",
"method": "GET",
"path": "/discogs/search",
"auth": "apiKey"
}Use cases
Extract Discogs releases, masters, artists, and labels — search, detail, and discographies — as structured JSON from the public Discogs music database.
Use Discogs endpoints to turn music release and discography collection into repeatable API requests with documented inputs and JSON responses.
Use Discogs endpoints to turn artist and label catalog enrichment into repeatable API requests with documented inputs and JSON responses.
Use Discogs endpoints to turn format, genre, and pressing research into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/discogs/artist/{id}
/discogs/label/{id}
/discogs/master/{id}
/discogs/release/{id}
/discogs/search
Endpoint catalog
/discogs/searchSearches Discogs releases, masters, artists, and labels. Credential-free official Discogs database data.
/discogs/release/{id}Returns a normalized Discogs release: artists, labels, formats, tracklist, credits, identifiers, videos, images, and community want/have/rating. Credential-free official Discogs database data (api.discogs.com).
/discogs/master/{id}Returns a normalized Discogs master release: the version-agnostic grouping of a release across pressings/reissues (artists, tracklist, genres/styles, videos, images, marketplace stats). Credential-free official Discogs database data.
/discogs/artist/{id}Returns a normalized Discogs artist profile: real name, bio, links, name variations, aliases, and group memberships. Credential-free official Discogs database data.
/discogs/artist/{id}/releasesReturns an artist's paginated release/master credits (role, format, label, year, want/collection counts). Credential-free official Discogs database data.
/discogs/label/{id}Returns a normalized Discogs label profile: profile text, contact info, parent label, and sub-labels. Credential-free official Discogs database data.
/discogs/label/{id}/releasesReturns a label's paginated release catalog (title, artist, format, catalog number, year). Credential-free official Discogs database data.
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
How to scrape Discogs
Discogs is the reference database for physical and digital music releases. Crawlora's Discogs endpoints return search, release/master detail, and artist/label discographies as normalized JSON — no Discogs API token, rate-limit juggling, or proxy setup.
A search across releases/masters/artists/labels, a release or master by id, or an artist/label with its releases.
Pass a query or a Discogs id to Crawlora's Discogs endpoint (e.g. /discogs/search, /discogs/release, /discogs/artist/{id}/releases).
Receive title, country, formats, labels, genres, styles, catalog numbers, and barcodes as clean JSON, with fields varying by release / master / artist / label.
Batch across search pages and discographies to build catalogs for music research, cataloging, or enrichment.
FAQ
Send a search query or a Discogs id to Crawlora's Discogs endpoints and get releases, masters, artists, and labels as structured JSON — search, detail, and discographies — without holding a Discogs API token. Collect public database data and respect Discogs' terms.
Yes — /discogs/artist/{id}/releases and /discogs/label/{id}/releases return paginated discographies, and /discogs/master and /discogs/release return per-title detail with formats, genres, styles, and catalog numbers.
Collecting publicly accessible music database data (releases, artists, labels) is generally permissible if you respect Discogs' terms of use, robots directives, rate limits, and applicable law. This is for public data you are authorized to collect.