artist.getSimilar
Get all the artists similar to this artist.
Original docs: artist.getSimilar
Original docs: artist.getSimilar
Params
artist (Required) : The Artist name in questionapi_key (Required) : A Last.fm API key
outtype : The data output format (js, json, php). Default is XML. See supported response formats in the overview.
callback : Function name that will wrap the data if JSONP (outtype 'js') is used.
Sample Response (JSON Object Structure)
{
"artist": "Cher",
"streamable": true,
"picture": "http://userserve-ak.last.fm/serve/160/376334.jpg",
"similar": [{
"name": "Madonna",
"mbid": "79239441-bfd5-4981-a70c-55c3f15c1287",
"match": 100,
"url": "www.last.fm/music/Madonna",
"image_small": "http://userserve-ak.last.fm/serve/50/2166684.jpg",
"image": "http://userserve-ak.last.fm/serve/160/2166684.jpg",
"streamable": true
},
...
]
}