Logistics API

Dutch Vehicle Lookup API

Look up any Dutch vehicle by licence plate. Returns brand, model, fuel type, MOT expiry date and more directly from the official RDW register.

Live data from the RDW open register

Pass a Dutch licence plate and receive the complete vehicle record from the national RDW database.

  • Brand, model & colour
  • Fuel type & engine capacity
  • First admission date
  • MOT expiry date
  • Empty weight (kg)

Request

curl "https://api.omnizoek.nl/v1/logistics/vehicle?license_plate=XX999X" \
  -H "X-API-Key: omni_test_..."

Response

{
  "license_plate": "XX999X",
  "brand": "Volkswagen",
  "model": "Golf",
  "color": "Grey",
  "fuel_type": "Petrol",
  "first_admission": "2019-04-01",
  "mot_expiry": "2026-04-01",
  "weight_empty": 1275,
  "cylinder_capacity": 1498
}

Use cases

🚛

Fleet management

Automatically enrich vehicle records with brand, model and MOT date from the licence plate.

🔧

Garage & repair software

Prefill work orders: customer enters licence plate, your app fills in the rest.

📦

Logistics & transport

Verify that vehicles in your fleet are road-legal and have a valid MOT certificate.

🏢

Leasing & insurance

Validate licence plate against owner data. Instantly check vehicle specs for quotes.

1,000 free calls per month

No credit card required. Then €0.005 per call.

Get API key