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.).

  • getInfrastructureSchema

    read

    Queryable fields + operators for one infrastructure table.

    Required paramstable
  • queryInfrastructure

    read

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

    Required paramstable
  • scrollInfrastructure

    unknown

    Paginate infrastructure results with a scroll id.

    Required paramstable
  • getWellsProductionSchema

    read

    Queryable fields + operators for wells monthly production.

  • queryWellsProduction

    read

    Query wells monthly production with a filter body.

  • scrollWellsProduction

    unknown

    Paginate wells production results with a scroll id.

  • queryWellsAggregatedProduction

    read

    Query aggregated monthly production.

  • queryWellsAggregatedCompletions

    read

    Query aggregated monthly completions.

  • queryWellsAggregatedPermits

    read

    Query aggregated monthly permits.

  • getNgrSchema

    read

    Queryable fields + operators for natural-gas reports.

  • queryNgr

    read

    Query natural-gas reports with a filter body.

  • scrollNgr

    unknown

    Paginate natural-gas report results with a scroll id.