---
title: "Monthly production time series for a state"
method: GET
path: "/v1/well-production/states/{state_code}"
tags: ["Well Production"]
---

# Monthly production time series for a state

`GET /v1/well-production/states/{state_code}`

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

## Path parameters

- `state_code` string, required

## Response `200`

Monthly production series

- object
  - `status` string
  - `data` object
    - `state` string
    - `period` object
      - `start` string, date
      - `end` string, date
    - `count` integer
    - `data` object[]
      - `period` string
      - `oil_bbl` number, nullable
      - `gas_mcf` number, nullable
      - `water_bbl` number, nullable
      - `boe` number, nullable
      - `days_producing` integer, nullable
      - `source` string

## Other responses

- `401` — Unauthorized
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
