For Agents
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Habitatrichtlijn verspreiding van habitattypen WFS, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Habitatrichtlijn verspreiding van habitattypen WFS API.
Query geographic distribution of specific habitat types across Dutch Natura 2000 sites
Retrieve individual habitat feature records by ID for detailed spatial data
Access distribution extent polygons for pioneer vegetation communities
Fetch spatial data for dune, heathland, and forest habitat classifications
GET STARTED
Query geographic distribution data for EU Habitats Directive habitat types across Dutch Natura 2000 areas. Access spatial features for over 100 habitat classifications.
Use for: I need to find the distribution of dry heathlands in the Netherlands, Get the geographic extent of a specific habitat type by ID, List all habitat features for pioneer vegetation on rock surfaces, Retrieve spatial data for wet alluvial forest distribution
Not supported: Does not handle water body data, topographic mapping, or cadastral boundaries — use for EU Habitats Directive habitat type distribution queries only.
Jentic publishes the only available OpenAPI document for Habitatrichtlijn verspreiding van habitattypen WFS, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for Habitatrichtlijn verspreiding van habitattypen WFS, keeping it validated and agent-ready. This WFS (Web Feature Service) provides geographic distribution data for habitat types within Natura 2000 areas in the Netherlands, covering the 2007-2012 reporting period. The API exposes 208 endpoints representing individual habitat type distributions and their geographic extent, enabling spatial queries on dry heathlands, wet forests, dune vegetation, salt marshes, pioneer communities, and dozens of other habitat classifications defined under the EU Habitats Directive.
List habitat features across salt marsh, river, and wetland categories
Retrieve verspreiding (distribution) and verspreidingsgebied (extent) data separately
Patterns agents use Habitatrichtlijn verspreiding van habitattypen WFS API for, with concrete tasks.
★ Environmental Impact Assessment
Query habitat distribution data to assess potential impacts of development projects on protected habitat types. The API provides spatial polygons showing where each habitat type occurs within Natura 2000 areas, enabling GIS overlay analysis with proposed development zones. Covers over 100 habitat classifications from the EU Habitats Directive Annex I.
GET /verspreidingdrogeheiden/ to retrieve all dry heathland distribution features, then filter by geographic bounds overlapping with a proposed development area
Conservation Reporting
Access standardized habitat distribution data for Habitats Directive Article 17 reporting. The API provides the official Dutch dataset for habitat type distribution and extent across the 2007-2012 period, structured for integration with national and EU reporting tools.
GET /verspreidingsgebiedruigtenenzomen/ to retrieve the geographic extent of tall-herb fringe communities for inclusion in an Article 17 conservation report
Ecological Research and Mapping
Download habitat distribution features for ecological research, species-habitat correlation studies, or map production. Each endpoint provides GeoJSON-compatible spatial features for a specific habitat type, ready for import into GIS software or spatial databases.
GET /verspreidingvochtigealluvialebossen/ to retrieve wet alluvial forest features and GET /verspreidingvochtigealluvialebossen/{id}/ to access a specific feature by ID
AI Agent Spatial Data Retrieval via Jentic
AI agents query Dutch habitat distribution data as part of environmental analysis workflows. Through Jentic, the agent discovers the specific habitat type endpoint it needs, loads the schema, and retrieves spatial features without understanding the full WFS structure or Dutch naming conventions.
Search Jentic for 'Dutch habitat distribution data', load the endpoint schema for the relevant habitat type, and execute a GET request to retrieve spatial features
208 endpoints — jentic publishes the only available openapi specification for habitatrichtlijn verspreiding van habitattypen wfs, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/verspreidingdrogeheiden/
List dry heathland distribution features
/verspreidingdrogeheiden/{id}/
Retrieve a specific dry heathland feature by ID
/verspreidingvochtigealluvialebossen/
List wet alluvial forest distribution features
/verspreidingziltepionierbegroeiingen/
List salt pioneer vegetation distribution features
/verspreidingsgebiedruigtenenzomen/
Get extent of tall-herb fringe communities
/verspreidingduindoornstruwelen/
List dune thorn shrub distribution features
/verspreidingdrogeheiden/
List dry heathland distribution features
/verspreidingdrogeheiden/{id}/
Retrieve a specific dry heathland feature by ID
/verspreidingvochtigealluvialebossen/
List wet alluvial forest distribution features
/verspreidingziltepionierbegroeiingen/
List salt pioneer vegetation distribution features
/verspreidingsgebiedruigtenenzomen/
Get extent of tall-herb fringe communities
Three things that make agents converge on Jentic-routed access.
Credential isolation
This PDOK WFS is a public open-data service requiring no authentication. Jentic manages the endpoint discovery and schema access so agents can query specific habitat types without navigating the Dutch naming conventions.
Intent-based discovery
Agents search by intent (e.g., 'dry heathland distribution Netherlands') and Jentic maps the request to the correct Dutch-named endpoint like /verspreidingdrogeheiden/, abstracting away the language barrier.
Time to first call
Direct integration: 1-2 days to discover endpoints, understand Dutch naming, and parse WFS responses. Through Jentic: under 15 minutes — search by habitat intent, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
PDOK Mossel- en Oester Habitats
Mussel and oyster habitat data from Dutch tidal flats
Use alongside the Habitats Directive WFS when you also need marine habitat data from the Wadden Sea.
PDOK Oppervlaktewaterlichamen
Dutch surface water body spatial data for Water Framework Directive
Use when you need water body geometry data alongside terrestrial habitat distributions for combined environmental assessments.
OpenStreetMap API
General geographic and mapping data for context layers
Use OpenStreetMap when you need base map features, roads, and land use data to contextualize habitat distribution overlays.
Specific to using Habitatrichtlijn verspreiding van habitattypen WFS API through Jentic.
Why is there no official OpenAPI spec for the PDOK Habitat Distribution WFS?
PDOK does not publish an OpenAPI specification for this WFS service. Jentic generates and maintains this spec so that AI agents and developers can call the Habitatrichtlijn WFS via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does this PDOK WFS require?
This PDOK WFS service requires no authentication. It is a public Dutch government open data service. All endpoints are freely accessible without API keys or tokens.
What time period does this habitat distribution data cover?
The dataset covers habitat type distribution and extent for the 2007-2012 reporting period under the EU Habitats Directive. It represents the official Dutch submission for Article 17 conservation status reporting.
How are the 208 endpoints organized?
Each habitat type has two endpoints: a collection endpoint (e.g., /verspreidingdrogeheiden/) returning all features for that type, and an individual feature endpoint (e.g., /verspreidingdrogeheiden/{id}/) for retrieving a specific feature by ID. The naming follows Dutch habitat type classifications.
How do I query specific habitat types through Jentic?
Install with pip install jentic, search for 'Dutch habitat distribution' or a specific type like 'dry heathland distribution'. Jentic maps your intent to the correct Dutch-named endpoint and returns the schema. Execute to retrieve GeoJSON spatial features.
What spatial data format do the responses use?
The WFS returns feature data compatible with GeoJSON, including geometry polygons defining habitat distribution areas and attribute fields describing the habitat classification and reporting metadata.
/verspreidingduindoornstruwelen/
List dune thorn shrub distribution features