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
Example response
{
"status": "success",
"data": {
"state": "TX",
"data": [
{
"period": "2025-06",
"source": "eia_api"
}
]
}
}