NDW Truck Parking Availability Netherlands is a paid API for AI agents from api.getapi.nl, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Returns real-time truck parking availability, capacity, and location data for Dutch highway truck rest areas via NDW (Nationale Databank Wegverkeergegevens).
Ontdek, test en integreer krachtige API's voor web scraping, e-mailvalidatie, geolocatie en meer. Gratis starten.
A JSON object with a total count and an array of truck parking facilities, each including a unique ID, city, name, associated highway, availability status, GPS coordinates (latitude/longitude), total capacity, number of available spaces, and timestamps for both static and dynamic data updates.
GEThttps://api.getapi.nl/api/v1/ndw/truckparkingChoose this endpoint when you need real-time or near-real-time truck parking availability specifically on Dutch national highways sourced from the official NDW data authority. Prefer this over generic mapping APIs when you need structured occupancy data (available_spaces, total_capacity) rather than just location pins, and when your use case involves logistics routing, fleet management, or compliance with Dutch road rest requirements.
| Field | Type | Description |
|---|---|---|
| input | — | |
| output | — |
{
"type": "json",
"example": {
"total": 1,
"results": [
{
"id": "NL_NKTP_001",
"city": "Breda",
"name": "Truckparkeerplaats Breda A16",
"road": "A16",
"status": "available",
"latitude": 51.5927,
"longitude": 4.7793,
"total_capacity": 120,
"available_spaces": 34,
"static_updated_at": "2026-04-29T00:00:00+00:00",
"dynamic_updated_at": "2026-05-14T13:47:00+00:00"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"