All data sources

Rextag

API keyrextag

Rextag — energy infrastructure GIS (pipelines, processing/compressor stations, plants, terminals, gathering systems), wells production/completions/permits, and natural-gas reports. Premium: bring your own Rextag API key. QUERY MODEL: 1. Call a *Schema / getInfrastructureTables method first to learn queryable fields + operators (gt/gte/lt/lte/equals/contains). 2. POST a filter body to the matching query* method. 3. Paginate with the returned scroll id via the matching scroll* method.

Provenance

PublisherRextag

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)

Methods (13)

  • getInfrastructureTables

    read

    List available infrastructure GIS tables (pipelines, plants, etc.).

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • getInfrastructureSchema

    read

    Queryable fields + operators for one infrastructure table.

    Required paramstable
    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {
        "table": {
          "type": "string",
          "examples": [
            "pipelines"
          ]
        }
      },
      "additionalProperties": false,
      "required": [
        "table"
      ]
    }
  • queryInfrastructure

    read

    Query an infrastructure table with a schema-driven filter body.

    Required paramstable
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "table": {
          "type": "string",
          "examples": [
            "pipelines"
          ]
        }
      },
      "additionalProperties": true,
      "required": [
        "table"
      ]
    }
  • scrollInfrastructure

    unknown

    Paginate infrastructure results with a scroll id.

    Required paramstable
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "table": {
          "type": "string",
          "examples": [
            "pipelines"
          ]
        }
      },
      "additionalProperties": true,
      "required": [
        "table"
      ]
    }
  • getWellsProductionSchema

    read

    Queryable fields + operators for wells monthly production (Rextag).

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • queryWellsProduction

    read

    Query wells monthly production with a filter body.

    Entitiesproduction, well
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • scrollWellsProduction

    unknown

    Paginate wells production results with a scroll id.

    Entitiesproduction, well
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • queryWellsAggregatedProduction

    read

    Query aggregated monthly production.

    Entitiesproduction, well
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • queryWellsAggregatedCompletions

    read

    Query aggregated monthly completions.

    Entitiescompletion, well
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • queryWellsAggregatedPermits

    read

    Query aggregated monthly permits.

    Entitiespermit, well
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • getNgrSchema

    read

    Queryable fields + operators for natural-gas reports.

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
  • queryNgr

    read

    Query natural-gas reports with a filter body.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • scrollNgr

    unknown

    Paginate natural-gas report results with a scroll id.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }