Well Production
Well production summary
Alias for /v1/well-production. Returns the national and top-state oil/gas production summary from state regulators and EIA.
get/v1/well-production/summary
Response
Production summary
Example response
{
"status": "success",
"data": {
"top_states": [
{
"state": "TX",
"period": "2026-03",
"oil_bbl": 179126000,
"oil_bpd": 5778258,
"boe": 179126000
}
]
}
}