Easily convert a US license plate to a VIN number by providing the plate and state.
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.