Provenance
Freshness & coverage
Methods (6)
searchBoreholes
readWells / boreholes across the Netherlands + Dutch continental shelf
EntitieswellInput schema
{ "type": "object", "properties": { "count": { "type": "number", "examples": [ 50 ] }, "startIndex": { "type": "number" }, "cqlFilter": { "type": "string", "examples": [ "BOREHOLE_TYPE_CODE='EXP-HC'" ] }, "bbox": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] } }, "additionalProperties": false }Filter with count, startIndex, cqlFilter, or WGS84 bbox; count caps 1000.
getOilGasFields
readOil & gas fields (FIELD_NAME, HYDROCARBON_MINERAL, STATUS, OPERATOR, PRODUCTION_START)
EntitiesfieldInput schema
{ "type": "object", "properties": { "count": { "type": "number" }, "startIndex": { "type": "number" }, "cqlFilter": { "type": "string", "examples": [ "STATUS='W'" ] }, "bbox": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] } }, "additionalProperties": false }Supports paging, CQL, and bbox; status codes are mapped to descriptions.
getLicences
readExploration / production licences
EntitiesleaseInput schema
{ "type": "object", "properties": { "count": { "type": "number", "examples": [ 50 ] }, "startIndex": { "type": "number" }, "cqlFilter": { "type": "string" }, "bbox": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] } }, "additionalProperties": false }Args: count?, startIndex?, cqlFilter?, bbox?.
getFacilities
readSurface facilities / installations
EntitiesrecordInput schema
{ "type": "object", "properties": { "count": { "type": "number", "examples": [ 50 ] }, "startIndex": { "type": "number" }, "cqlFilter": { "type": "string" }, "bbox": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] } }, "additionalProperties": false }Args: count?, startIndex?, cqlFilter?, bbox?.
getWellTrajectories
readWell trajectory lines
EntitieswellInput schema
{ "type": "object", "properties": { "count": { "type": "number", "examples": [ 50 ] }, "startIndex": { "type": "number" }, "cqlFilter": { "type": "string" }, "bbox": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] } }, "additionalProperties": false }Args: count?, startIndex?, cqlFilter?, bbox?.
getServiceInfo
readStatic API overview — WFS layers, GeoJSON/EPSG:4326, pagination, filters
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
