v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Drilling Intelligence

Get latest rig count data (simplified)

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.

get/v1/rig-counts/latest

Response

Latest rig count data

statusstring

Example response

{
  "status": "success",
  "data": {
    "code": "US_RIG_COUNT",
    "region": "United States",
    "count": 540,
    "unit": "rigs",
    "source": "baker_hughes",
    "created_at": "2025-08-02T20:15:00Z",
    "week_over_week_change": -5,
    "year_over_year_change": 45
  }
}