Verbinden Sie sich mit Ihrem Facebook-Profil

Introduction to jamendo.get2 : "The Free Music API"

This API gives you access to albums, artists, tracks, users, tags, playlists and reviews on Jamendo.

It is suited to fetch small amounts of data (less than 100ko) dynamically from Jamendo. If you want to fetch all or most of our database, please use our NewDatabaseDumps instead.

Here you will find several resources related to this API :

  • Crash course : A quick tutorial to get you started.
  • Return formats : jamendo.get2 can return XML, JSON, Plaintext, M3U, XSPF, and more!
  • List of useful queries : Examples the most useful queries (get starred albums of a user, get the cover of an album, get the albums matching a tag, ...)

Things to know

  • All data is UTF-8 encoded.
  • Please respect our ApiTermsOfUse
  • Data may be cached agressively, don't expect real-time updates.
  • When using REST, you should always use the http://api.jamendo.com/get2/ endpoint. It has a convenient crossdomain.xml file and specific performance optimizations.