Live · 4 databronnen · 15 endpoints

Eén API voor alle Nederlandse overheidsdata

RDW voertuigdata, KvK bedrijfsgegevens en CBS regionale statistieken — verenigd in één schone JSON API. Geen trage portals, geen CSV dumps, geen afzonderlijke accounts. Eén API key, alle data.

RDW voertuigdata KvK bedrijfsgegevens CBS regionale data BAG adressen ✓ Gratis tier
8M+
Voertuigen in RDW
5M+
Bedrijven in KvK
380+
CBS tabellen
15
API endpoints

Eén API. Alle overheidsdata.

Nederlandse overheden publiceren enorme hoeveelheden open data — voertuiginfo bij de RDW, bedrijfsgegevens bij de KvK, economische statistieken bij het CBS. Maar elke bron heeft een eigen portal, eigen API, eigen format en eigen beperkingen.

Dutch Data API verenigt deze bronnen in één API. Eén endpoint, één API key, één consistent JSON format. Inclusief cross-source enrichment: combineer voertuig-, bedrijfs- en regiodata in één call.

Voor wie?

Concrete use cases per doelgroep:

🚗

Verzekeraars

Risico-inschatting op kenteken: APK-status, voertuigtype, emissieniveau, brandstof, leeftijd, gewicht.

GET /api/v1/vehicle/KJD02B
🚚

Leasemaatschappijen

Fleet intelligence: merk- en typeverdeling, brandstoftrends, leeftijdsanalyse per regio.

GET /api/v1/stats/vehicles?groupBy=brand
📊

Marketeers & B2B

B2B targeting: zoek bedrijven op SBI-code, regio of naam. Combineer met regionale economische data.

GET /api/v1/companies?naam=transport
🏢

Consultants

Marktanalyses: hoeveel transportbedrijven in regio X? Welke voertuigen rijden daar? Sector groei of krimp?

GET /api/v1/analysis/regional-fleet?regio=Amsterdam
🏠

Vastgoedbeleggers

Regio-analyse: demografie, economische kerncijfers en voertuigdichtheid per gemeente.

GET /api/v1/cbs/regional?regio=Amsterdam
🔧

Autobedrijven

Voertuiglookup en markttrends: merk- en typeverdeling, brandstofverschuiving, APK-verloop.

GET /api/v1/vehicle/KJD02B

Vier databronnen, één API

Alle bronnen zijn Nederlandse overheidsdata. De meeste zijn gratis.

🚗

RDW

Voertuigdata, kenteken lookup, APK, brandstof, statistieken

Gratis
🏛️

KvK

Bedrijfsgegevens, SBI-codes, adressen, rechtsvormen

€0,02 / query
📈

CBS

Regionale economie, demografie, voertuigstatistieken

Gratis
📍

BAG / PDOK

Adressen, gebouwen, coördinaten, locatiegegevens

Gratis

Begin gratis. Groei wanneer je klaar bent.

Geen creditcard nodig voor de gratis tier. Pro en Business via iDEAL.

Free

Free

€0/mnd
  • 100 API calls per maand
  • RDW voertuigdata & statistieken
  • KvK bedrijfszoek (test mode)
  • CBS regionale data
  • Non-commercieel gebruik
  • Email support
Business

Business

€299/mnd
  • 50.000 API calls per maand
  • Alle databronnen + enrichment
  • Cross-source analysis endpoints
  • Bulk export
  • Priority support

iDEAL · Creditcard · Bancontact · Automatische maandelijkse facturering · Opzeggen wanneer je wilt

API Documentatie

Registreer voor een gratis API key. Alle endpoints returneren JSON.

POST /api/v1/register — API key aanmaken

Registreer met je email en ontvang direct een gratis API key.

# Registreer voor een gratis API key curl -X POST https://dutchdataapi.nl/api/v1/register \ -H "Content-Type: application/json" \ -d '{"email": "jij@example.com"}' # Response {"apiKey": "dd_...", "tier": "free", "quota": 100}

GET /api/v1/vehicle/<kenteken> — Voertuig opzoeken

Volledig voertuigrapport: merk, type, brandstof, APK, CO2, gewicht, emissieniveau.

# Voertuig opzoeken op kenteken curl -H "Authorization: Bearer dd_..." \ https://dutchdataapi.nl/api/v1/vehicle/KJD02B # Response (ingekort) {"kenteken":"KJD02B", "brand":"AUDI", "fuelType":"Benzine", "co2EmissionCombined":"143", "apkExpiryDate":"20270526", ...}

GET /api/v1/vehicles — Voertuigenlijst met filters

Paginated lijst met filters op merk, type, brandstof, bouwjaar.

# Alle AUDI's na 2020 curl -H "Authorization: Bearer dd_..." \ "https://dutchdataapi.nl/api/v1/vehicles?brand=AUDI&minYear=2020&limit=20"

GET /api/v1/stats/vehicles — Voertuigstatistieken

Aggregatie per merk, type of brandstof. Top merken in Nederland.

# Top 5 merken in Nederland curl -H "Authorization: Bearer dd_..." \ "https://dutchdataapi.nl/api/v1/stats/vehicles?groupBy=brand&limit=5" # Response {"data":[{"key":"VOLKSWAGEN","count":1523789}, ...], "groupBy":"brand", "totalItems":5}

GET /api/v1/companies — Bedrijfszoek (KvK)

Zoek bedrijven op naam, postcode of type. KvK nummer, SBI-code, adres.

# Zoek bedrijven met 'Test' in de naam curl -H "Authorization: Bearer dd_..." \ "https://dutchdataapi.nl/api/v1/companies?naam=Test&limit=10"

GET /api/v1/company/<kvk> — Bedrijfsprofiel

Volledig bedrijfsprofiel: rechtsvorm, eigenaar, adres, vestigingen.

# Volledig profiel van Test BV Donald curl -H "Authorization: Bearer dd_..." \ https://dutchdataapi.nl/api/v1/company/68750110

GET /api/v1/cbs/regional — Regionale statistieken (CBS)

Economische en demografische kerncijfers per gemeente of provincie.

# Kerncijfers voor Amsterdam curl -H "Authorization: Bearer dd_..." \ "https://dutchdataapi.nl/api/v1/cbs/regional?regio=Amsterdam"

GET BUSINESS /api/v1/enrich/vehicle/<kenteken> — Enrichment

Voertuig + regionale context in één call. Combineert RDW + CBS data.

# Voertuig + regionale context (Business tier) curl -H "Authorization: Bearer dd_..." \ https://dutchdataapi.nl/api/v1/enrich/vehicle/KJD02B # Response bevat zowel voertuigdata als regionale economie {"vehicle": {...}, "regionalContext": {...}}

GET BUSINESS /api/v1/analysis/regional-fleet — Vlootanalyse

Combineert CBS + RDW + KvK: "Amsterdam heeft X transportbedrijven met Y voertuigen".

# Vlootanalyse voor Amsterdam curl -H "Authorization: Bearer dd_..." \ "https://dutchdataapi.nl/api/v1/analysis/regional-fleet?regio=Amsterdam"