Convert US License Plate to VIN

Easily convert a US license plate to a VIN number by providing the plate and state.

Log in to see full request history

To make an API call to our server, it's really simple. Aside are some code examples.

Each API call will charge your account $0.05. If you make a request regarding a plate and VIN you previously did a lookup for, you will not be charged again.

A successful response will return the following with a response code of 200. The easiest way to determine the success of the conversion is to check the value of the success property in the returned JSON, this will only return true if there was a successful conversion to a VIN.

Any unsuccessful response will look like this, any time a response fails, the success property will be false and there will always be a message property letting you know what went wrong.

Body Params
string

US License Plate

string

US 2 Letter State Code - ISO 3166-2:US

Headers
string

Pass your API Key to this endpoint

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json