Provenance
Freshness & coverage
Methods (5)
searchWells
readAlabama oil and gas wells (~2.89K). Filter county, operator, status code, wellType, field, region.
EntitieswellInput schema
{ "type": "object", "properties": { "county": { "type": "string", "examples": [ "Mobile" ] }, "operator": { "type": "string" }, "status": { "type": "string" }, "wellType": { "type": "string", "examples": [ "OIL" ] }, "field": { "type": "string" }, "region": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }WellStatus = code (DA/PA/PR/CA/CV/TA); TypeDesc = descriptive STATUS string.
searchBottomHoles
readBottom-hole locations (~409 lean points). Filter permit/apiNumber/status/wellType.
Entitiestrajectory, wellInput schema
{ "type": "object", "properties": { "permit": { "type": "string" }, "apiNumber": { "type": "string" }, "status": { "type": "string", "examples": [ "PR" ] }, "wellType": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }No operator/well-name on this layer; join via Permit to surface inventory.
searchOffshorePlatforms
readOffshore structures in Alabama (~35 platforms). Filter operator, type, tract.
Entitiesplatform, facilityInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "Mobil" ] }, "type": { "type": "string" }, "tract": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }getWellByPermit
readSingle well lookup by permit or API number (Alabama State Oil & Gas Board).
Entitiespermit, wellInput schema
{ "type": "object", "properties": { "permit": { "type": "string", "examples": [ "1000" ] }, "api": { "type": "string" } }, "additionalProperties": false }getServiceInfo
readAlabama Oil & Gas Board service catalog: layer schemas, record counts, enum values (5 services).
EntitiesmetadataInput schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
