Logistics 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.
Pass a Dutch licence plate and receive the complete vehicle record from the national RDW database.
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
}Automatically enrich vehicle records with brand, model and MOT date from the licence plate.
Prefill work orders: customer enters licence plate, your app fills in the rest.
Verify that vehicles in your fleet are road-legal and have a valid MOT certificate.
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.