Brand Brand
  • API docs(current)
  • Jamendo Apps
  • Jamendo-Dev GoogleGroup
  • Your account
  • Introduction

    • Rest-like API
    • Http[s] methods
    • Document format
    • Old (deprecated) Api
    • XML dump
    • Need an help?
    • Api Terms of Use
  • Authentication

    • App authentication
    • Oauth2 introduction
    • Workflow
    • Requirements
    • Wich API methods
    • OAuth2 Authorize request
    • OAuth2 Grant request (new)
    • OAuth2 Grant request (refresh)
  • Response Codes

  • Read Methods

    • albums
      • file
      • tracks
      • musicinfo
    • artists
      • tracks
      • albums
      • locations
      • musicinfo
    • autocomplete
    • feeds
    • playlists
      • file
      • tracks
    • radios
      • stream
    • reviews
      • albums
      • tracks
    • tracks
      • file
      • similar
    • users
      • artists
      • albums
      • tracks
  • Write Methods

    • setuser
      • fan
      • favorite
      • like
      • dislike
      • myalbum

Jamendo Api Documentation

GET/v3.0/reviews/tracks

Description

Since February 2021, a new field 'track_audiodownload_allowed' is returned in this api. It contains a boolean to know if you can propose or not the possibility to download the track through your application. Indeed, now Jamendo artists can choose if they want to allow or not the download of their tracks. If you are already using this api, please take time to modify your code to take into account this new 'track_audiodownload_allowed' value. Moreover, in April 2022, the content of the field 'track_audiodownload' returned in this api will become an empty string if 'track_audiodownload_allowed' is false.

This method let you filter and browse tracks reviews, which are available as a feature on Jamendo.com from May 2012.
In addition to the parameters-related fields, most important returned fields are the number of agreements on the review (agreecnt), the rate assigned by the user (score), the review text (text) and title (title).

Required parameters

client_id

Parameter List

NameTypeDescription
client_idstringA Client Id provided by devportal.jamendo.com.
formatenum: {xml, json, jsonpretty}The results formatting type
callbackstringUse this parameter to have the response json wrapped in a callback function (jsonp technique). Such feature is enable only for json format and GET requests; if used in combination with other formats or a not-get request, the callback parameter is simply ignored and a warning is raised
offsetintegerThe position to start returning results from
limitstringThe max number of results to return. Default is 10 and Max is 200. Using the keyword 'all' still a max of 200 rows will be returned
order[]enum: {addeddate, score, id}Sort results by the queried field(s).
You can specify whether to follow an ascending or descending order adding the suffix _asc or _desc to every field (order=field_asc). Asc is the default one.
fullcountbooleanSetting this parameter to true, the document header will be enriched with the 'results_fullcount' value, that is, the absolute number of rows the query would return if there was no limit and offset parameter. This value is of course very useful for pagination, but please: use it only if you really need it, as it affects performances! For this performance reasons such parameter is not available in most heavy methods.
id[]integerOne or more review id
langstringThe review's language. We accept the standard 2 letters format, like "en", "fr", "it", etc)
datebetweenstringReleased between dates. This parameter need a value to be used for a between closed interval. The "from" and "to" parts are both mandatory, must be separated by an underscore ("_"), and must be both in the yyyy-mm-dd format
user_idintegerOne or more user id (without requiring any access token)
access_tokenstringA valid access token corresponding to the Jamendo user you want to get data for. The authorization token is obtained through the OAuth2 process.
hasscorebooleanSome reviews may be written without score. This parameter allows to select reviews only with/without a score
track_id[]integerOne or more track id
album_idintegerAn album id
artist_idintegerAn artist id
audioformatenum: {mp31, mp32, ogg, flac}The audio format you wish to get in the 'audio' returned field: mp31 (96kbs), mp32 (VBR, good quality), ogg and flac are the available formats. If no 'audioformat' is declared, mp31 will be used by default.
audiodlformatenum: {mp31, mp32, ogg, flac}The audio download format you wish to get in the 'audiodownload' returned field: mp31 (96kbs), mp32 (VBR, good quality), ogg and flac are the available formats. If no 'audiodlformat' is declared, the value given to 'audioformat' will be used as default, and if neither 'audioformat' is declared, 'mp32' will be the default

Sample

Call:

https://api.jamendo.com/v3.0/reviews/tracks/?client_id=your_client_id&format=jsonpretty&limit=2&order=score_desc+addeddate_desc&lang=en

Response:

{
  "headers":{
    "status":"success",
    "code":0,
    "error_message":"",
    "warnings":"",
    "results_count":2
  },
  "results":[
    {
      "id":"527576",
      "title":"",
      "text":"the lyrics should be hymne of global renewing oiur world )))",
      "dateadded":"2021-12-14",
      "agreecnt":"1",
      "lang":"en",
      "user_id":"7350508",
      "user_name":"lutzdietrich@gmx.net",
      "user_dispname":"lutzd",
      "score":"10",
      "track_id":"1847858",
      "track_name":"Mahidevran - Holy sun",
      "album_id":"334221",
      "artist_id":"439707",
      "track_audiodownload_allowed":true,
      "track_license_ccurl":"http:\/\/creativecommons.org\/licenses\/by-nc-nd\/3.0\/",
      "track_audio":"https:\/\/prod-1.storage.jamendo.com\/?trackid=1847858&format=mp31&from=app-devsite",
      "track_audiodownload":"https:\/\/prod-1.storage.jamendo.com\/download\/track\/1847858\/mp32\/"
    },
    {
      "id":"482582",
      "title":"",
      "text":"elegic sounds great,
       thank you for this!",
      "dateadded":"2021-04-12",
      "agreecnt":"0",
      "lang":"en",
      "user_id":"7350508",
      "user_name":"lutzdietrich@gmx.net",
      "user_dispname":"lutzd",
      "score":"10",
      "track_id":"1222801",
      "track_name":"I Will Awake",
      "album_id":"146667",
      "artist_id":"438364",
      "track_audiodownload_allowed":true,
      "track_license_ccurl":"http:\/\/creativecommons.org\/licenses\/by-nc-nd\/3.0\/",
      "track_audio":"https:\/\/prod-1.storage.jamendo.com\/?trackid=1222801&format=mp31&from=app-devsite",
      "track_audiodownload":"https:\/\/prod-1.storage.jamendo.com\/download\/track\/1222801\/mp32\/"
    }
  ]
}

API powered by 3scale API Management solution
  • Contact
  • Jobs
  • Api Terms of Use
Jamendo Music logo Jamendo Licensing logo