Registration Plate Search

Find vehicle information from a registration plate.

Overview

The Vehicle Registration API allows you to search for a vehicle by supplying its number plate. The request requires a region, the state (dependent on region), the number plate, and the API key. It will return either a matching vehicle or a null.

If a matching vehicle cannot be identified in all cases, we will return the upstream_vehicle field, allowing you to identify how the relevant road transport authority describes the car. Depending on your use case, you may wish to allow front-end users to manually classify the vehicle using the guide to fill out a Facet-style search.

Get a vehicle by its registration number

get

Get a vehicle by its registration number

Authorizations
ApiKeystringRequired
Path parameters
plate_numberstringRequired

Plate number of the registered vehicle

Query parameters
statestringOptional

State is used in the AU region to narrow down a numberplate

prefer_more_resultsbooleanOptional

If enabled, a larger selection of vehicles may be returned and a manual selection would be required to select the correct vehicle. This is disabled by default in favor of a system which will infer the correct vehicle and order the results by likelihood of behind correct.

featuresstringOptional

Comma separated list of additional registration lookup data codes, if using (e.g. additional_upstream_data)

regionstring · enumOptional

The region to perform this request in

Possible values:
reference_idstringOptional

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

Responses
200

Success

application/json
successbooleanOptionalDefault: true
upstream_vehiclestringOptional

The raw vehicle description. It is recommended that end users manually verify that this value corresponds to the same vehicle type as the "vehicle" object above.

confidencestring · enumOptional

The confidence that the vehicle was matched correctly. If this is 'reduced', it's recommended to manually check or prompt your end user to check if the vehicle is correct.

Possible values:
colourstringOptional

The colour of the vehicle, if known

vinstringOptional

The VIN of the vehicle, if known

extended_dataanyOptional

Extended Data vehicle description product which can be selected by providing the appropriate query parameter

writeoff_infoobjectOptional
get
/v2/vehicles/registrations/{plate_number}

Example Response

The response below is a standard quality response for a vehicle search based on plate and state.

The State Parameter

This is a required parameter for the region. You must send the state in its short format; you can use the extended format for front-end purposes if necessary.

State (Short
State (Long)

NSW

New South Wales

NT

Northern Territory

QLD

Queensland

SA

South Australia

TAS

Tasmania

VIC

Victoria

WA

Western Australia

ACT

Australian Capital Territory

Features

You can request more data than the standard payload by leveraging a range of features described below. You can request one or many features at once in a comma separated list.

Refer to the Vehicle Search Feature page for a full list of supported features.

Last updated

Was this helpful?