# GetApi NDW Laadpunten — EV Charging Station Availability Netherlands

> GetApi NDW Laadpunten — EV Charging Station 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 a list of electric vehicle (EV) charging stations in the Netherlands from the NDW (Nationale Databank Wegverkeersgegevens), including availability status, location, and connector types.

## Facts

- Endpoint: GET https://api.getapi.nl/api/v1/ndw/laadpunten
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getapi-ndw-laadpunten-ev-charging-station-availability-netherlands-70aac9ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VqTlPMkWHKtULSLCL9xEo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability getapi-ndw-laadpunten-ev-charging-station-availability-netherlands-70aac9ba
```

Example prompt: Can you find all available EV charging stations in the Netherlands that support CCS connectors? I need the location, address, and operator for each one.

## When to prefer this

Choose this endpoint when you need real-time EV charging station data specifically for the Netherlands, sourced from the official NDW national road traffic database. It is ideal when you need to filter by connector type (Type2, CCS, etc.) and require structured location data including GPS coordinates and operator info. Prefer this over generic mapping APIs when you need authoritative Dutch public charging infrastructure data.

## Known failure modes

- Invalid or unsupported connector_types value returns empty results or error
- Network timeout if NDW data source is temporarily unavailable
- Empty results array if no stations match the filter criteria
- Rate limiting or payment failure due to x402 micropayment not being processed

## How this service works

Ontdek, test en integreer krachtige API&#039;s voor web scraping, e-mailvalidatie, geolocatie
    en meer. Gratis starten.

## Output

A JSON object with a total count and an array of charging station results, each containing the station ID, city, name, current availability status (e.g. AVAILABLE), street address, latitude and longitude coordinates, postal code, operating company, supported connector types (e.g. Type2, CCS), and the timestamp of the last data update.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "connector_types[]": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "total": 1,
  "results": [
   {
    "id": "NL*EVI*E123456*1",
    "city": "Amsterdam",
    "name": "Laadplein Amsterdam Centrum",
    "status": "AVAILABLE",
    "address": "Damrak 1",
    "latitude": 52.3728,
    "operator": "Vattenfall",
    "longitude": 4.8936,
    "postal_code": "1012LG",
    "connector_types": [
     "Type2",
     "CCS"
    ],
    "source_updated_at": "2026-05-14T12:10:00+00:00"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getapi-ndw-laadpunten-ev-charging-station-availability-netherlands-70aac9ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getapi.nl](https://www.zero.xyz/host/api.getapi.nl/llms.txt)
