Drilling Intelligence
Get frac spreads data
Get the latest national frac-spread count and any available legacy basin series. Requires the Scale plan.
get/v1/drilling-intelligence/frac-spreads
Response
Frac spreads data
Example response
{
"status": "success",
"data": {
"frac_spreads": [
{
"code": "US_RIG_COUNT",
"name": "US Rig Count",
"value": 540,
"unit": "rigs",
"source": "Baker Hughes",
"created_at": "2026-07-27T00:00:00Z",
"formatted_date": "2026-07-27 00:00:00 UTC"
}
],
"summary": {
"national_count": 196
}
}
}