fr
 

Differences from Musiclist2Api:75 (red) to Musiclist2Api:76 (green)

You can rollbackto Musiclist2Api:75
== 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 [[DatabaseDumps]] instead.

Here you will find several resources related to this API :
* [[Musiclist2ApiTutorial|Crash course]] : A quick tutorial to get you started.
* [[Musiclist2ApiFormats|Return formats]] : jamendo.get2 can return XML, JSON, Plaintext, M3U, XSPF, and more!

* [[Musiclist2ApiUsefulQueries|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, ...)

* [[Musiclist2ApiParameters|Parameter Reference]] : Reference of available units and parameters.
* [[Musiclist2ApiFields|Fields Reference]] : Reference of available fields for each unit
* [[Musiclist2ApiOrders|Orders Reference]] : All our order options (by date, rating, ...)
* [[Musiclist2ApiRelations|Relations Reference]] : When you want to mix units in the same query (think of SQL joins)

* [[http://www.jamendo.com/en/forums/5/|Developer forum]] : Ask for help or give us feedback on this API!

== 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 [[http://api.jamendo.com/crossdomain.xml|crossdomain.xml]] file and specific performance optimizations.