For the complete documentation index, see llms.txt. This page is also available as Markdown.

VIN & Registration Conversion

Reverse lookup a registration and state from VIN Number

You can use this service to convert a VIN to Registration or the same in reverse. This can be useful when you require only that datapoint and no other descriptive information about the vehicle. If you need more data like year, make or model you should use the standard registration search endpoint.

Get vehicle registration details by VIN

get

Get vehicle registration details by VIN

Authorizations
ApiKeystringRequired
Path parameters
vinanyRequired

The VIN number to lookup

Query parameters
regionanyOptional

The region to perform this request in

Example: au
reference_idanyOptional

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

Responses
200

Success

No content

get/v2/vehicles/vins/{vin}/registration
GET /v2/vehicles/vins/{vin}/registration HTTP/1.1
Host: api.autograb.com.au
ApiKey: YOUR_API_KEY
Accept: */*

No content

Example Usage

Convert a VIN to a plate

You can convert a VIN to its current related registration plate and state using the request below.

Convert a plate and state to a VIN

You can convert a plate and state to its current related VIN using the request below.

Last updated

Was this helpful?