Provenance
PublisherAlberta Energy Regulator
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
searchWellLicences
readSearch Alberta well licences by status, fluid, township/range/meridian, or bbox.
Entitieslease, wellInput 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
readFetch one well licence by its licence number.
Required paramslicenceNumberEntitiesleaseInput schema
{ "type": "object", "properties": { "licenceNumber": { "type": "string" } }, "additionalProperties": false, "required": [ "licenceNumber" ] }getServiceInfo
readLayer metadata, valid statuses/fluids, and filter quirks.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
