Discogs API - Source Code
From their site: Discogs is a user-built database containing information on artists, labels, and their recordings. Discogs is constantly growing as users submit releases to the database.

- Versions
- SDKs (91)
- Articles (2)
- How To(0)
- Source Code(5)
- Libraries(1)
- Developers (10)
- Followers (313)
- Changelog (102)
Sample Source Code (5)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Discogs NextJS Sample Code by Yuki Shindo | The Discogs NextJS Sample Code by Yuki Shindo demonstrates how to access the Discogs API using NextJS, a ReactJS framework. |
![]() | Discogs Bash Script Sample Code by thgoso | The Discogs Bash Script Sample Code by thgoso demonstrates how to download and upload some data to the Discogs API using Bash Script. |
![]() | Discogs PHP Sample Code by Richard van den Brand | The Discogs PHP Sample Code by Richard van den Brand demonstrates how to obtain an OAuth token and access the Discogs API using PHP code. |
![]() | Discogs PHP Sample Code by Michael | The Discogs PHP Sample Code by Michael demonstrates API interaction, providing code to authorize, identify user and generate URL. After following the steps offered by the author, developers will be able to make calls to the API. |
![]() | Discogs Python Sample Code by Jesse Ward | The Discogs Python Sample Code by Jesse Ward demonstrates API communication, providing code to authenticate with OAuth2 and make calls with requests and responses. Resources offer instructions to obtain consumer keys, request token, request user access, request verification, and fetch data. |