Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 452 Bytes

rdw-api-client

Introduction

This is a simple API client to pull vehicle data from the RDW (Rijksdienst Wegverkeer) OpenData API.

See: https://opendata.rdw.nl for more information.

Because this is Open Data provided by the government an API key is not needed.

Usage:

$rdwApiClient = new \DOvereem\RDW\RDWOpenDataApiClient\RDWOpenDataApiClient;
$vehicleData = $rdwApiClient->getLicensedVehicleDataByLicensePlateNumber("AA-BB-CC");