# GetApi NDW Truck Parking Spot Lookup

> GetApi NDW Truck Parking Spot Lookup 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-10).

Retrieves real-time availability and details for a specific truck parking location on Dutch highways by ID

## Facts

- Endpoint: GET https://api.getapi.nl/api/v1/ndw/truckparking/%7Bid%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getapi-ndw-truck-parking-spot-lookup-94e2731c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6MbG9CM2GdhSog0JsV2b-

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-truck-parking-spot-lookup-94e2731c
```

Example prompt: Can you check the current availability and status of truck parking location NL_NKTP_001 on the A16 near Breda — how many spaces are free right now?

## When to prefer this

Use this endpoint when you need real-time or near-real-time truck parking availability for a specific NDW-registered location in the Netherlands, identified by its NDW parking ID. Prefer this over general map APIs when you need structured occupancy data (available_spaces, total_capacity) and status from the official Dutch national road traffic database.

## Known failure modes

- Unknown or invalid parking ID returns found: false with no result data
- Stale dynamic data if the NDW feed has not updated recently (check dynamic_updated_at)
- Network or upstream NDW data feed outage causing 5xx errors
- Payment failure or insufficient USDC balance causing 402 response

## How this service works

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

## Output

Returns a JSON object with found status and a result object containing the parking location's ID, city, name, associated highway road, current status (e.g. available), GPS coordinates (latitude/longitude), total capacity, number of available spaces, and timestamps for when static and dynamic data were last updated.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "found": true,
  "result": {
   "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"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getapi-ndw-truck-parking-spot-lookup-94e2731c/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)
