foresterh
Active member
- Joined
- Dec 31, 2019
- Messages
- 101
- Reaction score
- 151
- Points
- 43
Thanks! I'm in the US so it works for me. I looked for possible vin api's to use but nothing came back with any kind of rate I could use without paying an arm and a leg. I figured I'd just write it in python although most of my career has been in C#.
In my application, when generating all combinations of VINs for the Telluride, I don't use the NHTSA API. Instead I use the information provided from the following document:
https://vpic.nhtsa.dot.gov/mid/home/displayfile/7f5e483c-54f6-4733-8b08-5c154c3f15e9
Of course you need to write some code to calculate the VIN check digit. Here is the logic on how to calculate he check-digit: Vehicle identification number - Wikipedia
MichelW thanks for the links. That'll help a lot. If I get something put together I'll post the github repo and/or heroku site for others to play with.