Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, June 29, 2010 11:17 AM
I want to implement a VIN decoder functionality in my website, where user will input the VIN number to get Vehicle information like, YEAR, MAKE, MODEL, BODY STYLE and etc.
But I don't want to subscribe to a service.
Can someone help in this regard?
Thanks in advance.
All replies (5)
Tuesday, July 6, 2010 3:11 AM âś…Answered
Hello Swapnil,
Thanks for your post.
Check the following websites about VIN decoder tools. Hope it helpful.
http://www.analogx.com/contents/vinview.htm
https://www.fleet.ford.com/maintenance/vin_tools/default.asp
As I know, for some formal website, through view source, you could not get the source code, you only get some Html code. You could also post your question on XML forum for better and quicker support.
http://social.msdn.microsoft.com/forums/en-US/xmlandnetfx/threads/
Best regards,
Liliane
Please mark the replies as answers if they help and unmark them if they provide no help. Thanks
Tuesday, June 29, 2010 11:37 AM | 1 vote
It seems this info is available many places. Here is a resonably good writeup: http://en.wikipedia.org/wiki/Vehicle_Identification_Number
--
Mike
Tuesday, June 29, 2010 11:40 AM | 1 vote
Hi,
Please follow the link below
http://software.informer.com/getfree-vb6-source-code-vin-decoder/
the source code that has been written here is for vb6 but the service they use might well be free.
I also found this site - http://www.freedownloadscenter.com/Programming/IDEs_and_Coding_Utilities/XML_VIN_Decoder.html
Hope this helps.
Cheers
Wednesday, June 30, 2010 8:45 AM
How can I implement a vin decoder in a background. i.e. Suppose there is a site which decode the VIN by providing a input box and Submit button. I can make a hit to this page to get VIN decoded from this site. But it will display the result in the target site and not in my site.
Is it possible to get the "VIEW SOURCE" of out put page and display the result in my site.
May be, I think it could be done through XML, but I don't know how. Can someone provide me some help to do that?
Thursday, August 3, 2017 3:37 PM | 1 vote
The NHTSA website has an API you can use, with example of the code.
https : / / vpic . nhtsa . dot . gov /
It will show you examples with multiple languages for those still looking for a way in 2017.