Want to integrate VIN information into your own website? Check out the webservice options below (very basic).
XMLThe web service requires three parameters - schema[manufacturer], schema[year], and schema[VIN]. It supports both POST and GET requests. A GET request might be: http://knowyourride.com/public/lookup.xml?schema[manufacturer]=Chevrolet&schema[year]=1954& schema[vin]=VE54L001001
Sometimes manufacturer and model are not enough to determine a VIN schema. It that case the web service will ask you to provide a fourth parameter called schema[model]. For example:
http://knowyourride.com/public/lookup.xml?schema[manufacturer]=Chevrolet&schema[year]=1967& schema[model]=Camaro&schema[vin]=126877L00001
Try it! You'll receive an XML response with a
If something goes wrong you'll receive an XML response with the same
Soon to come!
