TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: CheckAnyPlate – Free License Plate to VIN Decoder

48 点作者 AutoAPI超过 1 年前
This started as a project to scratch my own itch and has grown from there.<p>Initially I wanted a way to easily see if potential funny license plates were available in a given state, but I&#x27;ve also started using it at car shows when I&#x27;m curious which engine or transmission is in a car.<p>It most cases the plate can be matched to a VIN using DMV data, and then some information about the vehicle can be decoded into basic car specs<p>You can also purchase a full vehicle history report which uses data from the NMVTIS and other services to show accident history, previous titles, and salvage issues.<p>The site is built using the Laravel framework and connects to a bunch of APIs like the DOT and NHTSA for Safety and recall information.<p>This is my first time running Laravel on AWS Lambda so let me know how the site feels to you

16 条评论

hk1337超过 1 年前
Seems weird to call it a decoder. There&#x27;s no correlation between VIN and plate other than a plate is assigned to a VIN when it is registered. It&#x27;s not like the plate number is generated based on the value of the VIN.
评论 #37821340 未加载
评论 #37821547 未加载
blincoln超过 1 年前
I&#x27;m surprised plate-to-VIN information is publicly available for Washington state, at least. The DOL here will let you renew tabs online[1] using just the plate number and last four digits of the associated VIN.[2] I&#x27;m sure there must be some interesting fraud and&#x2F;or harassment potential for being able to access someone else&#x27;s account.<p>Edit: just to be clear, I&#x27;m not saying there&#x27;s anything wrong with building an app that uses the data. I&#x27;m surprised the data is available from the DOL, given that they use it for authentication.<p>[1] And update one&#x27;s mailing address information, AFAIK.<p>[2] <a href="https:&#x2F;&#x2F;fortress.wa.gov&#x2F;dol&#x2F;extdriveses&#x2F;NoLogon&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;fortress.wa.gov&#x2F;dol&#x2F;extdriveses&#x2F;NoLogon&#x2F;</a>
评论 #37821334 未加载
评论 #37865857 未加载
tedchs超过 1 年前
FYI, there are various other front-ends for NMVTIS data here: <a href="https:&#x2F;&#x2F;vehiclehistory.bja.ojp.gov&#x2F;nmvtis_vehiclehistory" rel="nofollow noreferrer">https:&#x2F;&#x2F;vehiclehistory.bja.ojp.gov&#x2F;nmvtis_vehiclehistory</a>
评论 #37822586 未加载
评论 #37821499 未加载
seabass-labrax超过 1 年前
The British DVLA already provides a similar service for cars registered in the UK:<p><a href="https:&#x2F;&#x2F;vehicleenquiry.service.gov.uk&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;vehicleenquiry.service.gov.uk&#x2F;</a>
jdeisenberg超过 1 年前
Interesting application, but my license plate (yes, I did renew the registration earlier this year) appears to not exist. The VIN number search gives the correct results.<p>[Edit: the results page should say “active lien” rather than ”active Lein”]
评论 #37821171 未加载
k4rli超过 1 年前
&gt; Check any plate<p>&gt; Checks only American plates<p>Alrighty then
评论 #37821560 未加载
joezydeco超过 1 年前
Your &quot;age&quot; calculation is broken.
评论 #37820820 未加载
评论 #37820827 未加载
评论 #37821177 未加载
Svip超过 1 年前
What does &quot;That is not a valid VIN&quot; indicate? Does it just mean the VIN wasn&#x27;t found, or do you actually verify that the VIN lives up to specifications? I entered a VIN that I know is valid, but has never had US plates (but has been in the US and US insured), and it claimed it was invalid.
评论 #37821508 未加载
dharmab超过 1 年前
Vehicles with less an a 1L engine get converted to float- might want to convert to cubic centimeters instead
评论 #37821554 未加载
hiatus超过 1 年前
How do you get the DMV data?
评论 #37821521 未加载
sprior超过 1 年前
Is the raw data available anywhere in parseable format? I&#x27;d be curious about looking up new license plates recognized by my home automation image recognition system in my driveway.
评论 #37823015 未加载
madmod超过 1 年前
It says my 2018 tesla is 2023 years old
评论 #37820976 未加载
评论 #37821182 未加载
dinkleberg超过 1 年前
This looks great, nice work!
jumby超过 1 年前
DPPA and your EULAs might have something to say about this.
评论 #37821110 未加载
Faaak超过 1 年前
CheckAnyPlateAsLongAsItsAnUSOne would be an even greater name :-)
评论 #37820980 未加载
评论 #37821258 未加载
0ct4via超过 1 年前
The license plate isn&#x27;t incorporated into the VIN in any form though, so this is demonstrably -- and literally -- <i>not</i> decoding.<p>&quot;Identifier&quot; or &quot;Finder&quot; maybe, but not in any way a decoder...<p>A &quot;VIN decoder&quot; would take a VIN and identify the World Manufacturer Identifier (country of origin &#x2F; manufacturer), vehicle descriptor, model year, manufacturing plant, and production number -- but <i>not</i> the license plate.
评论 #37821532 未加载