Drilling Intelligence
Get well permits data
Get recent drilling permits with bounded pagination and an optional state filter. Requires the Scale plan.
get/v1/drilling-intelligence/well-permits
Query parameters
state_codestring
Example:TX
Two-letter US state code
daysinteger
Example:30
Lookback window in days (clamped to 1-365)
pageinteger
Example:1
Page number for pagination
per_pageinteger
Example:50
Results per page (max 200)
Response
Well permits data
Example response
{
"status": "success",
"data": {
"well_permits": [
{
"state": "TX"
}
]
}
}