Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm developing a website for a small used car dealership with a need for VIN decoding. Given as much, I'm looking for maybe 1,000 - 1,500 requests for VINs per year. Does anyone have experience with a price-efficient web service to deliver such data?

share|improve this question
VIN databases tend to be specific to continent/region. You might want to specify which one you are interested in. – Piotr Dobrogost Sep 3 '11 at 21:19
Don't even know what a VIN is - sorry! – Michael Kay Sep 3 '11 at 23:01
Vehicle Identification Number. en.wikipedia.org/wiki/Vehicle_Identification_Number – Jason Sep 3 '11 at 23:03
I would suggest vinquery.com. This has lite, basic, standard and extended reports for your need. – Easwaramoorthy Kanagaraj Nov 19 '12 at 12:29

closed as not constructive by casperOne Nov 19 '12 at 13:25

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

3 Answers

up vote 3 down vote accepted

try ask at Vin-info.com - there is vin decoder and I've heard, that they are preparing API

share|improve this answer
Appreciate the help. – bkingdev Sep 10 '11 at 4:44

A couple other options are available as well.

share|improve this answer
Do you happen to know if vinapi can be used with client side ajax? – Christophe Dec 21 '12 at 0:37
I am not 100% sure, but I think you can use curl with client side ajax. If so, this may work link – Everette Mills Dec 21 '12 at 15:34

DataOne Software (the company I work for) has a REST web service for decoding VINs. Our data covers model years 1981-present. For the volume you're talking about pricing would be very inexpensive, and we offer a free trial.

http://www.dataonesoftware.com/business-tools-xml-vin-decoder.php

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.