Welcome
This API provides any authenticated user to connect and request specific information.
The system runs off a restful architecture and allows for simple URL construction with results being returned in many formats.
Detailed Information
For detailed information then head over to the introduction page and once you've read that then have a look at either the vehicle data page or the approved content page for more exact usage details.
Quick Start Guide
A brief overview on the most commonly used parts of the API
Vehicles
In most cases the data you want is either a listing of every model, or details of a specific version (click on the arrow to see an example).
To get all models:
http://your_token.imwww.co.uk/cars/all.xml
To get a specific model (the Impreza for example):
http://your_token.imwww.co.uk/cars/model/impreza-2007.xml
For more details on accessing the vehicle information, go to the vehicle data page
Approved Content
To quickly fetch all the currently active approved content you can go to these urls:
http://your_token.imwww.co.uk/news/all.xml
http://your_token.imwww.co.uk/offers/all.xml
http://your_token.imwww.co.uk/events/all.xml
For more details on accessing the approved news etc, go to the approved content page
XML Schema
We are now using an automated tool that will auto-generate an XML Schema document from our XML files; here they are:
These files, like the example files, will be updated anytime we change the API
