v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Well Production

Monthly production time series for a state

Retrieve the monthly well-production time series for one covered state.

get/v1/well-production/states/{state_code}

Path parameters

state_codestring required
Example:TX

Two-letter state code (e.g. TX, NM, ND, AK).

Response

Monthly production series

statusstring

Example response

{
  "status": "success",
  "data": {
    "state": "TX",
    "data": [
      {
        "period": "2025-06",
        "source": "eia_api"
      }
    ]
  }
}