« PreviousNext »

Discogs.com API Assembly for .NET Applications v1.0 Build 2863

3 November 2007

Well, here it is! The Discogs.com API Interface Assembly for .NET Applications.

After fiddling around with the Discogs.com website I decided to take a look at their developers API. It was actually pretty slick, as it lets you look up an Artist and retrieve all of their information including album information on every album they’ve been associated with (including soundtracks). I thought this information might be handy for other people so I wrote a quick Assembly in C# that lets people run queries against the Discogs API easily!

This Assembly provides only three methods currently:

I’ve also included a Version property so you can bind your own application to a specific version of the Assembly, in case there’s any version incompatibility moving forward.

The assembly currently already has a Discogs.com API key hard coded in. So no need to sign up for your own API key.

Also, it seems that the API is constantly changing so if for whatever reason one day you stop receiving information from the API, please let me know. Any changes to their XML response might cause the assembly stop responding with information.

My hopes is that people will put this Assembly to good use in their own Media applications. My plan is to release an Open Source MP3 renaming application written in C#. Keep your eyes peeled for that in the coming weeks.

Share and enjoy!

Discogs.com API Assembly for .NET Applications v1.0 Build 2863 - Download (6.8k)

Posted in C# Programming, Discogs API, General Programming | Trackback | del.icio.us | Top Of Page

    2 Responses to “Discogs.com API Assembly for .NET Applications v1.0 Build 2863”

  1. sissi Says:

    hi there, do you know if its possible to retrieve your own collection as xml from discogs? I’d like to get my collection as xml but it doesnt seem to work, only labels, artists and so on work (like the examples in the api documentation)….

    would be cool if you could reply :-)
    cheers
    sissi

  2. eric Says:

    Currently this function is not supported by the Discogs XML API and there is a currently ongoing thread in their Development API forums about possible privacy issues related to implementing such a function.

    Rest assured though, if the function is added, I’ll update my Assembly :)

Leave a Reply


Powered by WP Hashcash