

Powering New Zealand Vehicle Data API Solutions for:
Gain access to millions of comprehensive data points across New Zealand motor vehicles, motorbikes and trucks

Vehicle data and insights, tailored to your needs
Vehicle Identification

Hyundai Veloster N
Number Plate
ABC123
Manufacturer
Hyundai
Year
2025
Model
Veloster
Series
N
Body Type
Coupe
Transmission
Manual
Fuel Type
Petrol
Find My Vehicle
Vehicle Number Plate
Number Plate
ABC123
Manufacturer
Audi
Year
2015
Model
A4
Series
Quattro
Body Type
Sedan
Transmission
Automatic
Fuel Type
Petrol
Empowering key industries with accurate vehicle data
From dealerships and insurers to lenders, fleet managers and government platforms — we support the businesses that keep New Zealand moving. MotorWeb’s vehicle data API seamlessly integrates into your systems, streamlining everything from customer verification to asset valuations. Whether you're building smarter workflows or delivering better customer experiences, our data helps you do it with confidence.

A full data suite of vehicle intelligence at your fingertips
Access our extensive vehicle database, with new datasets added regularly—so you’re always equipped with the latest and most detailed insights.
{
}

Vehicle
Information Report

Vehicle
Valuations

Basic Vehicle Information

Chassis Check
+ Redbook

Asset
Check
Lightning fast, developer ready API that's easy to use
Our APIs are designed to seamlessly integrate with your existing systems, enabling you to streamline your operations and improve your customer experience as well as increase productivity and reduce risk. Stay ahead of the competition with the latest in automotive technology, and contact us today to learn more about our API products.
API_KEY = 'your_motorweb_api_key'
BASE_URL = 'https://api.motorweb.com/v1/vehicles'
params = {
'plate': 'ABC123',
'country': 'AU'
}
if response.status_code == 200:
data = response.json()
print("Vehicle Data:")
print(data)
else:
print(f"Error {response.status_code}: {response.text}")