License Plate Decoding

Vehicle Identification Numbers (VIN) are long. Stop typing them out. VINs play a important roll in the automotive industry whether that being for software, parts catalogs, insurance companies etc. 17 digit VINs are a hassle, they're often mistyped or entered incorrectly.

Our North American Vehicle Database, which includes passenger cars, motorcycles, atvs, light and heavy trucks and trailers is the most up to date source to ensure that you can successfully retrieve information from a license plate. We cover all vehicles 1981-present as long as the registration is up to date and actively registered.

Learn more

Example

{
"error": false,
"query_time": "0.0061s",
"code": 200,
"message": "API OWNED AND CREATED BY LICENSEPLATEDATA.COM",
"requestIP": "127.0.0.2",
"query": "H37SFS:NJ",
"request_left": 2500,
"licensePlateLookup": {
"vin": "1GNSCGKC0JR318026",
"year": "2018",
"make": "Chevrolet",
"model": "Suburban",
"trim": "LS Sport Utility 4D",
"name": "2018 Chevrolet Suburban",
"engine": "5.3L V8 OHV 16V",
"style": "SUV",
"transmission": "Automatic",
"driveType": "FWD",
"fuel": "Hybrid",
"color": {
"name": "Black",
"abbreviation": "BLK"
},
"image": {
"imageFound": true,
"url": "https:\/\/cdn.licenseplatedata.com\/image\/@MjAxOGNoZXZyb2xldHN1YnVyYmFuLWxpY2Vuc2VwbGF0ZWRhdGEuY29t?size=small"
}
}
}

License Plate Decode Demo