UK-EN

VIN Decode (US)

US VIN Decoder providing 22 fields of core specification data.

Suitable for accurate vehicle identification and record creation,  for a searchable vehicle databases.


Key Features

VIN Lookup

VIN lookup for precise identification

Make, Model & Trim

Reliable vehicle identification including trim and year

Drive and Power

Drivetrain and powertrain data

Engine

Engine description, size, fuel type and MPG data

Categorisation

Vehicle and body type, doors and seats

Dimensions

Overall length, width and height in inches

Pricing

PAYG
20p
Per Use

Pricing

PlanGBPEURUSD
PAYG (Per Use)20p23c25c
Business (Per Use)12p14c15c
Enterprise (Per Use)6p7c8c

Sample Response

Documentation

Introduction

Basic VIN decoder for the US providing 22 fields of core specification data.

Header

When making calls to our API, include the following header:

x-api-key:your-api-key-here

Example Request

https://api.oneautoapi.com/oneauto/vindecodebasic/us?vehicle_identification_number=AB1DE1F34GAJ78910

Example Sandbox Request

https://sandbox.oneautoapi.com/oneauto/vindecodebasic/us?vehicle_identification_number=AB1DE1F34GAJ78910

Request Parameters

vehicle_identification_number
mandatory, string, e.g. AB1DE1F34GAJ78910
Vehicle identification number (VIN).

Sample Response

{
  "success": true,
  "result": {
    "vehicle_data": {
      "vehicle_identification_number": "AB1DE1F34GAJ78910",
      "model_year": 2017,
      "manufacturer_desc": "Porsche",
      "model_range_desc": "Macan",
      "trim_desc": "GTS",
      "body_type_desc": "SUV",
      "vehicle_type": "Truck",
      "transmission_desc": "Automatic",
      "drivetrain_desc": "4WD",
      "powertrain_desc": "Combustion",
      "engine_desc": "3.0L V6",
      "engine_badged_size_litres": 3,
      "number_cylinders": 6,
      "fuel_type_desc": "Premium Unleaded",
      "highway_mpg": 23,
      "city_mpg": 17,
      "number_doors": 5,
      "number_seats": 5,
      "vehicle_length_in": 186.1,
      "vehicle_height_in": 64,
      "vehicle_width_in": 76.2
    }
  },
  "error": "If there is an error the message would go here"
}

Response Parameters

success
e.g. true
Whether the api call was successful
vehicle_identification_number
e.g. AB1DE1F34GAJ78910
Vehicle identification number (VIN).
model_year
e.g. 2017
Model Year
manufacturer_desc
e.g. Porsche
Manufacturer description
model_range_desc
e.g. Macan
Model range description.
trim_desc
e.g. GTS
Trim description
body_type_desc
e.g. SUV
The body type description
vehicle_type
e.g. Truck
Class of vehicle.
transmission_desc
e.g. Automatic
The vehicle's transmission type
drivetrain_desc
e.g. 4WD
Drivetrain
powertrain_desc
e.g. Combustion
Powertrain description
engine_desc
e.g. 3.0L V6
Engine description
engine_badged_size_litres
e.g. 3
Engine badged size in litres.
number_cylinders
e.g. 6
Number of cylinders within the engine.
fuel_type_desc
e.g. Premium Unleaded
The vehicle's fuel type description
highway_mpg
e.g. 23
Highway miles per gallon fuel consumption
city_mpg
e.g. 17
City miles per gallon fuel consumption
number_doors
e.g. 5
Number of doors.
number_seats
e.g. 5
Number of seats.
vehicle_length_in
e.g. 186.1
Vehicle length in inches
vehicle_height_in
e.g. 64
Vehicle height in inches
vehicle_width_in
e.g. 76.2
Vehicle width in inches
error
e.g. If there is an error the message would go here
Details of what went wrong with the api call

Status Codes

200
success, chargeable
Request has been successfully received and a response has been sent.
202
accepted, non-chargeable
Request has been received and accepted for processing, but the action has not yet been completed.
204
no content, non-chargeable
Request has been successfully received but there is no content to return e.g. if an invalid VRM has been sent.
206
partial content, non-chargeable
Request has been successfully received but limited content is returned e.g. if an invalid VRM has been sent.
400
bad request, non-chargeable
Request was not received e.g. if any required parameters are missing.
403
forbidden, non-chargeable
Request was rejected e.g. if the API key is invalid or the service is not enabled.
429
too many requests, non-chargeable
API key rate limit/quota has been exceeded.
500
internal server error, non-chargeable
We are unable to process the request e.g. if the API is under extremely heavy load.
503
service unavailable, non-chargeable
Service is temporarily unavailable. Contact help@oneautoapi.com

Also Available From One Auto API