---
title: "Get latest rig count data (simplified)"
method: GET
path: "/v1/rig-counts/latest"
tags: ["Drilling Intelligence"]
---

# Get latest rig count data (simplified)

`GET /v1/rig-counts/latest`

Retrieve the latest rig count data in a simplified format.
This endpoint returns the most recent US rig count with week-over-week and year-over-year changes.
**Requires the Scale plan.**

## Response `200`

Latest rig count data

- RigCountLatestResponse
  - `status` string
  - `data` object
    - `code` string
    - `region` string
    - `count` integer
    - `unit` string
    - `source` string
    - `created_at` string, date-time
    - `week_over_week_change` integer
    - `year_over_year_change` integer

## Other responses

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