Provenance
PublisherWestern Australia Petroleum
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
searchWells
readSearch WA onshore petroleum wells by operator, basin, status, class, field (Western Australia).
EntitieswellInput 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
readSearch WA petroleum titles by type, status, holder, or bbox.
EntitiesleaseInput 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
readLayer map, basin list, and coordinate/quirk notes.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
