All data sources

NZP&M New Zealand Petroleum

No authnzpm

New Zealand petroleum permits, wells, and geophysical surveys from NZ Petroleum & Minerals (MBIE). Covers active prospecting, exploration, and mining permits — primarily Taranaki Basin. 1,267 wells and 38 active permits. Production volumes are published separately by MBIE (PDF/Excel); this connector covers spatial and regulatory data only.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchPermits

    read

    Search NZ petroleum permits. Filter by type, operator, status, basin, or bbox.

    Entitiespermit
    Input 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

    read

    Get a single NZ petroleum permit by permit number (e.g. "38086").

    Required paramspermitNumber
    Entitiespermit
    Input schema
    {
      "type": "object",
      "properties": {
        "permitNumber": {
          "type": "string",
          "examples": [
            "38086"
          ]
        }
      },
      "additionalProperties": false,
      "required": [
        "permitNumber"
      ]
    }
  • searchWells

    read

    Search NZ petroleum wells (NZP&M New Zealand Petroleum).

    Entitieswell
    Input 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

    read

    Get a single well by FullName (e.g. "MA-10A", "Kapuni-D09").

    Required paramswellName
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "wellName": {
          "type": "string",
          "examples": [
            "MA-10A"
          ]
        }
      },
      "additionalProperties": false,
      "required": [
        "wellName"
      ]
    }
  • searchSurveys

    read

    Search NZ geophysical surveys (216 records, 2007-2017). Filter by type, company, region, year.

    Entitiessurvey
    Input 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

    read

    Record counts, enum values, and notes on production-data and block-offer limitations.

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }