user.getTopTags
Get the top tags used by this user.
Original docs: user.getTopTags
Original docs: user.getTopTags
Params
user (Required) : The user name to fetch top tags for.limit (Optional) : Limit the number of tags returned.
api_key (Required) : A Last.fm API key
outtype : The data output format (js, json, php). Default is XML.
callback : Function name that will wrap the data if JSONP (outtype 'js') is used.
Sample Response (JSON Object Structure)
{
"user": "RJ",
"tags": [{
"name": "rock",
"count": 12,
"url": "www.last.fm/tag/rock",
},
...
]
}