All data sources

ComboCurve

API keycombocurve

Production forecasting, decline curve analysis, type curves, and economic evaluations for oil and gas assets.

Provenance

PublisherComboCurve

Freshness & coverage

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

Methods (21)

  • listWells

    read

    List wells by geography, operator, status, identifiers, or date filters.

    Input schema
    {
      "type": "object",
      "properties": {
        "basin": {
          "type": "string",
          "description": "Filter by basin name."
        },
        "operator": {
          "type": "string",
          "description": "Filter by operator name."
        },
        "state": {
          "type": "string",
          "description": "Filter by state."
        },
        "county": {
          "type": "string",
          "description": "Filter by county."
        },
        "api10": {
          "type": "string",
          "description": "Filter by API10."
        },
        "api14": {
          "type": "string",
          "description": "Filter by API14."
        },
        "take": {
          "type": "number",
          "description": "Maximum records to return (1-200)."
        }
      },
      "additionalProperties": true
    }
  • getWell

    read

    Fetch one well by ComboCurve ID.

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "ComboCurve well ID."
        }
      },
      "required": [
        "id"
      ],
      "additionalProperties": true
    }
  • listProjects

    read

    List ComboCurve projects that group wells, forecasts, scenarios, and economics.

  • getProject

    read

    Fetch a specific project by ID.

  • listDailyProductions

    read

    List daily production records with optional well and date filters.

  • listMonthlyProductions

    read

    List monthly production records with optional well and date filters.

  • listForecasts

    read

    List forecasts within a project.

    Required paramsprojectId
    Input schema
    {
      "type": "object",
      "properties": {
        "projectId": {
          "type": "string",
          "description": "Project ID."
        },
        "take": {
          "type": "number",
          "description": "Maximum records to return (1-200)."
        },
        "skip": {
          "type": "number",
          "description": "Records to skip."
        }
      },
      "required": [
        "projectId"
      ],
      "additionalProperties": true
    }
  • getForecast

    read

    Fetch a specific forecast within a project.

  • listForecastParameters

    read

    List decline-curve parameters for a forecast.

  • listForecastOutputs

    read

    List forecast output rows for a forecast.

  • listForecastVolumes

    read

    List daily or monthly forecast volumes for project, forecast, or well scope.

    Input schema
    {
      "type": "object",
      "properties": {
        "projectId": {
          "type": "string",
          "description": "Optional project ID filter."
        },
        "forecastId": {
          "type": "string",
          "description": "Optional forecast ID filter."
        },
        "well": {
          "type": "string",
          "description": "Optional well ID filter."
        },
        "resolution": {
          "type": "string",
          "enum": [
            "daily",
            "monthly"
          ],
          "description": "Volume resolution."
        },
        "take": {
          "type": "number",
          "description": "Maximum records to return (1-200)."
        }
      },
      "additionalProperties": true
    }
  • listScenarios

    read

    List scenarios within a project.

  • listEconRuns

    read

    List economic runs globally or within a project scenario.

    Input schema
    {
      "type": "object",
      "properties": {
        "projectId": {
          "type": "string",
          "description": "Optional project ID."
        },
        "scenarioId": {
          "type": "string",
          "description": "Optional scenario ID."
        },
        "take": {
          "type": "number",
          "description": "Maximum records to return (1-200)."
        }
      },
      "additionalProperties": true
    }
  • listOneLiners

    read

    List one-line economic summaries for an economic run.

  • listTypeCurves

    read

    List type curves inside a project.

    Required paramsprojectId
    Input schema
    {
      "type": "object",
      "properties": {
        "projectId": {
          "type": "string",
          "description": "Project ID."
        },
        "take": {
          "type": "number",
          "description": "Maximum records to return (1-200)."
        }
      },
      "required": [
        "projectId"
      ],
      "additionalProperties": true
    }
  • listTypeCurveFits

    read

    List daily or monthly fit rows for a type curve.

  • listDirectionalSurveys

    read

    List directional survey rows for wells.

  • listTags

    read

    List ComboCurve tags.

  • listWellComments

    read

    List well comments and annotations.

  • listWellIdentifiers

    read

    List well identifier mappings such as API10, API14, and chosen ID.

  • listEconModels

    read

    List company-level or project-level economic models.