---
title: "Production for a single well"
method: GET
path: "/v1/well-production/wells/{api_number}"
tags: ["Well Production"]
---

# Production for a single well

`GET /v1/well-production/wells/{api_number}`

Production history for a single well by its 14-digit API well number.

## Path parameters

- `api_number` string, required

## Response `200`

Well production history

- object
  - `status` string
  - `data` object

## Other responses

- `400` — API number is not 14 digits (`{"error":{"code":"INVALID_PARAMETER",...}}`).
- `401` — Unauthorized
- `404` — Well not found
- `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)
