All data sources

Alberta Energy Regulator

No authab-aer

Alberta Energy Regulator (AER) — Alberta well-licence registry (~238k licences). Canada's #1 oil & gas producer. No auth. WELLS: searchWellLicences, getLicenceByNumber. RULES: 1. AER's WAF blocks LIKE/IN — filters are exact match: status, fluid, licensee (full registered name) + numeric township/range/meridian + bbox. 2. Licence_Status: Abandoned, RecExempt, RecCertified, Issued, Amended, Suspension, Re-Entered. 3. Fluid (exact): GAS, CRUDE OIL, CRUDE BITUMEN, WATER, COALBED METHANE-COALS&OTH LITH, STEAM, CARBON DIOXIDE.

Provenance

PublisherAlberta Energy Regulator

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (3)

  • searchWellLicences

    read

    Search Alberta well licences by status, fluid, township/range/meridian, or bbox.

    Entitieslease, well
    Input schema
    {
      "type": "object",
      "properties": {
        "licensee": {
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "fluid": {
          "type": "string"
        },
        "township": {
          "type": "number"
        },
        "range": {
          "type": "number"
        },
        "meridian": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • getLicenceByNumber

    read

    Fetch one well licence by its licence number.

    Required paramslicenceNumber
    Entitieslease
    Input schema
    {
      "type": "object",
      "properties": {
        "licenceNumber": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "licenceNumber"
      ]
    }
  • getServiceInfo

    read

    Layer metadata, valid statuses/fluids, and filter quirks.

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