Currently there are two methods to call the servce -
To get the data for all bike docking stations.
http://api.bike-stats.co.uk/service/rest/bikestats?format=[xml | json | csv | yaml]
To get the data for a specific bike docking station.
http://api.bike-stats.co.uk/service/rest/bikestat/dockID?format=[xml | json]
Note : Replace the [dockID] with the docking station id.
xml (default) - Extensible Markup Language.
json - A text-based representation of a Javascript object. It can be converted back into an object using the eval() function in Javascript, and many other languages have code libraries available.
csv - Comma, separated, values.
yaml - YAML is a human friendly data serialization standard for all programming languages with lots of code libraries available.