Tagged Questions

VIN is an abbreviation for Vehicle Identification Number

learn more… | top users | synonyms

3
votes
2answers
1k views

Can anyone recommend a VIN decode service?

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. ...
2
votes
3answers
1k views

PHP VIN number validation code

Does anyone know any Vehicle Identification Number (wiki) validation code written in PHP? I just need to check if the entered vin number is correct or not?
1
vote
3answers
117 views

Can anyone recommend a REST / SOAP Web Service for VIN Numbers?

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 ...
1
vote
1answer
348 views

Is there any java library to read the vin number barcodes from image?

I am building a application to read vin number barcodes using camera from android phone.I do not know how to read the barcodes from the image captured from the camera.(i.e) Is there any class to read ...
1
vote
2answers
402 views

Vin decoder api? Iphone

Looking to scan vin and get make model style year so I can offer our companies products that match the vehicles data. Similar questions was asked here, How to write the VIN Scanner tool Can anyone ...
0
votes
1answer
499 views

ISO 3779 vehicle VIN decoder in PHP?

Does anyone know of a ISO 3779 vehicle VIN decoder library in PHP, or Perl, or Python (or any other language, I can convert code easily) available as open source/freeware? Even just something to ...
0
votes
2answers
198 views

Anyone out there used vinpower?

I have to implement the VinPower application. They offer a Java version, a C dll and an ActiveX dll, if anyone has an idea on where I could begin, I'd appreciate it.