Provenance
Freshness & coverage
Methods (5)
searchWells
readAOGCC wells (~10.3K). Filter area/operator/status/wellClass/field/offshoreOnly.
EntitieswellInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "Hilcorp" ] }, "status": { "type": "string" }, "wellClass": { "type": "string" }, "field": { "type": "string" }, "offshoreOnly": { "type": "boolean" }, "bottomHole": { "type": "boolean" }, "area": { "type": "string", "examples": [ "ARCTIC SLOPE" ] }, "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 }AK has NO county — use area (basin). bottomHole=true switches layer.
searchBottomHoles
readBottom-hole locations (~10.3K) — same schema, deviated/horizontal end points.
Entitiestrajectory, wellInput schema
{ "type": "object", "properties": { "operator": { "type": "string" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "status": { "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" }, "wellClass": { "type": "string" }, "field": { "type": "string" }, "offshoreOnly": { "type": "boolean" }, "area": { "type": "string", "examples": [ "COOK INLET BASIN" ] } }, "additionalProperties": false }getWellByApi
readLookup single well by APINumber (14-digit, e.g. 50029201810000).
Required paramsapiEntitieswellInput schema
{ "type": "object", "properties": { "api": { "type": "string", "examples": [ "50029201810000" ] }, "apiNumber": { "type": "string" }, "api_number": { "type": "string" } }, "additionalProperties": false, "required": [ "api" ] }listLayers
readHub-discovery summary: services exposed and their URLs.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }getServiceInfo
readSchema + record counts for surface and bottom-hole layers.
EntitiesmetadataInput schema
{ "type": "object", "properties": { "service": { "type": "string", "examples": [ "surfaceHoles" ] } }, "additionalProperties": false }
