---
title: "Well production summary"
method: GET
path: "/v1/well-production"
tags: ["Well Production"]
---

# Well production summary

`GET /v1/well-production`

National and top-state oil/gas production summary. Sourced from state regulators
(TX RRC, NM OCD, ND NDIC, AOGCC) and EIA.

## Response `200`

Production summary

- object
  - `status` string
  - `data` object
    - `national` object, nullable
    - `top_states` StateProduction[]
      - `state` string
      - `period` string
      - `oil_bbl` number, nullable
      - `oil_bpd` number, nullable
      - `gas_mcf` number, nullable
      - `boe` number, nullable

## 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)
