All data sources

Western Australia Petroleum

No authwa-dmirs

Western Australia petroleum (DMIRS via SLIP) — onshore wells (~4,365) + petroleum titles. WA hosts the NW Shelf / Carnarvon basins, a top global LNG/gas region. No auth. WELLS: searchWells (operator, basin, status, class, field, bbox). TITLES: searchTitles (type, status, holder, bbox). RULES: 1. SLIP allows LIKE; coords are GDA2020 (~WGS84) — pass bbox as lat/lng. 2. Basins: Northern Carnarvon (biggest), Canning, Browse, Perth, Officer, Bight.

Provenance

PublisherWestern Australia Petroleum

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (3)

  • searchWells

    read

    Search WA onshore petroleum wells by operator, basin, status, class, field (Western Australia).

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "operator": {
          "type": "string"
        },
        "basin": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "wellClass": {
          "type": "string"
        },
        "field": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • searchTitles

    read

    Search WA petroleum titles by type, status, holder, or bbox.

    Entitieslease
    Input schema
    {
      "type": "object",
      "properties": {
        "type": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "holder": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Layer map, basin list, and coordinate/quirk notes.

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