GetApi NDW Emissiezone by ID 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-11).
Retrieves detailed information about a specific Dutch emission zone (emissiezone) by its unique identifier, including geometry, zone type, validity period, and vehicle restrictions.
Ontdek, test en integreer krachtige API's voor web scraping, e-mailvalidatie, geolocatie en meer. Gratis starten.
A JSON object with a 'found' boolean and a 'result' object containing: zone ID, city, human-readable name, GeoJSON Polygon geometry with coordinate arrays, zone type (e.g. 'zero_emission'), ISO 8601 valid_from and valid_until timestamps, and an array of vehicle_restrictions specifying fuel_type, vehicle_type, and emission_class combinations that are restricted within the zone.
GEThttps://api.getapi.nl/api/v1/ndw/emissiezones/%7Bid%7DUse this endpoint when you have a specific NDW emission zone ID and need full structured details — geometry, restrictions, and validity — in a single call. Prefer this over a geospatial search endpoint when the zone ID is already known (e.g. from a prior list/search call). Ideal for compliance checks, route planning systems, or map rendering pipelines that operate on the Netherlands road network.
{
"type": "json",
"example": {
"found": true,
"result": {
"id": "NL_ZEZ_AMS_001",
"city": "Amsterdam",
"name": "Amsterdam Zero Emission Zone Centrum",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4.89,
52.37
],
[
4.91,
52.37
],
[
4.91,
52.38
],
[
4.89,
52.38
],
[
4.89,
52.37
]
]
]
},
"zone_type": "zero_emission",
"valid_from": "2025-01-01T00:00:00+00:00",
"valid_until": null,
"vehicle_restrictions": [
{
"fuel_type": "diesel",
"vehicle_type": "truck",
"emission_class": "Euro6"
}
]
}
}
}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"