Get a RSS feed from your Myspace Events
Here's an API for getting feeds from your Myspace events / shows. It's still in beta.
Too keep your showlist up to date it's required to add your band to the system. I've set up a automated script that runs every night to get the latest data from your myspace. So keep in mind that shows added on your myspace will appear the next day in the results.
Add your band
API Documentation
The API works fairly easy there is not authing or anything, just 1 call. The base url is http://myspace.jochemschutte.nl/api/ where you add your arguments defined below. There 2 response formats to choose from: RSS & JSON
Arguments
- format required
- The format of the result in RSS or JSON
- myspace_id required
- The bands myspace id
- limit optional
- Number of events to return, default is all
- callback required for JSON
- just add &callback=? at the end of the url for JSON
Call example
http://myspace.jochemschutte.nl/api/?format=rss&myspace_id=4459262
Response example
<channel> <item> <date>Thu, 26 Nov 2009 20:00:00 +0100</date> <venue>Roadmender</venue> <city>Northampton, UK</city> <street></street> <description></description> <link>http://events.myspace.com/Event/6357316/Peel</link> </item> </channel>
Examples
To do list
Errors when there is a failed callSpeed things up a little- Collecting feedback from you
Got feedback?
Please contact me! I would love hear what you think or get suggestions. Email me at hi@jochemschutte.nl or twitter me @jchm.