Drilling Intelligence
Get the drilling intelligence summary
Compatibility alias for the cache-backed drilling intelligence summary. Prefer /v1/drilling-intelligence/summary for new integrations. Requires the Scale plan.
get/v1/drilling-intelligence
Response
Drilling intelligence summary
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"
}
}