US Oil Production API — EIA Weekly & Monthly + History
"US crude output held near record highs" — that headline has two official sources, and this API serves both, honestly labeled: the EIA weekly national production estimate (fresh every Wednesday from the Weekly Petroleum Status Report) and the monthly EIA-914 survey from the Petroleum Supply Monthly (the consolidated number, with the state breakdown the market actually discusses). **What you…
US Oil Production API — EIA Weekly & Monthly + History endpoints
| Method | Endpoint | Description |
|---|---|---|
| production | ||
| GET |
/v1/production/{area} /v1/production/{area} |
Default frequency is honest per area: `us` serves the weekly WPSR estimate (the freshest number), states serve monthly (the only cadence the EIA publishes at state level).… |
| GET |
/v1/production/{area}/history /v1/production/{area}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Weekly periods are survey… |
| GET |
/v1/production/latest /v1/production/latest |
The full production picture in one call: the latest weekly US estimate plus the latest monthly EIA-914 value of every area (nine rows; each row declares its `frequency`). |
| Other endpoints | ||
| GET |
/health /health |
Cheap process check. Does not touch the database. Not rate limited. |
| GET |
/health/deep /health/deep |
Verifies database connectivity and that BOTH US headline cadences are fresh, each against its own report calendar: weekly at most 16 days old (WPSR), monthly at most 130 days old… |
| GET |
/v1/production/{area}/history /v1/production/{area}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Weekly periods are survey… |
| GET |
/v1/production/latest /v1/production/latest |
The full production picture in one call: the latest weekly US estimate plus the latest monthly EIA-914 value of every area (nine rows; each row declares its `frequency`). |
| GET |
/v1/production/{area} /v1/production/{area} |
Default frequency is honest per area: `us` serves the weekly WPSR estimate (the freshest number), states serve monthly (the only cadence the EIA publishes at state level).… |
US Oil Production API — EIA Weekly & Monthly + History pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 240 / minute |
|