Discover/carjam.co.nz API
live

carjam.co.nz 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.

Endpoints
1
Updated
14d ago
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 prov
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.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/649cb50f-9a0d-46da-bc01-fdd1b577eba2/vehicle_lookup?plate=HGS941' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

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 (14% more than average of 10,100/year)",
        "is_consistent": "No",
        "subject_to_ruc": "No"
      },
      "cc_rating": "1,490cc(1.5l)",
      "fuel_type": "Petrol",
      "licensing": {
        "licence_expiry": "May be in Report",
        "latest_licence_issued_on": "May be in Report"
      },
      "body_style": "Hatchback",
      "popularity": "5,079 vehicles in New Zealand(90th)",
      "registration": {
        "origin": "Importfrom 🇯🇵 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.Beware. Updated one hour ago."
      },
      "damage_history": {
        "flood_damage": "No records@2026-May-07 15:00",
        "statutory_write_off": "No records@2026-May-07 15:00"
      },
      "country_of_origin": "🇯🇵 Japan"
    },
    "status": "success"
  }
}

About the carjam.co.nz 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.

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.

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,000250 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 →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
riyasewana.com API
Browse vehicle listings from Sri Lanka's largest marketplace, search by category and filters, and access detailed information about specific cars, bikes, and other vehicles. Get comprehensive vehicle data including listings organized by category to find exactly what you're looking for.
CarJam NZ Vehicle Lookup API · Parse