# GetApi DSO Mantelzorg Check

> GetApi DSO Mantelzorg Check is a paid API for AI agents from api.getapi.nl, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Checks whether a Dutch address is zoned for 'mantelzorg' (informal/live-in care housing) based on the national DSO spatial planning register

## Facts

- Endpoint: GET https://api.getapi.nl/api/v1/dso/mantelzorg-check
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getapi-dso-mantelzorg-check-d139eba5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dSOCqjyMtQPe1LrJYln41

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-dso-mantelzorg-check-d139eba5
```

Example prompt: Can you check if the address Keizersgracht 123 in Amsterdam is legally zoned to allow a mantelzorg unit — I want to know if we can add a live-in care annex for my mother under the Dutch bestemmingsplan?

## When to prefer this

Use this endpoint when you specifically need to determine whether a Dutch residential address is zoned to permit mantelzorg (informal live-in care) housing under the Wet ruimtelijke ordening or Omgevingswet. It is the right choice when the user is making a legal or practical decision about adding a care annex or secondary dwelling for a relative in the Netherlands, and needs the official DSO-LV zoning data including document references. Prefer this over generic address lookup or Google Maps APIs when Dutch planning law compliance is the explicit goal.

## Known failure modes

- Address or coordinates not found in DSO registry — returns empty or null result
- Location outside the Netherlands — no applicable Dutch zoning data exists
- DSO-LV upstream service unavailable — may return timeout or 503 error
- Address ambiguity — multiple matching locations may result in unexpected plan being returned
- No bestemmingsplan available for the area — older or undigitized plans may not be in DSO

## 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 indicating whether mantelzorg is possible at the location (boolean), the zoning designation (bestemming), the specific bestemmingsvlak details including type and article number, a human-readable reason string, links to the relevant ruimtelijkeplannen.nl plan viewer, a list of associated planning documents with identifiers, and a copyright notice attributing DSO-LV under CC-BY license.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "lat": 1,
      "lon": 1,
      "postcode": "1011AB",
      "huisnummer": 1
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "reden": "Woonfunctie aanwezig in bestemmingsvlak.",
     "mogelijk": true,
     "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01",
     "copyright": "Gegevens geleverd door Digitaal Stelsel Omgevingswet (DSO-LV) onder CC-BY licentie.",
     "bestemming": "Wonen - Vrijstaand",
     "documenten": [
      {
       "naam": "Bestemmingsplan Centrum",
       "type": "bestemmingsplan",
       "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01",
       "identificatie": "NL.IMRO.0363.A1234BPSTD-VG01"
      }
     ],
     "bestemmingsvlak": {
      "id": "NL.IMRO.07420194a7e6471a94c1098e52a4769c",
      "naam": "Wonen - Vrijstaand",
      "type": "enkelbestemming",
      "artikelnummer": "5",
      "verwijzingNaarTekst": [
       "https://ruimtelijkeplannen.nl/documents/NL.IMRO.0363.A1234BPSTD-VG01/r_NL.IMRO.0363.A1234BPSTD-VG01.html#_5_Wonen"
      ],
      "bestemmingshoofdgroep": "wonen"
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "reden": "Woonfunctie aanwezig in bestemmingsvlak.",
  "mogelijk": true,
  "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01",
  "copyright": "Gegevens geleverd door Digitaal Stelsel Omgevingswet (DSO-LV) onder CC-BY licentie.",
  "bestemming": "Wonen - Vrijstaand",
  "documenten": [
   {
    "naam": "Bestemmingsplan Centrum",
    "type": "bestemmingsplan",
    "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01",
    "identificatie": "NL.IMRO.0363.A1234BPSTD-VG01"
   }
  ],
  "bestemmingsvlak": {
   "id": "NL.IMRO.07420194a7e6471a94c1098e52a4769c",
   "naam": "Wonen - Vrijstaand",
   "type": "enkelbestemming",
   "artikelnummer": "5",
   "verwijzingNaarTekst": [
    "https://ruimtelijkeplannen.nl/documents/NL.IMRO.0363.A1234BPSTD-VG01/r_NL.IMRO.0363.A1234BPSTD-VG01.html#_5_Wonen"
   ],
   "bestemmingshoofdgroep": "wonen"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getapi-dso-mantelzorg-check-d139eba5/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)
