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/tracks

Description

Since February 2021, a new field '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 'audiodownload_allowed' value. Moreover, in August 2020, the content of the field 'audiodownload' returned in this api will become an empty string if 'audiodownload_allowed' is false.

Track is the king entity in Jamendo, and this 'big' and flexible method should in our intention confirm it.
Differently by other Api frameworks such as Musicbrainz and Echonest, songs and tracks are considered as the same things, but in the future we may add a 'tracks version' feature which will allow artists to publish for instace an 'instrumental' version of their song.

If you were familiar with our old api (v2), you'll notice here lots of new features. In particular, a big effort has been done on the 'search and discovery' area: search, tags, fuzzytags, acouisticelectric, vocalinstrumental, xartists, featured and all the proposed orders/boosts are there to let you write cool applications browsing into the Jamendo world!

The special 'include' parameter gives you the possibility to display more information about every track: licenses (Creative Commons and Jamendo Pro), musicinfo (music tags and metadata), stats (stats counter, for the moment daily updated, soon as 'live analytics'), and lyrics.
The order parameter propose many ways to sort your results. Popularity ratings are based on community data: reviews, add-to-favorite, like, dislike, add-to-playlist, downloads and listens, they all contribute with a different weight to shape rating. If you are using this api for searching, be careful because using an 'order' different than 'relevance' as first order, you would entirely loose the search relevance order. If you want a particular rate to influence the final rank, probably boost is what you are looking for.
If you are implementing some charts and you whish to trust our selections, the 'featured' parameter let you filter-in all the tracks selected by our music managers. In particular, to implement a genre-based chart in your application, we suggest to choose one of our featured selections: lounge, classical, electronic, jazz, pop, hiphop, relaxation, rock, songwriter, world, metal, soundtrack. Declare one of these genres in the 'tags' parameter, combine it with 'featured=1', 'groupby=artist_id', and then boost (boost, not order!) choosing your favorite rating. Your chart should look fantastic!.

The returned fields 'audio' and 'audiodownload', contain respectively the stream and download urls; the default audio format is a low bitrate mp3, but you can choose others using the 'audioformat' parmater. 'album_image' and 'image' works similarly: a default size is returned, unless you specify another one with the parameter 'imagesize'.

In 2015 Jamendo introduced the possibility to publish singles, that is tracks with no album associated. Therefore, in case of a single, the fields 'album_id', 'album_name' and 'album_image' will be empty. Make sure to handle this case in your application!
You can use the 'type' parameter to get only singles, album tracks or both. By default we only return album tracks.
Take into account that all tracks have an 'image' associated. In the case of an album track 'image' is equivalent to 'album_image', whereas in case of a single 'album_image' is always empty.

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: {relevance, buzzrate, downloads_week, downloads_month, downloads_total, listens_week, listens_month, listens_total, popularity_week, popularity_month, popularity_total, name, album_name, artist_name, releasedate, duration, 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.
All rating orders (such as "popularity_total") follow a more specific norm: they use "desc" as default and will forcedly use "desc" even if you requested an "asc".
If you are using the tracks api for searching, be careful because declaring an order different than "relevance" as first order, you would entirely loose the search relevance order. If you want a particular rate to influence the order, probably "boost" is what you are looking for.
Relevance is the default order.
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 track id
namestringA track name
namesearchstringSearch a track by name (track_name matching *seachquery*). You must provide an UTF-8 string
type[]enum: {single, albumtrack}Select only tracks of a certain type. By default we return only albumtracks to avoid the high risk of bugging applications (especially those built before 2015, that is before the existence of singles). Using 'type=single albumtrack' you will select both types
album_id[]integerAn album Id
album_namestringAlbum name
artist_id[]integerArtist id
artist_namestringArtist name
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
featuredenum: {true, 1}Is this a featured track (selected by Jamendo team)
imagesizeenum: {25, 35, 50, 55, 60, 65, 70, 75, 85, 100, 130, 150, 200, 300, 400, 500, 600}The cover size in pixel (if not specified, a default one will be returned)
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
tags[]stringSearch by one or more tags (genre, instrument, theme and nc tags). We interpret this request as boolean, that is [rock+pop] is translated as [rock AND pop].
By default tracks are returned by relevance order (a song can be 'more rock than one other'); be careful to not overwrite such relevance order with another one (see 'order' and 'boost' params).
We support some synonymy, language mapping and hierarchy on most popular tags (ex chitarra=guitar=guitars), but we strongly suggest using english when possible.
fuzzytags[]stringSearch by one or more tags (genre, instrument, theme and nc tags). We interpret this request as fuzzy, that is [rock+pop] is translated as [rock OR pop], although what is [pop AND rock] will be returned before what is [rock OR pop] (unless you declare another order parameter). We support some sinomity, language mapping and hierarchy on most popular tags (ex chitarra=guitar=guitars), but we strongly suggest using english when possible.
acousticelectricenum: {acoustic, electric}Is this track acoustic or electric
vocalinstrumentalenum: {vocal, instrumental}
genderenum: {male, female}The gender of the singer (if the track is vocal of course)
speed[]enum: {verylow, low, medium, high, veryhigh}
lang[]stringThe lyrics language (we accept the standard 2 letters format, like "en", "fr", "it", etc)
durationbetweenstringTrack duration between values (seconds). 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 integer
xartiststringSelect tracks most similar to the declared NON-Jamendo artist (madonna)
searchstringA free text search that operates considering track, album and artist name as well as tags (genres, instruments, ...) and similar artists
prolicensingbooleanFilter to get only tracks subscribed to our single track licensing commercial program
probackgroundbooleanFilter to get only tracks subscribed to our background music commercial program
ccsabooleanCreative Commons Share Alike. Explicit this paramenter if you need to enforce some strict conditions on the type of license. For possible combinations with other types of licence check Creative Commons licenses
ccndbooleanCreative Commons No Derivs. Explicit this paramenter if you need to enforce some strict conditions on the type of license. For possible combinations with other types of licence check Creative Commons licenses
ccncbooleanCreative Commons Non Commercial. Explicit this paramenter if you need to enforce some strict conditions on the type of license. For possible combinations with other types of licence check Creative Commons licenses
include[]enum: {licenses, musicinfo, stats, lyrics}With this special parameter you can append to the results some additional fields, not returned by default.
groupbyenum: {artist_id, album_id}With this parameter you can aggregate results, grouping by artist or by album. If you add groupby=artist_id to your get request, just one track per artist will be returned; such track is the first one that would be find on the results list if not grouping. We strongly suggest to enable such feature when using the order parameter for charts, as many duplicate artist/album may appear otherwise
boostenum: {buzzrate, downloads_week, downloads_month, downloads_total, listens_week, listens_month, listens_total, popularity_week, popularity_month, popularity_total}When you are searching tracks, for instance with 'tags=rock+pop', and at the same time you want to bring the best tracks of the week in advance, you should absolutely use this parameter instead of 'order'. Using 'order' you would indeed fully loose the concept of search relevance: the api would return something which is not so much relevant for rock+pop, but rather very popular this week.
At the moment, we are boosting with 'popularity_month' by default, but with a lower intensity than what you would get explicitly asking for boost=popularity_month

Sample

Call:

https://api.jamendo.com/v3.0/tracks/?client_id=your_client_id&format=jsonpretty&limit=2&fuzzytags=groove+rock&speed=high+veryhigh&include=musicinfo&groupby=artist_id

Response:

{
  "headers":{
    "status":"success",
    "code":0,
    "error_message":"",
    "warnings":"",
    "results_count":2
  },
  "results":[
    {
      "id":"1532771",
      "name":"Let Me Hear You I",
      "duration":54,
      "artist_id":"461414",
      "artist_name":"Paul Werner",
      "artist_idstr":"PaulWernerMusic",
      "album_name":"Let Me Hear You I",
      "album_id":"404140",
      "license_ccurl":"http:\/\/creativecommons.org\/licenses\/by-nc-nd\/3.0\/",
      "position":1,
      "releasedate":"2018-03-15",
      "album_image":"https:\/\/usercontent.jamendo.com?type=album&id=404140&width=300&trackid=1532771",
      "audio":"https:\/\/prod-1.storage.jamendo.com\/?trackid=1532771&format=mp31&from=app-devsite",
      "audiodownload":"https:\/\/prod-1.storage.jamendo.com\/download\/track\/1532771\/mp32\/",
      "prourl":"https:\/\/licensing.jamendo.com\/track\/1532771",
      "shorturl":"https:\/\/jamen.do\/t\/1532771",
      "shareurl":"https:\/\/www.jamendo.com\/track\/1532771",
      "waveform":"{
        \"peaks\":[
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          10,
          12,
          7,
          7,
          1,
          5,
          1,
          7,
          2,
          10,
          13,
          9,
          8,
          1,
          3,
          1,
          4,
          6,
          3,
          14,
          9,
          7,
          7,
          6,
          4,
          5,
          16,
          11,
          16,
          4,
          4,
          2,
          2,
          8,
          7,
          10,
          11,
          17,
          18,
          11,
          6,
          5,
          2,
          0,
          11,
          9,
          14,
          8,
          2,
          3,
          1,
          14,
          12,
          9,
          1,
          1,
          2,
          0,
          3,
          0,
          11,
          10,
          10,
          12,
          14,
          24,
          49,
          24,
          11,
          8,
          8,
          17,
          17,
          9,
          20,
          21,
          17,
          16,
          11,
          9,
          9,
          15,
          12,
          18,
          7,
          2,
          4,
          1,
          22,
          19,
          14,
          5,
          5,
          2,
          0,
          6,
          0,
          14,
          10,
          10,
          13,
          15,
          16,
          9,
          13,
          12,
          5,
          9,
          10,
          10,
          6,
          23,
          18,
          13,
          12,
          15,
          3,
          1,
          20,
          12,
          22,
          6,
          7,
          2,
          3,
          14,
          11,
          9,
          1,
          13,
          10,
          7,
          6,
          23,
          47,
          33,
          29,
          23,
          20,
          14,
          7,
          5,
          7,
          10,
          5,
          2,
          0,
          19,
          74,
          70,
          41,
          17,
          27,
          30,
          30,
          24,
          22,
          75,
          69,
          54,
          20,
          18,
          26,
          29,
          26,
          28,
          49,
          70,
          61,
          34,
          16,
          27,
          32,
          33,
          25,
          50,
          70,
          70,
          32,
          15,
          28,
          27,
          29,
          25,
          45,
          88,
          64,
          33,
          15,
          29,
          30,
          30,
          24,
          30,
          69,
          74,
          49,
          23,
          31,
          38,
          39,
          34,
          29,
          80,
          81,
          55,
          22,
          22,
          28,
          28,
          30,
          27,
          62,
          73,
          60,
          28,
          16,
          28,
          28,
          30,
          22,
          56,
          72,
          65,
          37,
          14,
          33,
          30,
          27,
          21,
          37,
          71,
          65,
          39,
          13,
          28,
          31,
          28,
          25,
          24,
          67,
          79,
          54,
          23,
          18,
          26,
          27,
          24,
          19,
          60,
          69,
          55,
          24,
          19,
          27,
          29,
          29,
          21,
          65,
          75,
          59,
          24,
          20,
          33,
          28,
          26,
          23,
          40,
          74,
          64,
          32,
          14,
          62,
          29,
          27,
          19,
          27,
          83,
          78,
          43,
          13,
          29,
          30,
          27,
          24,
          27,
          74,
          69,
          56,
          14,
          17,
          29,
          29,
          25,
          25,
          64,
          26,
          19,
          17,
          12,
          12,
          10,
          8,
          7,
          55,
          74,
          62,
          25,
          17,
          30,
          30,
          26,
          21,
          34,
          69,
          73,
          47,
          18,
          21,
          29,
          26,
          26,
          31,
          71,
          77,
          50,
          16,
          25,
          27,
          28,
          28,
          23,
          88,
          74,
          48,
          10,
          21,
          27,
          32,
          23,
          19,
          64,
          87,
          66,
          38,
          19,
          24,
          31,
          26,
          21,
          59,
          84,
          73,
          32,
          17,
          26,
          27,
          28,
          26,
          50,
          84,
          68,
          41,
          15,
          24,
          29,
          28,
          21,
          26,
          76,
          71,
          56,
          14,
          22,
          29,
          26,
          23,
          18,
          76,
          74,
          59,
          20,
          14,
          27,
          26,
          23,
          20,
          45,
          77,
          60,
          32,
          16,
          26,
          29,
          26,
          25,
          48,
          73,
          67,
          31,
          19,
          29,
          30,
          27,
          25,
          35,
          100,
          66,
          39,
          11,
          23,
          25,
          26,
          22,
          20,
          79,
          79,
          47,
          17,
          23,
          34,
          34,
          27,
          23,
          72,
          82,
          58,
          22,
          19,
          27,
          28,
          27,
          30,
          59,
          55,
          60,
          32,
          23,
          27,
          28,
          24,
          20,
          52,
          68,
          72,
          52,
          22,
          16,
          23,
          23,
          21,
          32,
          73,
          30,
          30,
          42,
          35,
          28,
          20,
          20,
          22,
          70,
          58,
          17,
          28,
          37,
          35,
          27,
          24,
          22,
          66,
          62,
          21,
          31,
          38,
          35,
          29,
          26,
          24,
          63,
          68,
          24,
          29,
          36,
          40,
          32,
          24,
          20,
          45,
          88,
          51,
          24,
          22,
          30,
          34,
          29,
          20,
          27,
          98,
          68,
          49,
          15,
          21,
          27,
          27,
          27,
          29,
          80,
          78,
          55,
          24,
          19,
          28,
          29,
          23,
          19,
          72,
          73,
          76,
          31,
          35,
          88,
          79,
          66,
          35,
          47,
          66,
          59,
          25,
          42,
          75,
          77,
          69,
          52,
          36,
          62,
          68,
          52,
          25,
          50,
          68,
          61,
          44,
          32,
          66,
          68,
          64,
          46,
          42,
          84,
          71,
          64,
          36,
          63,
          63,
          62,
          34,
          39,
          75,
          58,
          67,
          69,
          62,
          35,
          34,
          82,
          54,
          42,
          25,
          52,
          77,
          54,
          34,
          32,
          76,
          58,
          58,
          33,
          32,
          32,
          44,
          39,
          21,
          31,
          12,
          33,
          22,
          34,
          24,
          27,
          61,
          57,
          50,
          19,
          24,
          31,
          27,
          25,
          21,
          63,
          69,
          59,
          23,
          15,
          33,
          27,
          26,
          21,
          45,
          66,
          62,
          31,
          20,
          40,
          34,
          33,
          35,
          46,
          62,
          69,
          42,
          18,
          33,
          27,
          26,
          26,
          32,
          75,
          59,
          45,
          22,
          30,
          30,
          28,
          25,
          23,
          66,
          72,
          53,
          27,
          22,
          32,
          29,
          27,
          20,
          62,
          79,
          54,
          20,
          22,
          39,
          33,
          30,
          29,
          56,
          68,
          61,
          36,
          16,
          34,
          31,
          29,
          25,
          46,
          53,
          62,
          42,
          19,
          33,
          28,
          30,
          25,
          32,
          70,
          66,
          48,
          16,
          27,
          30,
          29,
          22,
          19,
          57,
          65,
          57,
          38,
          30,
          37,
          29,
          30,
          27,
          55,
          72,
          62,
          29,
          22,
          34,
          27,
          27,
          24,
          51,
          78,
          61,
          32,
          17,
          33,
          29,
          28,
          23,
          34,
          65,
          68,
          45,
          14,
          59,
          35,
          30,
          29,
          27,
          72,
          72,
          45,
          17,
          34,
          33,
          29,
          28,
          30,
          62,
          62,
          56,
          30,
          22,
          36,
          32,
          26,
          27,
          58,
          50,
          53,
          28,
          15,
          35,
          30,
          26,
          21,
          50,
          68,
          63,
          38,
          18,
          30,
          27,
          27,
          23,
          27,
          64,
          70,
          52,
          19,
          27,
          33,
          31,
          32,
          32,
          63,
          73,
          55,
          18,
          24,
          29,
          28,
          31,
          26,
          63,
          71,
          60,
          22,
          19,
          32,
          29,
          28,
          21,
          52,
          70,
          63,
          34,
          17,
          36,
          31,
          30,
          22,
          48,
          75,
          68,
          35,
          22,
          33,
          29,
          26,
          26,
          40,
          67,
          63,
          51,
          20,
          29,
          34,
          30,
          29,
          26,
          61,
          59,
          51,
          19,
          30,
          38,
          32,
          25,
          20,
          61,
          67,
          61,
          28,
          18,
          35,
          29,
          26,
          23,
          41,
          73,
          64,
          38,
          19,
          33,
          30,
          31,
          34,
          44,
          64,
          65,
          40,
          28,
          34,
          29,
          32,
          28,
          25,
          70,
          66,
          42,
          22,
          31,
          31,
          29,
          26,
          22,
          61,
          71,
          51,
          29,
          39,
          47,
          32,
          32,
          31,
          58,
          73,
          66,
          29,
          16,
          39,
          28,
          28,
          25,
          55,
          68,
          56,
          31,
          16,
          29,
          20,
          18,
          18,
          17,
          8,
          3,
          2,
          6,
          3,
          1,
          1,
          1,
          0,
          1,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          10,
          15,
          8,
          13,
          9,
          3,
          2,
          1,
          1,
          4,
          18,
          13,
          14,
          11,
          5,
          2,
          2,
          1,
          43,
          38,
          26,
          23,
          22,
          21,
          20,
          19,
          13,
          12,
          13,
          12,
          10,
          7,
          4,
          1,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0,
          0
        ]
      }      ",
      "image":"https:\/\/usercontent.jamendo.com?type=album&id=404140&width=300&trackid=1532771",
      "musicinfo":{
        "vocalinstrumental":"instrumental",
        "lang":"",
        "gender":"",
        "acousticelectric":"",
        "speed":"high",
        "tags":{
          "genres":[
            "funk",
            "pop"
          ],
          "instruments":[

          ],
          "vartags":[
            "groovy"
          ]
        }
      },
      "audiodownload_allowed":true
    },
    {
      "id":"1848357",
      "name":"ma\u00f1ana ser\u00e1 tarde",
      "duration":272,
      "artist_id":"421168",
      "artist_name":"fankel",
      "artist_idstr":"fankel",
      "album_name":"ma\u00f1ana ser\u00e1 tarde",
      "album_id":"368084",
      "license_ccurl":"http:\/\/creativecommons.org\/licenses\/by-nc-nd\/3.0\/",
      "position":1,
      "releasedate":"2021-04-11",
      "album_image":"https:\/\/usercontent.jamendo.com?type=album&id=368084&width=300&trackid=1848357",
      "audio":"https:\/\/prod-1.storage.jamendo.com\/?trackid=1848357&format=mp31&from=app-devsite",
      "audiodownload":"https:\/\/prod-1.storage.jamendo.com\/download\/track\/1848357\/mp32\/",
      "prourl":"",
      "shorturl":"https:\/\/jamen.do\/t\/1848357",
      "shareurl":"https:\/\/www.jamendo.com\/track\/1848357",
      "waveform":"{
        \"peaks\":[
          0,
          0,
          0,
          0,
          30,
          39,
          33,
          90,
          47,
          69,
          55,
          35,
          36,
          53,
          51,
          41,
          41,
          49,
          49,
          74,
          68,
          72,
          49,
          74,
          49,
          38,
          40,
          52,
          51,
          36,
          48,
          57,
          47,
          53,
          69,
          85,
          49,
          82,
          55,
          43,
          38,
          52,
          40,
          37,
          57,
          61,
          60,
          83,
          71,
          83,
          32,
          73,
          51,
          44,
          42,
          42,
          52,
          35,
          51,
          75,
          44,
          54,
          69,
          70,
          48,
          75,
          56,
          58,
          56,
          51,
          68,
          46,
          53,
          63,
          30,
          84,
          66,
          76,
          41,
          70,
          54,
          48,
          47,
          57,
          64,
          33,
          55,
          65,
          33,
          46,
          67,
          78,
          53,
          67,
          61,
          56,
          50,
          51,
          81,
          41,
          58,
          62,
          43,
          68,
          69,
          71,
          51,
          64,
          67,
          64,
          55,
          54,
          77,
          48,
          56,
          54,
          48,
          50,
          59,
          71,
          73,
          65,
          55,
          73,
          74,
          54,
          72,
          65,
          54,
          51,
          75,
          79,
          86,
          60,
          80,
          77,
          54,
          74,
          70,
          59,
          74,
          84,
          75,
          63,
          63,
          71,
          71,
          61,
          80,
          74,
          62,
          73,
          69,
          61,
          65,
          82,
          67,
          57,
          75,
          77,
          86,
          52,
          75,
          67,
          50,
          79,
          73,
          62,
          65,
          77,
          31,
          48,
          35,
          42,
          87,
          77,
          73,
          80,
          83,
          54,
          62,
          59,
          54,
          66,
          46,
          57,
          66,
          36,
          84,
          78,
          75,
          44,
          73,
          57,
          61,
          61,
          49,
          64,
          50,
          55,
          70,
          35,
          49,
          66,
          80,
          53,
          70,
          58,
          54,
          46,
          57,
          68,
          39,
          57,
          64,
          40,
          67,
          75,
          86,
          59,
          65,
          60,
          54,
          49,
          52,
          73,
          46,
          57,
          52,
          50,
          44,
          53,
          75,
          67,
          66,
          57,
          71,
          72,
          57,
          81,
          72,
          67,
          53,
          70,
          71,
          81,
          44,
          83,
          80,
          60,
          72,
          75,
          59,
          76,
          69,
          71,
          63,
          62,
          68,
          72,
          67,
          69,
          66,
          58,
          73,
          73,
          62,
          77,
          75,
          65,
          56,
          76,
          77,
          82,
          52,
          79,
          64,
          58,
          84,
          66,
          65,
          67,
          82,
          51,
          59,
          47,
          49,
          52,
          48,
          72,
          73,
          64,
          82,
          82,
          72,
          57,
          86,
          48,
          93,
          74,
          71,
          75,
          67,
          80,
          85,
          66,
          76,
          76,
          66,
          49,
          71,
          45,
          75,
          68,
          60,
          77,
          74,
          79,
          78,
          73,
          74,
          75,
          69,
          54,
          81,
          55,
          75,
          76,
          71,
          69,
          74,
          77,
          51,
          63,
          66,
          83,
          74,
          61,
          79,
          58,
          70,
          77,
          66,
          76,
          84,
          77,
          74,
          82,
          57,
          64,
          80,
          67,
          73,
          83,
          78,
          63,
          64,
          75,
          71,
          81,
          68,
          77,
          64,
          72,
          78,
          76,
          62,
          82,
          73,
          69,
          60,
          68,
          83,
          71,
          82,
          66,
          65,
          66,
          75,
          71,
          63,
          71,
          69,
          80,
          59,
          75,
          79,
          88,
          82,
          49,
          81,
          67,
          82,
          66,
          74,
          69,
          62,
          84,
          69,
          73,
          59,
          56,
          83,
          70,
          90,
          76,
          78,
          82,
          68,
          76,
          65,
          73,
          81,
          79,
          76,
          70,
          73,
          60,
          80,
          74,
          75,
          78,
          65,
          74,
          72,
          76,
          79,
          76,
          79,
          79,
          77,
          65,
          87,
          75,
          77,
          87,
          70,
          74,
          72,
          75,
          79,
          74,
          73,
          76,
          73,
          70,
          83,
          81,
          74,
          77,
          71,
          79,
          75,
          77,
          78,
          83,
          71,
          89,
          73,
          69,
          76,
          79,
          77,
          75,
          81,
          77,
          75,
          83,
          74,
          83,
          78,
          78,
          82,
          72,
          87,
          71,
          78,
          74,
          79,
          71,
          79,
          78,
          75,
          88,
          67,
          92,
          73,
          80,
          81,
          77,
          86,
          74,
          81,
          80,
          73,
          74,
          74,
          80,
          79,
          88,
          82,
          71,
          82,
          78,
          73,
          78,
          79,
          78,
          73,
          75,
          79,
          79,
          76,
          83,
          79,
          79,
          71,
          75,
          72,
          77,
          75,
          62,
          79,
          40,
          79,
          58,
          47,
          42,
          38,
          46,
          26,
          40,
          51,
          47,
          67,
          58,
          71,
          26,
          73,
          49,
          45,
          44,
          36,
          41,
          17,
          38,
          25,
          27,
          76,
          71,
          69,
          20,
          61,
          46,
          29,
          46,
          47,
          50,
          28,
          44,
          53,
          47,
          53,
          74,
          60,
          39,
          71,
          59,
          44,
          32,
          46,
          56,
          22,
          42,
          42,
          15,
          53,
          43,
          73,
          77,
          76,
          62,
          65,
          70,
          50,
          64,
          26,
          48,
          62,
          49,
          75,
          70,
          60,
          57,
          61,
          67,
          78,
          47,
          50,
          49,
          59,
          56,
          50,
          49,
          71,
          76,
          63,
          61,
          54,
          71,
          57,
          38,
          55,
          59,
          55,
          53,
          54,
          73,
          51,
          100,
          49,
          61,
          49,
          85,
          62,
          66,
          65,
          67,
          45,
          33,
          57,
          53,
          67,
          77,
          66,
          92,
          60,
          81,
          62,
          62,
          57,
          60,
          57,
          21,
          62,
          85,
          65,
          88,
          71,
          86,
          57,
          81,
          44,
          64,
          83,
          49,
          75,
          42,
          90,
          71,
          67,
          87,
          52,
          68,
          66,
          82,
          59,
          84,
          90,
          45,
          71,
          60,
          46,
          61,
          71,
          77,
          81,
          70,
          58,
          86,
          70,
          72,
          50,
          62,
          87,
          77,
          71,
          76,
          62,
          68,
          71,
          79,
          52,
          68,
          64,
          46,
          46,
          61,
          71,
          49,
          64,
          61,
          51,
          63,
          89,
          69,
          58,
          62,
          64,
          46,
          47,
          57,
          65,
          48,
          58,
          59,
          42,
          41,
          52,
          67,
          91,
          75,
          62,
          72,
          66,
          62,
          77,
          80,
          72,
          50,
          72,
          71,
          85,
          60,
          90,
          75,
          52,
          74,
          79,
          62,
          74,
          76,
          71,
          72,
          71,
          71,
          70,
          63,
          72,
          72,
          59,
          77,
          70,
          64,
          79,
          76,
          58,
          56,
          63,
          85,
          84,
          70,
          66,
          59,
          54,
          58,
          84,
          63,
          55,
          76,
          77,
          82,
          67,
          73,
          76,
          63,
          68,
          58,
          68,
          51,
          62,
          79,
          50,
          55,
          30,
          80,
          54,
          60,
          61,
          54,
          63,
          59,
          52,
          62,
          43,
          94,
          51,
          79,
          52,
          77,
          57,
          64,
          36,
          44,
          69,
          55,
          63,
          70,
          74,
          76,
          80,
          77,
          55,
          71,
          51,
          60,
          42,
          53,
          81,
          45,
          60,
          67,
          65,
          80,
          64,
          82,
          56,
          66,
          64,
          72,
          51,
          51,
          76,
          44,
          80,
          65,
          66,
          68,
          81,
          77,
          78,
          56,
          62,
          54,
          45,
          53,
          61,
          41,
          45,
          45,
          34,
          57,
          43,
          78,
          72,
          45,
          64,
          47,
          35,
          36,
          63,
          45,
          28,
          38,
          41,
          42,
          79,
          64,
          74,
          38,
          85,
          64,
          58,
          35,
          65,
          83,
          68,
          69,
          63,
          61,
          62,
          69,
          68,
          52,
          90,
          74,
          62,
          68,
          46,
          55,
          52,
          68,
          64,
          68,
          78,
          72,
          67,
          54,
          81,
          56,
          70,
          53,
          35,
          76,
          73,
          68,
          52,
          96,
          80,
          72,
          64,
          45,
          85,
          72,
          66,
          78,
          70,
          72,
          67,
          88,
          69,
          59,
          80,
          80,
          75,
          75,
          74,
          57,
          69,
          43,
          65,
          81,
          63,
          62,
          69,
          82,
          77,
          74,
          71,
          91,
          87,
          56,
          80,
          50,
          50,
          68,
          79,
          68,
          54,
          62,
          75,
          54,
          87,
          81,
          8,
          3,
          1,
          0,
          0,
          0
        ]
      }      ",
      "image":"https:\/\/usercontent.jamendo.com?type=album&id=368084&width=300&trackid=1848357",
      "musicinfo":{
        "vocalinstrumental":"instrumental",
        "lang":"",
        "gender":"",
        "acousticelectric":"",
        "speed":"high",
        "tags":{
          "genres":[
            "rock"
          ],
          "instruments":[
            "bass",
            "guitar"
          ],
          "vartags":[
            "groovy",
            "peaceful"
          ]
        }
      },
      "audiodownload_allowed":true
    }
  ]
}

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