# GetApi DSO Agrarisch Check

> GetApi DSO Agrarisch 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-14).

Checks whether a Dutch location has an agricultural zoning designation according to the Digital System Environment Act (DSO-LV) and returns the applicable zoning plan details.

## Facts

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

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-agrarisch-check-0c465c74
```

Example prompt: Can you check whether the land at coordinates 52.3676, 4.9041 in Amsterdam has an agricultural zoning designation according to the Dutch DSO system, and tell me the name and status of the applicable bestemmingsplan?

## When to prefer this

Use this endpoint when you need to determine if a specific Dutch location carries an agricultural zoning classification under the Netherlands' Digital System Environment Act (DSO-LV). Ideal for real estate due diligence, permit applications, agricultural subsidy checks, or environmental compliance workflows where authoritative bestemmingsplan data is required. Prefer this over generic geocoding APIs when the specific Dutch zoning type and legal plan reference are needed.

## Known failure modes

- Location not found in DSO: returns empty or null plan fields
- Coordinates outside the Netherlands: no matching plan found
- Plan data temporarily unavailable from DSO-LV backend: 503 or timeout
- Invalid coordinate format: 400 bad request
- Location exists but has no agricultural designation: agrarisch field returns false

## 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 indicating whether the location is classified as agricultural (agrarisch: true/false), the name and type of the applicable zoning plan, the plan ID, status, and date, a link to the plan on ruimtelijkeplannen.nl, the responsible municipality, and detailed bestemmingsvlak information including the article number and references to the legal text.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "lat": 1,
      "lon": 1,
      "postcode": "1011AB",
      "huisnummer": 1
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "plan": "Bestemmingsplan Buitengebied",
     "type": "Agrarisch met waarden - Natuur- en landschapswaarden",
     "plan_id": "NL.IMRO.0363.A1234BPSTD-VG01",
     "plannen": [
      {
       "id": "NL.IMRO.0363.A1234BPSTD-VG01",
       "naam": "Bestemmingsplan Buitengebied",
       "type": "bestemmingsplan",
       "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01"
      }
     ],
     "overheid": "gemeente Amsterdam",
     "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01",
     "agrarisch": true,
     "copyright": "Gegevens geleverd door Digitaal Stelsel Omgevingswet (DSO-LV) onder CC-BY licentie.",
     "plan_datum": "2022-03-15",
     "plan_status": "vastgesteld",
     "bestemmingsvlak": {
      "id": "NL.IMRO.07420194a7e6471a94c1098e52a4769c",
      "naam": "Agrarisch met waarden - Natuur- en landschapswaarden",
      "type": "enkelbestemming",
      "artikelnummer": "3",
      "verwijzingNaarTekst": [
       "https://ruimtelijkeplannen.nl/documents/NL.IMRO.0363.A1234BPSTD-VG01/r_NL.IMRO.0363.A1234BPSTD-VG01.html#_3_Agrarisch"
      ],
      "bestemmingshoofdgroep": "agrarisch met waarden"
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "plan": "Bestemmingsplan Buitengebied",
  "type": "Agrarisch met waarden - Natuur- en landschapswaarden",
  "plan_id": "NL.IMRO.0363.A1234BPSTD-VG01",
  "plannen": [
   {
    "id": "NL.IMRO.0363.A1234BPSTD-VG01",
    "naam": "Bestemmingsplan Buitengebied",
    "type": "bestemmingsplan",
    "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01"
   }
  ],
  "overheid": "gemeente Amsterdam",
  "plan_url": "https://www.ruimtelijkeplannen.nl/viewer/viewer?planidn=NL.IMRO.0363.A1234BPSTD-VG01",
  "agrarisch": true,
  "copyright": "Gegevens geleverd door Digitaal Stelsel Omgevingswet (DSO-LV) onder CC-BY licentie.",
  "plan_datum": "2022-03-15",
  "plan_status": "vastgesteld",
  "bestemmingsvlak": {
   "id": "NL.IMRO.07420194a7e6471a94c1098e52a4769c",
   "naam": "Agrarisch met waarden - Natuur- en landschapswaarden",
   "type": "enkelbestemming",
   "artikelnummer": "3",
   "verwijzingNaarTekst": [
    "https://ruimtelijkeplannen.nl/documents/NL.IMRO.0363.A1234BPSTD-VG01/r_NL.IMRO.0363.A1234BPSTD-VG01.html#_3_Agrarisch"
   ],
   "bestemmingshoofdgroep": "agrarisch met waarden"
  }
 }
}
```

## More

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