Auto.dev

Plate to VIN

Convert a US license plate number to its corresponding Vehicle Identification Number (VIN) with basic vehicle information

GET
/plate/{state}/{plate}

Path Parameters

statestring
platestring

Response Body

curl -X GET "https://www.auto.dev/api/plate/string/string"
{
  "vin": "string",
  "message": "string"
}