v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
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

statusstring required

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
      }
    }
  }
}