Track drilling activity before it becomes production
Use well permits as a forward supply signal. Query public permit records by state, operator, formation, county, and recent activity window before production data catches up.
Query patterns for upstream intelligence
Start with the permit fields that answer where activity is moving, who is filing, and which formations or counties are seeing new work.
27-State Permit Coverage
Track public permit records from official state regulatory datasets, including Texas RRC, Oklahoma OCC, New Mexico OCD, and Alaska AOGCC.
Operator Search
Filter by operator where the source provides it, then compare activity across states, counties, and recent filing windows.
Formation And Basin Context
Use formation and basin fields where available to track activity in plays such as the Permian, Eagle Ford, Bakken, Marcellus, and DJ Basin.
County And Geography
Build market maps and business-development lists by county, state, and available location fields without scraping separate state portals.
Recent Activity Windows
Query latest and search endpoints for recent permit filings. Coverage and cadence vary by state source, so do not assume one global refresh interval.
Source And Freshness Fields
Use source and fetched_at metadata in API responses to keep internal dashboards honest about provenance and data recency.
First call: recent Texas permits
Start with the canonical well-permits endpoint family and inspect provenance fields in the response.
curl "https://api.oilpriceapi.com/v1/ei/well-permits/latest?state=TX&days=30&limit=1" \
-H "Authorization: Token YOUR_API_KEY"
{
"status": "success",
"data": [
{
"api_number": "09092269632900",
"state_code": "TX",
"county": "Midland",
"permit_type": "new_drill",
"permit_status": "approved",
"permit_date": "2026-05-06",
"operator": {
"name": "PERMIAN DEEP ROCK OIL CO., LLC"
},
"well": {
"name": "BARNYARD",
"type": "oil"
},
"provenance": {
"source": "texas_rrc",
"fetched_at": "2026-05-09T20:00:13Z"
}
}
],
"meta": {
"coverage": "27 US states",
"cadence": "varies by state source"
}
}Dataset truth before you build
The page is built around what the current product can support: official state permit records, transparent caveats, and a first-call path into the API.
Verified for public copy
- Canonical endpoint family: /v1/ei/well-permits
- 27 US states in production data
- 2M+ public permit records
- Official state regulatory datasets
- State, operator, formation, county, and geography where available
- Page/signup source can be tied to first permit endpoint usage
Keep these caveats visible
- Coverage and update cadence vary by state source
- Many core sources are checked daily; others publish weekly, monthly, or quarterly
- Historical coverage varies by state
- Permits are a forward signal, not a guarantee of production timing or volume
- Production and lifecycle linkage are adjacent pilots, not nationwide promises
- No public display, resale, or redistribution rights are implied
Upstream Intelligence
Track where operators are filing permits and which formations are seeing activity before volumes show up in production data.
Oilfield Services BD
Prioritize accounts and regions where permit activity suggests crews, equipment, acreage, or services may be moving.
Land And Data Products
Feed structured permit records into internal maps, asset screens, mineral workflows, and oil-and-gas software products.
Build from permit activity, not portal scraping
Use structured well-permit records to validate upstream intelligence, services, land, and data-product workflows.
Free trial available | Month-to-month | Internal API workflows