Music release and discography collection
Mit Discogs-Endpunkten verwandelst du music release and discography collection in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
5
Dokumentierte Parameter
21
Beispiele
7
Live-Katalog-Snapshot
Aktive Endpunkte
7
Methoden
GET
Pflichtparameter
14
Schema-Referenzen
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.
Mit Discogs-Endpunkten verwandelst du music release and discography collection in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Discogs-Endpunkten verwandelst du artist and label catalog enrichment in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit Discogs-Endpunkten verwandelst du format, genre, and pressing research in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-Discogs-Endpunktkatalog — 7 Endpunkte, 21 dokumentierte Request-Parameter und 7 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
7 documented Discogs endpoints, grouped into 5 request families — Artist, Label and Master, plus 2 more.
21 request parameters are documented across those Discogs endpoints, 14 of them required — the full input contract is public before you write any integration code.
7 of the 7 Discogs endpoints ship a recorded example response, and 7 carry a documented response schema — you can code against the real JSON before the first request.
Discogs endpoints document their error responses (400, 404, 500 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
7 hosted MCP tools back the Discogs endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/discogs/artist/{id}
/discogs/label/{id}
/discogs/master/{id}
/discogs/release/{id}
/discogs/search
Endpunktkatalog
/discogs/searchSearches Discogs releases, masters, artists, and labels. Credential-free official Discogs database data.
MCP-Tool discogs_search
/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).
MCP-Tool discogs_release
/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.
MCP-Tool discogs_master
/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.
MCP-Tool discogs_artist
/discogs/artist/{id}/releasesReturns an artist's paginated release/master credits (role, format, label, year, want/collection counts). Credential-free official Discogs database data.
MCP-Tool discogs_artist_releases
/discogs/label/{id}Returns a normalized Discogs label profile: profile text, contact info, parent label, and sub-labels. Credential-free official Discogs database data.
MCP-Tool discogs_label
/discogs/label/{id}/releasesReturns a label's paginated release catalog (title, artist, format, catalog number, year). Credential-free official Discogs database data.
MCP-Tool discogs_label_releases
Verwandte 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
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
So scrapst du 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.