---
title: "Get well permits data"
method: GET
path: "/v1/drilling-intelligence/well-permits"
tags: ["Drilling Intelligence"]
---

# Get well permits data

`GET /v1/drilling-intelligence/well-permits`

Get recent drilling permits with bounded pagination and an optional
state filter.
**Requires the Scale plan.**

## Query parameters

- `state_code` string
- `days` integer
- `page` integer
- `per_page` integer

## Response `200`

Well permits data

- WellPermitsResponse
  - `status` string, required
  - `data` object, required
    - `well_permits` object[], required
      - `api_number` string
      - `state` string
      - `county` string, nullable
      - `operator` string, nullable
      - `permit_number` string, nullable
      - `permit_type` string, nullable
      - `permit_status` string, nullable
      - `permit_date` string, date, nullable
      - `approval_date` string, date, nullable
      - `spud_date` string, date, nullable
      - `well_name` string, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
    - `summary` object, required
      - `total` integer
      - `by_state` object
      - `days` integer
      - `last_updated` string, date-time, nullable
    - `pagination` object, required
      - `page` integer
      - `per_page` integer
      - `total` integer
      - `total_pages` integer

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `403` — Insufficient plan - Scale required
- `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)
