(Translated by https://www.hiragana.jp/)
user.getPastEvents Web Service – Last.fm
The Wayback Machine - https://web.archive.org/web/20110514122959/http://www.last.fm/api/show?service=343

API Doc

API Methods

user.getPastEvents

Get a paginated list of all events a user has attended in the past.

e.g. http://ws.audioscrobbler.com/2.0/?method=user.getpastevents&user;=joanofarctan&api;_key=b25b95955...

Params

user (Required) : The username to fetch the events for.
page (Optional) : The page number to scan to.
limit (Optional) : The number of results to fetch per page. Defaults to 50.
api_key (Required) : A Last.fm API key.

Auth

This service does not require authentication.

Sample Response

<events user="joanofarctan" page="1" perPage="20" totalPages="4" total="77">
<event>
  <id>640418</id>
  <title>Nikka Costa</title>
  <artists>
    <artist>Nikka Costa</artist>
    <headliner>Nikka Costa</headliner>
  </artists>
  <venue>
    <name>Bowery Ballroom</name>
    <location>
      <city>New York</city>
      <country>United States</country>
      <street>6 Delancey</street>
      <postalcode>10002</postalcode>
      <geo:point>
         <geo:lat>40.71417</geo:lat>
         <geo:long>-74.00639</geo:long>
      </geo:point>
      <timezone>EST</timezone>
    </location>
    <url>http://www.last.fm/venue/8779095</url>
  </venue>
  <startDate>Mon, 30 Jun 2008</startDate>
  <startTime>20:00</startTime>
  <description><![CDATA[Doors 8pm<br />
$20<br />
18+]]></description>
  <image size="small">...</image>
  <image size="medium">...</image>
  <image size="large">...</image>
  <attendance>42</attendance>
  <reviews>0</reviews>
  <tag>lastfm:event=640418</tag>
  <url>http://www.last.fm/event/640418</url>
  <website>http://...</website>
  <tickets>
    <ticket supplier="...">http://...</ticket>
    ...
  </tickets>
</event>
...
</events>

Other Formats

Also available as a feed in rss,ical formats

e.g. http://ws.audioscrobbler.com/2.0/user/rj/pastevents.rss
e.g. http://ws.audioscrobbler.com/2.0/user/rj/pastevents.ical

Errors

  • 2 : Invalid service -This service does not exist
  • 3 : Invalid Method - No method with that name in this package
  • 4 : Authentication Failed - You do not have permissions to access the service
  • 5 : Invalid format - This service doesn't exist in that format
  • 6 : Invalid parameters - Your request is missing a required parameter
  • 7 : Invalid resource specified
  • 9 : Invalid session key - Please re-authenticate
  • 10 : Invalid API key - You must be granted a valid key by last.fm
  • 11 : Service Offline - This service is temporarily offline. Try again later.
  • 13 : Invalid method signature supplied
  • 16 : There was a temporary error processing your request. Please try again
  • 26 : Suspended API key - Access for your account has been suspended, please contact Last.fm