Provenance
Freshness & coverage
Methods (5)
searchWells
readOffshore wells (~28 (EMODnet Human Activities).5K).
EntitieswellInput schema
{ "type": "object", "properties": { "country": { "type": "string", "examples": [ "Denmark" ] }, "status": { "type": "string", "examples": [ "Active" ] }, "purpose": { "type": "string" }, "content": { "type": "string" }, "operator": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "startIndex": { "type": "number" } }, "additionalProperties": false }status: Active/Abandoned/Suspended/N/A. purpose: Exploration/Exploitation.
searchPlatforms
readOffshore platforms (~1 (EMODnet Human Activities).6K).
Entitiesplatform, facilityInput schema
{ "type": "object", "properties": { "country": { "type": "string", "examples": [ "Norway" ] }, "currentStatus": { "type": "string", "examples": [ "Operational" ] }, "category": { "type": "string" }, "primaryProduction": { "type": "string" }, "operator": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "startIndex": { "type": "number" } }, "additionalProperties": false }currentStatus: Operational/Decommissioned/Closed down/Removed.
searchPipelines
readOffshore pipelines (~3 (EMODnet Human Activities).9K).
EntitiespipelineInput schema
{ "type": "object", "properties": { "country": { "type": "string", "examples": [ "United Kingdom" ] }, "status": { "type": "string" }, "medium": { "type": "string", "examples": [ "Gas" ] }, "operator": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "startIndex": { "type": "number" } }, "additionalProperties": false }medium: Gas/Oil/Condensate/Mixed Hydrocarbons/Chemical/Water.
searchLicences
readActive petroleum licences (~1.3K polygons). Filters: country, type, operator, bbox.
EntitiesleaseInput schema
{ "type": "object", "properties": { "country": { "type": "string", "examples": [ "Norway" ] }, "type": { "type": "string", "examples": [ "Exploitation" ] }, "operator": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "startIndex": { "type": "number" } }, "additionalProperties": false }type: Exploitation/Exploration/Exploitation, exploration/Other.
getServiceInfo
readFeature counts per layer, enum values, 18-country coverage list, Section-0 probe notes.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
