Provenance
Freshness & coverage
Methods (6)
searchProductionByWell
readArgentine well-level production metadata. Filter provincia, empresa, formacion, cuenca, tipoRecurso.
Entitiesproduction, wellInput 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
readMonthly oil/gas/water + injection per shale/tight well (2006-present, 400,759 rows).
EntitiesproductionInput 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
readVaca Muerta directional trajectories (2,133 wells, MultiLineString, lateral length, TVD).
EntitiesrecordInput 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
readPer-job frac detail (4,696 jobs): laterals, frac count, sand, water, pressure, HP.
Entitiesfrac_job, completionInput 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
readMaster well registry (84,242 wells) by empresa code (e.g. "YPF"), provincia, or cuenca.
EntitieswellInput 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
readResource IDs, live row totals, and exact enum values (provincias, cuencas, tipoRecurso, etc.).
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
