Provenance
Freshness & coverage
Methods (13)
getInfrastructureTables
readList available infrastructure GIS tables (pipelines, plants, etc.).
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }getInfrastructureSchema
readQueryable fields + operators for one infrastructure table.
Required paramstableEntitiesmetadataInput schema
{ "type": "object", "properties": { "table": { "type": "string", "examples": [ "pipelines" ] } }, "additionalProperties": false, "required": [ "table" ] }queryInfrastructure
readQuery an infrastructure table with a schema-driven filter body.
Required paramstableEntitiesrecordInput schema
{ "type": "object", "properties": { "table": { "type": "string", "examples": [ "pipelines" ] } }, "additionalProperties": true, "required": [ "table" ] }scrollInfrastructure
unknownPaginate infrastructure results with a scroll id.
Required paramstableEntitiesrecordInput schema
{ "type": "object", "properties": { "table": { "type": "string", "examples": [ "pipelines" ] } }, "additionalProperties": true, "required": [ "table" ] }getWellsProductionSchema
readQueryable fields + operators for wells monthly production (Rextag).
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }queryWellsProduction
readQuery wells monthly production with a filter body.
Entitiesproduction, wellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }scrollWellsProduction
unknownPaginate wells production results with a scroll id.
Entitiesproduction, wellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }queryWellsAggregatedProduction
readQuery aggregated monthly production.
Entitiesproduction, wellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }queryWellsAggregatedCompletions
readQuery aggregated monthly completions.
Entitiescompletion, wellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }queryWellsAggregatedPermits
readQuery aggregated monthly permits.
Entitiespermit, wellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }getNgrSchema
readQueryable fields + operators for natural-gas reports.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }queryNgr
readQuery natural-gas reports with a filter body.
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }scrollNgr
unknownPaginate natural-gas report results with a scroll id.
EntitiesrecordInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }
