API

I have opened up lots of data that I store and want to share such as tweets, photos, music and location.

The API is REST based. Everything here is accessible by a simple HTTP GET request. Data is available in a number of different formats.

GET https://dyl.anjon.es/method/ID.format?parameters=here&here=too

Methods

/api
Returns API methods
/blog
Returns blog posts
/episodes
Returns iPlayer episodes I have watched
/facebook
Returns public Facebook posts I have made
/photos
Returns public photos from Flickr
/tweets
Returns public tweets from Twitter
/locations
Returns my location history
/music/listens
Returns songs I have listened to
/music/dj
Returns events I have DJ'd at
/music/gigs
Returns gigs, concerts and festivals I have been to
/onradio
Returns show and track information
/iphone
Returns location information stored in iPhone
/browserwars
Returns twitter information for major browsers
/bbc-twitter
Returns today's BBC headlines that @metion Twitter or Tweets
/running
Returns running event information for events I run in
/cycling
Returns cycling event information for events I cycle in

ID (optional)

integer
Returns resource with that particular ID only.

Parameters (optional)

per_page
Limits the number of responses returned (default: 30)
page
Offsets the results by specified page
order
Order the results by an attribute
callback
If you wish to have the response wrapped in a function (JSONP)

Format

json
Returns JSON (object orientated language). A callback parameter is optional.
rss
Returns an RSS feed (in ATOM format) - sometimes :)
xml
Returns XML feed