---
title: "Get historical rig count data"
method: GET
path: "/v1/rig-counts"
tags: ["Drilling Intelligence"]
---

# Get historical rig count data

`GET /v1/rig-counts`

Retrieve historical rig count data with filtering options.
**Requires the Scale plan.**

## Query parameters

- `region` 'us' | 'canada' | 'international'
- `start_date` string, date
- `end_date` string, date
- `page` integer
- `per_page` integer

## Response `200`

Historical rig count data

- RigCountHistoricalResponse
  - `status` string
  - `rig_counts` object[]
    - `code` string
    - `region` string
    - `count` integer
    - `unit` string
    - `source` string
    - `created_at` string, date-time
  - `meta` PaginationMeta
    - `current_page` integer
    - `per_page` integer
    - `total_pages` integer
    - `total_count` integer
    - `next_page` integer, nullable
    - `prev_page` integer, nullable

## Other responses

- `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/versions/5a5ce424cacc/schema)
