v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Drilling Intelligence

Get the latest drilling intelligence summary

Compatibility alias for /v1/drilling-intelligence/summary. Requires the Scale plan.

get/v1/drilling-intelligence/latest

Response

Latest drilling intelligence summary

statusstring required

Example response

{
  "status": "success",
  "data": {
    "rig_counts": {
      "US_RIG_COUNT": 587,
      "CANADA_RIG_COUNT": 204,
      "INTERNATIONAL_RIG_COUNT": 1073
    },
    "frac_spread_count": 196,
    "well_permits": {
      "last_30d": 671
    },
    "duc_wells_total": 2421,
    "last_updated": "2026-07-27T00:00:00Z"
  }
}