jamendo.get2 : Home | Crash course | Useful queries | Formats | Parameters | Fields | Orders | Joins
This is a reference of all available parameters in our jamendo.get2 API
There are 3 types of parameters :
| Parameter name | Default value | Description | Examples |
|---|---|---|---|
| n | 20 | Number of items you want to fetch | Fetch 100 album images |
| pn | 1 | Page number for pagination. Starts at 1. | Most popular albums, 1-10 Most popular albums, 11-20 Most popular albums, 21-30 |
| order | unordered | How to order the results. See our Order reference | |
| nshuffle | 0 | If >0, actually fetch nshuffle results, and return n of them picked randomly. | Pick 10 of the 50 most popular albums |
| Parameter name | Description | Examples |
|---|---|---|
| id | Numeric ID of the item. All items on Jamendo have one. You can fetch several IDs in the same query with id=1+2+3+5 | |
| idexclude | Numeric IDs you want to exclude from the results | |
| idfrom idto |
Numeric ID range. idfrom <= (results) < idto | |
| datefrom dateto |
Date range. Use YYYY-MM-DD format for now. We will implement ISO dates soon |
| Parameter name | Description | Examples |
|---|---|---|
| album_mbid | Numeric id of the album on MusicBrainz | http://www.jamendo.com/get2/name/album/plain?mbid=375887 |
| album_mbgid | String id of the album on MusicBrainz | http://www.jamendo.com/get2/name/album/plain?mbgid=602ede40-fcbc-4142-94b5-f72204bba21f |
| User | ||
|---|---|---|
| user_idstr | String id (username/login) of the user | http://www.jamendo.com/get2/id/user/plain?idstr=pierrotsmnrd |
| user_hasavatar | Fetch only the users that have an avatar | http://www.jamendo.com/get2/idstr/user/plain?hasavatar=1 |