artist.getTopTags
Get the top tags for an artist on Last.fm, ordered by popularity.
Original docs: artist.getTopTags
Original docs: artist.getTopTags
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",
"toptags": [{
"name": "pop",
"url": "http://www.last.fm/tag/pop",
},
...
]
}