Drilling Intelligence
Get DUC wells data
Get the latest EIA drilled-but-uncompleted well inventory by basin. Requires the Scale plan.
get/v1/drilling-intelligence/duc-wells
Response
DUC wells data
Example response
{
"status": "success",
"data": {
"duc_wells": [
{
"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"
}
],
"completions": [
{
"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"
}
],
"wells_drilled": [
{
"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": {
"total": 2815,
"by_basin": {
"PERMIAN": 893,
"BAKKEN": 420
}
}
}
}