Documentation

API URL


POST /decode

Headers
Code
Content-Type: application/json
Body Parameters


Example Request

Code
{
  "vin": "1HGCM82633A004352"
}

Successful Response

Status
HTML
200 OK
Body
Code
{
  "vin": "1HGCM82633A004352",
  "make": "HONDA",
  "model": "Accord",
  "year": "2003"
}

Error Response

Example
Code
400 INVALID_INPUT – If input fields are missing or malformed
400 INVALID_CHECKSUM – If VIN fails ISO 3779 checksum
500 NHTSA_ERROR – If NHTSA service fails or returns error

Last Updated:  May 4, 2026