Search Vehicle by VIN

The Vehicle Registration API allows you to search for a vehicle by supplying its VIN. The request requires a VIN provided as a path variable. This will return either a matching vehicle or a null.

It is critical that the confidence of the match is checked. MotorWeb will seek to always provide a match however there may be instances where a definitive match is not possible, or the vehicle is very rare and not in our database.

Possible confidence scores are:

  • standard

  • reduced

  • degraded

  • failed

Any confidence score below standard should be investigated.

In all cases, and importantly if a matching vehicle is unable to be identified, we will return the upstream_vehicle field allowing you to identify how the relevant road transport authority describes the vehicle.

Depending on your use case you may wish to allow front-end users to manually classify the vehicle using the upstream_vehicle as a guide to fill out a Facet-style search.

Retrieve Vehicle By VIN

get

Retrieve a vehicle by its Vehicle Identification Number

Path parameters
vinstringRequired

VIN of the vehicle

Example: JMFXTGA2WBZ004048
Query parameters
reference_idstringOptional

An optional reference id which will be stored against usage records if supplied

Example: MY_REFERENCE_123
Responses
chevron-right
200

Vehicle Response

application/json
get
/v1/vehicles/vin/{vin}

Last updated