Provenance
Freshness & coverage
Methods (3)
searchBCWells
readBritish Columbia petroleum wells. Filter operator, name, status, type, region, field, play, bbox.
EntitieswellInput schema
{ "type": "object", "properties": { "operator": { "type": "string" }, "wellName": { "type": "string" }, "status": { "type": "string" }, "wellType": { "type": "string" }, "region": { "type": "string" }, "field": { "type": "string" }, "formation": { "type": "string" }, "wellId": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }formation filter primarily matches play or well-area labels.
getBCWellDetail
readFull BC well record by wellId.
Required paramswellIdEntitieswellInput schema
{ "type": "object", "properties": { "wellId": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }searchAllInternationalWells
readCross-jurisdiction well search.
EntitieswellInput schema
{ "type": "object", "properties": { "operator": { "type": "string" }, "wellName": { "type": "string" }, "status": { "type": "string" }, "wellType": { "type": "string" }, "region": { "type": "string" }, "field": { "type": "string" }, "formation": { "type": "string" }, "wellId": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }
