//Source · Marketplaces
Discogs API — The Catalog, Minus the OAuth
Over 16 million releases — artists, labels, masters, pressing variants, and live marketplace prices — behind one access token. No Discogs account, no OAuth registration, no user-agent rules.
Start for free7-day free trial
What You Can Pull From Discogs
/api/discogs/artistsArtist or group profile — name, biography, images, aliases, members, group affiliations, and official links
/api/discogs/artists/releasesFull artist discography — every release and master listed under the artist’s name, sortable by year or format
/api/discogs/labelsRecord label profile — description, contact info, parent label, sublabels, and official URLs
/api/discogs/labels/releasesLabel release catalog — all releases on the label with artist, catalog number, format, and year
/api/discogs/marketplace/statsReal-time marketplace data — how many copies of a release are for sale and the current lowest price
/api/discogs/mastersMaster release record — the canonical entry grouping all pressings of a recording, with tracklist, artists, genres, and styles
/api/discogs/masters/versionsAll pressing variants of a master — by country, label, format, and year; sorted and paginated
/api/discogs/releasesSpecific release details — tracklist, formats, identifiers (barcode, matrix), community have/want counts, lowest price
/api/discogs/searchFull-text search across the Discogs database — filter by type, artist, label, genre, style, country, format, and year
What Comes Back
[
{
"id": 1234567,
"title": "Kind Of Blue",
"label": "Columbia",
"country": "US",
"format": "LP, Album",
"catno": "CL 1355",
"released": "1959"
}
]Built for These Jobs
Start Pulling Discogs Data
Nine endpoints cover artists, labels, masters, pressings, search, and live marketplace pricing — part of 500+ sources on one key. 7-day free trial.
Common Questions
No. Anysite handles the upstream side — you authenticate once with your Anysite access token. No Discogs account, no OAuth registration, no consumer key management.