top of page

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

MotorWeb - Data Insights Icon - Colour.png

Basic Vehicle Information Chassis Check MotorCheck Asset Check

MotorWeb - Real Time Reporting Icon - Colour.png

Market Valuation Fleet Pricing Pre-Accident Valuation Market Overlay

MotorWeb - Valuations Icon - Colour.png

Current Owner check Confirm Owner Driver Check

Vehicle Identification
Real-time vehicle data API New Zealand providing instant VIN, rego, and PPSR checks for used car buyers and businesses
Hyundai Veloster N

Number Plate

ABC123

Manufacturer

Hyundai

Year

2025

Model

Veloster

Series

N

Body Type

Coupe

Transmission

Manual

Fuel Type

Petrol

Instantly access vehicle details

Enter a car’s number plate and our API will deliver comprehensive details in seconds. Choose from a variety of data products to get the exact information you need.

Simplify car detail sharing for users

Eliminate user error and create a seamless experience with automatic prefilled vehicle data in just a few clicks.

VIN

SEATS

SERIES

ENGINE CYLINDERS

MODEL YEAR

DOORS

MODEL

DRIVE

BUILD YEAR

TRANSMISSION

MAKE

FUEL TYPE

VARIANT

ENGINE SIZE LITRES

BODY STYLE

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.

We offer a range of vehicle data products and services that create countless productivity and financial benefits at quotation, policy renewal and claim time, and beyond. MotorWeb can provide a broad range of vehicle data by API...

We offer a range of vehicle data products and services that create countless productivity and financial benefits at quotation and renewal time. MotorWeb can provide a broad range of vehicle data by API...

Take the pain out of vehicle selection with a simple registration plate match to the motor vehicle, removing the ambiguity between make, model, series and other vehicle characteristics...

MotorWeb powers the vehicle transactions of many of the largest marketplaces and automotive E-commerce platforms in Australasia including New Zealand's largest classifieds marketplace Trade Me...

Whether you are in the parking sector, toll operations or general traffic management, Motorweb can offer a variety of different products that can be easily integrated with LPR cameras to provide accurate vehicle data, assist with enforcement or improve your customers onboarding experience

MotorWeb can provide a number of useful and reliable vehicle data points to help improve Road Side Assistance and vehicle recovery. Our data can be used to help understand and validate basic vehicle information like make, model and colour. We can also tell you the size, weight and powertrain of a vehicle...

Whether you are in the parking sector, toll operations or general traffic management, Motorweb offers a variety of different products that can be easily integrated with LPR cameras to provide accurate vehicle data, assist with enforcement or improve your customers onboarding experience...

Dealerships across New Zealand have trusted MotorWeb to get their vehicle data for years – trusted, reliable information, the way you want to use it. By leveraging MotorWeb’s vehicle data, your dealership will be able to streamline operations and improve customer confidence, and make faster, smarter sales decisions...

shutterstock_2083209724.jpg

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.

{

}

MotorWeb - Auto Desription API Data - Icon.png

Vehicle
Information Report

MotorWeb - Auto Report API Data - Icon.png

Vehicle
Valuations

MotorWeb - Auto ID API Data - Icon.png

Basic Vehicle Information

MotorWeb - Auto Report PLUS API Data - Icon.png

Chassis Check
+ Redbook

MotorWeb - Written Off Vehicle Report - API Data - Icon.png

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}")

bottom of page