🇺🇸Vehicle Information
Service to query US vehicles using their license plate and the state they belong to.
United States Vehicle Information
GET - https://api.verifik.co/v2/usa/vehicle
This service allows you to retrieve detailed information about a vehicle in the United States using its license plate and state. The response includes various data points such as make, model, model year, engine configuration, body class, transmission style, and more.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required? | Description | Example |
---|---|---|---|---|
plate | String |
| License plate to be queried, without spaces or dots. |
|
state | String |
| Abbreviation of the state where the vehicle is registered. |
|
Request
Response
Last updated