All data sources

Argentina Energy (datos.energia.gob.ar)

No authargentina

Argentine oil & gas open data from the Secretaría de Energía CKAN portal: well-level Capítulo IV production metadata (85,380 wells), unconventional shale/tight monthly production (400,759 rows, 2006-present), master well registry (84,242 wells), Vaca Muerta directional well trajectories (2,133 wells), and per-job fracture detail (4,696 jobs). First CKAN datastore connector in PatchOps. HTTP only — host has broken HTTPS. Filters are strict case-sensitive — use enumValues from getServiceInfo.

Provenance

PublisherArgentina Energy (datos.energia.gob.ar)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchProductionByWell

    read

    Argentine well-level production metadata. Filter provincia, empresa, formacion, cuenca, tipoRecurso.

    Entitiesproduction, well
    Input schema
    {
      "type": "object",
      "properties": {
        "provincia": {
          "type": "string",
          "examples": [
            "Neuquén"
          ]
        },
        "empresa": {
          "type": "string"
        },
        "formacion": {
          "type": "string",
          "examples": [
            "vaca muerta"
          ]
        },
        "cuenca": {
          "type": "string"
        },
        "tipoRecurso": {
          "type": "string"
        },
        "year": {
          "type": "number"
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    Strict case-sensitive filters. 85,380 wells across 13 provinces.

  • searchUnconventionalProduction

    read

    Monthly oil/gas/water + injection per shale/tight well (2006-present, 400,759 rows).

    Entitiesproduction
    Input schema
    {
      "type": "object",
      "properties": {
        "provincia": {
          "type": "string"
        },
        "empresa": {
          "type": "string"
        },
        "formacion": {
          "type": "string",
          "examples": [
            "vaca muerta"
          ]
        },
        "cuenca": {
          "type": "string"
        },
        "year": {
          "type": "number",
          "examples": [
            2024
          ]
        },
        "month": {
          "type": "number"
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    Filter year + month. 6 provinces have unconventional activity.

  • searchVacaMuertaTrajectories

    read

    Vaca Muerta directional trajectories (2,133 wells, MultiLineString, lateral length, TVD).

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "sigla": {
          "type": "string"
        },
        "limit": {
          "type": "number",
          "examples": [
            50
          ]
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    No empresa column. Use sigla full-text q for substring lookup.

  • searchFractureData

    read

    Per-job frac detail (4,696 jobs): laterals, frac count, sand, water, pressure, HP.

    Entitiesfrac_job, completion
    Input schema
    {
      "type": "object",
      "properties": {
        "empresa": {
          "type": "string"
        },
        "formacion": {
          "type": "string",
          "examples": [
            "vaca muerta"
          ]
        },
        "tipoReservorio": {
          "type": "string"
        },
        "subtipoReservorio": {
          "type": "string"
        },
        "year": {
          "type": "number",
          "examples": [
            2024
          ]
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    tipoReservorio: CONVENCIONAL/NO CONVENCIONAL. See enumValues for terminacion.

  • searchWellInventory

    read

    Master well registry (84,242 wells) by empresa code (e.g. "YPF"), provincia, or cuenca.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "empresa": {
          "type": "string",
          "examples": [
            "YPF"
          ]
        },
        "provincia": {
          "type": "string"
        },
        "cuenca": {
          "type": "string"
        },
        "limit": {
          "type": "number",
          "examples": [
            100
          ]
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    empresa filter matches `idempresa` short code, NOT full company name.

  • getServiceInfo

    read

    Resource IDs, live row totals, and exact enum values (provincias, cuencas, tipoRecurso, etc.).

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