---
title: "Top producing wells"
method: GET
path: "/v1/well-production/top-producers"
tags: ["Well Production"]
---

# Top producing wells

`GET /v1/well-production/top-producers`

Highest-producing wells over the trailing period, optionally scoped to a state.

## Query parameters

- `state` string

## Response `200`

Top producers

- object
  - `status` string
  - `data` object
    - `state` string
    - `period` object
      - `start` string, date
      - `end` string, date

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