All data sources

Enverus

Bearer tokenenverus

Energy intelligence platform with wells, rigs, and production endpoints.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (Bearer token)

Methods (15)

  • getWells

    read

    Query well records with basin, geography, operator, or paging filters.

    Input schema
    {
      "type": "object",
      "properties": {
        "ENVBasin": {
          "type": "string",
          "description": "Enverus basin filter."
        },
        "StateProvince": {
          "type": "string",
          "description": "State or province filter."
        },
        "Operator": {
          "type": "string",
          "description": "Operator filter."
        },
        "pagesize": {
          "type": "number",
          "description": "Maximum rows to return."
        },
        "select": {
          "type": "string",
          "description": "Select profile such as all."
        },
        "verbose": {
          "type": "boolean",
          "description": "Include verbose metadata."
        }
      },
      "additionalProperties": true
    }
  • getProduction

    read

    Query production rows by operator, basin, or geography.

    Input schema
    {
      "type": "object",
      "properties": {
        "ProducingOperator": {
          "type": "string",
          "description": "Producing operator filter."
        },
        "ENVBasin": {
          "type": "string",
          "description": "Enverus basin filter."
        },
        "StateProvince": {
          "type": "string",
          "description": "State or province filter."
        },
        "pagesize": {
          "type": "number",
          "description": "Maximum rows to return."
        },
        "select": {
          "type": "string",
          "description": "Select profile such as all."
        },
        "verbose": {
          "type": "boolean",
          "description": "Include verbose metadata."
        }
      },
      "additionalProperties": true
    }
  • getRigs

    read

    List rig activity with optional view and paging controls.

    Input schema
    {
      "type": "object",
      "properties": {
        "view": {
          "type": "string",
          "description": "Rig view such as activity."
        },
        "pagesize": {
          "type": "number",
          "description": "Maximum rows to return."
        },
        "verbose": {
          "type": "boolean",
          "description": "Include verbose metadata."
        }
      },
      "additionalProperties": true
    }
  • query

    read

    Generic dataset query for Enverus datasets.

    Required paramsdataset
    Input schema
    {
      "type": "object",
      "properties": {
        "dataset": {
          "type": "string",
          "description": "Dataset slug, e.g. wells, rigs, or production."
        },
        "params": {
          "type": "object",
          "description": "Dataset-specific query parameters."
        }
      },
      "required": [
        "dataset"
      ],
      "additionalProperties": true
    }
  • getBasins

    read
  • getWellsForRig

    read
  • listDatasets

    read
  • getRegions

    read
  • getStateProvinces

    read
  • getWellHeaders

    read
  • getAccessToken

    read
  • getTokenInfo

    read
  • count

    read
  • docs

    unknown
  • ddl

    unknown