v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Well Production

Well production summary

National and top-state oil/gas production summary. Sourced from state regulators (TX RRC, NM OCD, ND NDIC, AOGCC) and EIA.

get/v1/well-production

Response

Production summary

statusstring

Example response

{
  "status": "success",
  "data": {
    "top_states": [
      {
        "state": "TX",
        "period": "2026-03",
        "oil_bbl": 179126000,
        "oil_bpd": 5778258,
        "boe": 179126000
      }
    ]
  }
}