views:

483

answers:

3

Hi,

I'm looking to implement a VIN (Vehicle Identification Number) validation and decode for a site I'm working on specifically for Canada. We only want limited vehicle information Make, model and year.

I'd like to call it via a Rest webservice (but SOAP would be ok) and don't currently require bulk decode.

Can anyone recommend a Vin decode service provider, I've googled several but wanted some developer feedback ;)

Thanks,

Scott

+1  A: 

we have been using vinquery.com web service for about 2 years. so far so good. why don't give it try..

a web developer

Cheers for that, I have written a java client for vinquery and trying it out at the moment. Was also thinking of trying Chrome VINMatch. Not decided on Rest or standard webservice via Soap
scottyab
+1  A: 

The big vin-providers are JATO and Chrome. Implementing something so rudimentary as to just do Make Model and Year, should be dirt simple. This would be true-vin decoding -- the real competition in this industry is in style matching.

You can probably heuristically generate an unencumbered (legally) database to determine this stuff fairly simply.

Evan Carroll
A: 

(post deleted) ...

Chris Brown
Please remove this, it's not an answer to the question.
bignose