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.

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