user.getEvents
Get a list of events that this user is attending.
Original docs: user.getEvents
Original docs: user.getEvents
Params
user (Required) : The user to fetch the events for.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: "Cult of Luna",
"total": 4,
"events": [{
"id": "544957",
"title": "Cult of Luna",
"headliner": "Cult of Luna",
"artists":["Cult of Luna", "The Ocean", "Devil Sold His Soul"],
"venue": {
"name": "Scala",
"location": {
"city": "London",
"country": "United Kingdom",
"street": "275 Pentonville Road, Kings Cross",
"postalcode": "N1 9NL",
"geo_point": {
"lat": "51.530767071208",
"long": "-0.120263446498872"
}
"timezone": "GMT"
}
"url": "http://www.last.fm/venue/8777871"
}
"startDate": "Sun, 20 Jul 2008",
"description": null,
"image_small": "...",
"image_medium": "...",
"image_large": "..",
"url": "http://www.last.fm/venue/8777871"
},
...
]
}