Discover/CarJam API
live

CarJam APIcarjam.co.nz

Look up New Zealand vehicles by plate, VIN, or chassis. Returns registration, WOF/COF status, odometer history, damage records, and specs from the NZ Motor Vehicle Register.

Endpoint health
verified 3d ago
vehicle_lookup
1/1 passing latest checkself-healing
Endpoints
1
Updated
26d ago

What is the CarJam API?

The CarJam API exposes a single vehicle_lookup endpoint that returns 10+ structured fields for any New Zealand vehicle identified by plate number, VIN, or chassis number. Data sourced from the NZ Motor Vehicle Register includes registration details, WOF/COF fitness status, odometer history with consistency flags, and damage records — covering the full lifecycle information buyers and fleet operators need before making decisions.

Try it
Vehicle Identification Number. At least one of plate, vin, or chassis must be provided.
NZ vehicle plate number (e.g. HGS941). At least one of plate, vin, or chassis must be provided.
Chassis number. At least one of plate, vin, or chassis must be provided.
api.parse.bot/scraper/649cb50f-9a0d-46da-bc01-fdd1b577eba2/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/649cb50f-9a0d-46da-bc01-fdd1b577eba2/vehicle_lookup?vin=WAUZZZ4L78D015070&plate=HGS941&chassis=DY5W-413724' \
  -H 'X-API-Key: $PARSE_API_KEY'
Python SDK · recommended

Typed, relational, agent-ready

A generated client with real types, enums, and the links between objects — the structure a flat JSON response can't carry. Autocompletes in your editor and reads cleanly to coding agents.

  • Fully typed · autocompletes
  • Objects link to objects
  • Typed errors & pagination

Typed Python client. Set up the SDK in your uv project, then pull this API’s typed client:

uv add parse-sdk
uv run parse init
uv run parse add --marketplace carjam-co-nz-api

uv run parse add --marketplace pulls a pinned snapshot of this canonical API — it won’t change underneath you. To customize it, subscribe and swap to your own copy.

"""CarJam NZ Vehicle Lookup — look up NZ vehicles by plate, VIN, or chassis."""
from parse_apis.carjam_nz_vehicle_lookup_api import CarJam, VehicleNotFound

client = CarJam()

# Look up a vehicle by plate number
vehicle = client.vehicles.get(plate="HGS941")
print(f"{vehicle.year} {vehicle.make} {vehicle.model} — {vehicle.colour} {vehicle.body_style}")
print(f"  Plate: {vehicle.plate}, VIN: {vehicle.vin}")
print(f"  Fuel: {vehicle.fuel_type}, CC: {vehicle.cc_rating}, Seats: {vehicle.seats}")

# Inspect nested registration details
reg = vehicle.registration
print(f"  Registered: {reg.date_of_first_registration_in_nz}, Origin: {reg.origin}")

# Check odometer history
odo = vehicle.odometer
print(f"  Odometer consistent: {odo.is_consistent}, Usage: {odo.usage_level}")
if odo.history:
    latest = odo.history[0]
    print(f"  Latest reading: {latest.reading} {latest.unit} on {latest.date}")

# Check stolen status and damage history
print(f"  Stolen list: {vehicle.stolen_status.police_stolen_list}")
print(f"  Flood damage: {vehicle.damage_history.flood_damage}")

# Handle a vehicle that doesn't exist
try:
    client.vehicles.get(plate="ZZZZZZ999")
except VehicleNotFound as exc:
    print(f"Not found: {exc}")

print("Exercised: vehicles.get (by plate), nested registration/odometer/stolen_status/damage_history access")
All endpoints · 1 totalmissing one? ·

Look up a vehicle by plate number, VIN, or chassis number. Returns comprehensive vehicle information including registration, fitness (WOF/COF), licensing, odometer history, and damage records from the NZ Motor Vehicle Register. At least one identifier must be provided.

Input
ParamTypeDescription
vinstringVehicle Identification Number. At least one of plate, vin, or chassis must be provided.
platestringNZ vehicle plate number (e.g. HGS941). At least one of plate, vin, or chassis must be provided.
chassisstringChassis number. At least one of plate, vin, or chassis must be provided.
Response
{
  "type": "object",
  "fields": {
    "vin": "string - Vehicle Identification Number",
    "make": "string - vehicle make",
    "year": "string - year of manufacture",
    "model": "string - vehicle model",
    "plate": "string - NZ plate number",
    "seats": "string - number of seats",
    "colour": "string - main colour",
    "chassis": "string - chassis number",
    "fitness": "object - WOF/COF inspection information",
    "odometer": "object - odometer readings, consistency, and history array",
    "cc_rating": "string - engine CC rating",
    "fuel_type": "string - fuel type",
    "licensing": "object - licence type and expiry",
    "body_style": "string - body style",
    "popularity": "string - popularity ranking among NZ vehicles",
    "registration": "object - registration details including status, dates, and origin",
    "vehicle_type": "string - vehicle type classification",
    "assembly_type": "string - assembly type",
    "engine_number": "string - engine number",
    "stolen_status": "object - stolen status information",
    "damage_history": "object - flood damage and write-off records",
    "country_of_origin": "string - country of origin"
  },
  "sample": {
    "data": {
      "vin": "7AT0C12HX13413724",
      "make": "MAZDA",
      "year": "2007",
      "model": "DEMIO",
      "plate": "HGS941",
      "seats": "5",
      "colour": "White",
      "chassis": "DY5W-413724",
      "fitness": {
        "cof_required": "No",
        "wof_required": "Yes"
      },
      "odometer": {
        "history": [
          {
            "date": "2021-06-11",
            "unit": "km",
            "source": "WOF Inspection",
            "reading": "163763"
          }
        ],
        "usage_level": "11,500/year",
        "is_consistent": "No",
        "subject_to_ruc": "No"
      },
      "cc_rating": "1,490cc(1.5l)",
      "fuel_type": "Petrol",
      "licensing": {
        "licence_expiry": "May be in Report"
      },
      "body_style": "Car: Hatchback",
      "popularity": "5,061 vehicles in New Zealand (91st)",
      "registration": {
        "origin": "Import from Japan",
        "plate_type": "Standard",
        "vehicle_usage": "Private Passenger vehicle",
        "registered_overseas": "Yes",
        "cause_of_latest_registration": "Used",
        "date_of_first_registration_in_nz": "07-Feb-2014",
        "previous_country_of_registration": "Japan"
      },
      "vehicle_type": "Passenger Car/Van",
      "assembly_type": "Imported Built-Up",
      "engine_number": "ZY-3733223",
      "stolen_status": {
        "police_stolen_list": "No Records."
      },
      "damage_history": {
        "flood_damage": "No records",
        "statutory_write_off": "No records"
      },
      "country_of_origin": "Japan"
    },
    "status": "success"
  }
}

About the CarJam API

What the API Returns

The vehicle_lookup endpoint accepts at least one of three identifiers: plate (e.g. HGS941), vin, or chassis. The response includes core vehicle identity fields — make, model, year, colour, seats, vin, chassis, and plate — giving you a complete spec fingerprint for any NZ-registered vehicle.

Fitness and Odometer Objects

Two structured objects carry the most operationally useful data. The fitness object contains WOF (Warrant of Fitness) or COF (Certificate of Fitness) inspection information, indicating whether the vehicle currently meets NZ roadworthiness requirements and when it was last inspected. The odometer object includes current and historical readings, plus a consistency flag that indicates whether reported mileage aligns across inspections — useful for detecting odometer tampering during private vehicle purchases.

Coverage and Identifiers

All lookups target the New Zealand Motor Vehicle Register. The API is designed around NZ plate formats but also accepts VINs and chassis numbers for cases where a physical plate is unavailable or the vehicle is not yet registered. At least one of plate, vin, or chassis is required per request; supplying more than one can help disambiguate results when identifiers overlap.

Practical Scope

The response does not currently include ownership history, financial encumbrance (PPSR) checks, or import compliance documentation. What it does cover — registration status, fitness compliance, odometer trajectory, and damage records — is sufficient for standard pre-purchase due diligence and ongoing fleet compliance monitoring.

Reliability & maintenanceVerified

The CarJam API is a managed, monitored endpoint for carjam.co.nz — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when carjam.co.nz changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official carjam.co.nz API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
3d ago
Latest check
1/1 endpoint passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Pre-purchase vehicle checks: verify WOF/COF status and odometer consistency before buying a used car
  • Fleet management: batch-check registration and fitness expiry dates across a company vehicle pool
  • Stolen vehicle screening: surface damage records and registration anomalies for vehicles at auction
  • Insurance underwriting: pull make, model, year, and chassis data to pre-fill policy applications
  • Odometer fraud detection: compare historical odometer readings using the odometer history array
  • Dealer inventory verification: confirm plate-to-VIN matches and specs for listed stock
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does CarJam have an official developer API?+
CarJam offers a paid data API for commercial use at https://www.carjam.co.nz/api/. The Parse API provides structured access to the same vehicle data through a consistent REST interface without requiring a separate CarJam account or contract.
What does the `fitness` object actually contain?+
The fitness field returns WOF or COF inspection information for the vehicle. This includes current compliance status and inspection dates. Light passenger vehicles typically carry a WOF; heavier commercial vehicles carry a COF. The field reflects the most current status available from the NZ Motor Vehicle Register.
Does the odometer field just return a single reading?+
No. The odometer object includes a history array of past readings, a current value, and a consistency indicator. The consistency flag lets you identify cases where recorded mileage appears to have decreased between inspections, which can signal odometer tampering.
Does this API cover PPSR (financial encumbrance) or security interest checks?+
Not currently. The API covers registration status, WOF/COF fitness, odometer history, and damage records from the NZ Motor Vehicle Register. PPSR security interest data (loans, leases, encumbrances) is a separate New Zealand register. You can fork this API on Parse and revise it to add an endpoint targeting PPSR lookups.
Can I look up vehicles registered in Australia or other countries?+
Not currently. The vehicle_lookup endpoint is scoped to the New Zealand Motor Vehicle Register. Plate formats, VINs, and chassis numbers from other jurisdictions will not return results. You can fork this API on Parse and revise it to target Australian state registers or other vehicle data sources.
Page content last updated . Spec covers 1 endpoint from carjam.co.nz.
Related APIs in AutomotiveSee all →
clalbit.co.il API
Verify vehicle insurance coverage status in real-time by entering a license number and date to check if a vehicle has active insurance with Clal Insurance. Instantly confirm insurance validity and coverage details for any registered vehicle.
biluppgifter.se API
Look up Swedish vehicle details, valuations, ownership information, and complete history using registration plates or partial matches. Search by vehicle make, access fleet statistics, and get current market valuations all from the official Swedish vehicle registry.
cheki.co.ke API
Search and browse vehicles on Cheki Kenya's automotive marketplace, view detailed information about specific cars, and discover dealer profiles and inventory. Filter your vehicle search by available metadata to find exactly what you're looking for.
carfax.com API
carfax.com API
cardekho.com API
Search and browse used and new car listings with detailed vehicle information, pricing, and specifications from CarDekho.com. View immersive 360-degree vehicle imagery to inspect cars from every angle before making a purchase decision.
sgcarmart.com API
Search and compare used cars on Singapore's market with detailed pricing, specifications, and deregistration values. Get comprehensive information on vehicle models, features, and market statistics to make informed buying decisions.
cars.com API
Search for vehicles on Cars.com using filters like price, make, and model, then get detailed specifications and dealer inventory information for any listing you're interested in. Access comprehensive vehicle details including pricing, features, and dealer contact information all in one place.
edmunds.com API
Search new and used car inventory on Edmunds by make, model, year, condition, and location. Retrieve detailed specs, pricing, history, and dealer info by VIN, and browse all available car makes.