Provenance
Freshness & coverage
Methods (6)
searchPermits
readSearch NZ petroleum permits. Filter by type, operator, status, basin, or bbox.
EntitiespermitInput schema
{ "type": "object", "properties": { "type": { "type": "string", "examples": [ "Petroleum Exploration Permit" ] }, "operator": { "type": "string" }, "status": { "type": "string" }, "basin": { "type": "string", "examples": [ "Taranaki Basin" ] }, "offshoreOnshore": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Only 38 active permits. Taranaki Basin holds 35 of 38.
getPermit
readGet a single NZ petroleum permit by permit number (e.g. "38086").
Required paramspermitNumberEntitiespermitInput schema
{ "type": "object", "properties": { "permitNumber": { "type": "string", "examples": [ "38086" ] } }, "additionalProperties": false, "required": [ "permitNumber" ] }searchWells
readSearch NZ petroleum wells (NZP&M New Zealand Petroleum).
EntitieswellInput schema
{ "type": "object", "properties": { "wellType": { "type": "string" }, "operator": { "type": "string" }, "status": { "type": "string", "examples": [ "producing" ] }, "content": { "type": "string", "examples": [ "gas" ] }, "wellName": { "type": "string" }, "publicOnly": { "type": "boolean" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }1,267 wells total; 57 Confidential. Use publicOnly:true to exclude them.
getWell
readGet a single well by FullName (e.g. "MA-10A", "Kapuni-D09").
Required paramswellNameEntitieswellInput schema
{ "type": "object", "properties": { "wellName": { "type": "string", "examples": [ "MA-10A" ] } }, "additionalProperties": false, "required": [ "wellName" ] }searchSurveys
readSearch NZ geophysical surveys (216 records, 2007-2017). Filter by type, company, region, year.
EntitiessurveyInput schema
{ "type": "object", "properties": { "surveyType": { "type": "string" }, "company": { "type": "string" }, "region": { "type": "string", "examples": [ "Taranaki" ] }, "year": { "type": "string", "examples": [ "2015" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readRecord counts, enum values, and notes on production-data and block-offer limitations.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
