Create or sign in
Create an EnergyNetWatch account or sign in, then open Settings → API Access to buy credits and activate API-only access.
EnergyNetWatch gives developers, analysts, and commercial teams API access to structured public oil and gas records covering operators, permits, wells, production, facility permits, infrastructure signals, TX/NM source-signal reports, source dates, and coverage notes.
Prepaid API credits start at $50 for 10,000 units. Use the OpenAPI schema, API keys, request IDs, rate-limit headers, and usage controls to build internal dashboards, CRMs, enrichment jobs, and AI workflows.
This is the shortest path for a developer or analyst testing EnergyNetWatch API access from a new workspace.
Create an EnergyNetWatch account or sign in, then open Settings → API Access to buy credits and activate API-only access.
Create an account, open Settings → API Access, and complete prepaid checkout. API-only access does not require a Premium app subscription. Request help separately for custom delivery or licensing.
After payment is processed and access is active, create a key in API Access or use your existing active key. Save it privately and store it server-side.
Confirm the key, account state, rate-limit headers, request id, and remaining usage before larger requests.
Use a simple Civitas/operator lookup before running permit, well, production, or signal workflows.
Use the OpenAPI JSON to inspect endpoint parameters, response fields, error responses, and unit costs.
Start with one county and one dataset before connecting a larger dashboard or CRM. The Texas county drilling permit export example includes a downloadable script, CSV and JSON output, pagination checks, and a dated sample. It shows how to retain operator names and source dates without treating a permit as proof that drilling has started.
For AI-assisted review, follow the county export and MCP workflow. The current MCP permit tool does not filter by county: use the REST export first, then review the file in a file-capable client. For official Texas production, use the separate well-to-lease production API workflow; lease totals are not individual-well production.
Compare oil and gas API pricing and unit costs before scaling. These examples support internal research and integration; ask about licensing before redistribution or resale.
Most teams do not need a full enterprise data platform just to test an API connection, enrich a CRM, monitor permit activity, feed an internal dashboard, or support an AI workflow. EnergyNetWatch API access is designed for specific oil and gas data jobs: start with the records and endpoints you need, then expand as the workflow proves value.
Search operator records, fetch operator profiles, and connect operator names to permit, well, production, and activity context.
Query drilling permits by state, county, text search, date window, or reported spud date. Text search can match operator names; available filters vary by endpoint.
Start with four-unit normalized search or well detail, then use Texas regulatory calls when the workflow needs official operator, district, lease, completion, inactive-status, or test context.
Keep supported modeled well history separate from official filed Texas lease production. A multi-well lease total is not official individual-well production.
Preview facility permit records with source caveats and filing context.
Rank operators by infrastructure lead signals and related permit activity where available.
Query bounded Texas pipeline GIS, T-4 route evidence, and regulator-derived Texas or New Mexico facility records.
Call live TX PS-48, NM APD, and combined TX/NM signal summary endpoints for reporting workflows.
Search grouped evidence for a company or operator across profiles, state mappings, permits, wells, production rollups, and facility records.
Start small, validate the workflow, then expand by dataset, usage volume, geography, or delivery model. Access may vary by coverage, endpoint family, and plan.
For developers, analysts, and small teams testing a targeted oil and gas data workflow.
For users who want the EnergyNetWatch app plus API access for exports, review, validation, and recurring workflows.
For teams needing higher volume, commercial use, recurring delivery, custom CSV/API workflows, or broader coverage.
These pages break the API surface into the searches buyers actually use: permits, operators, production, wells, infrastructure signals, CRM enrichment, dashboards, and AI agents.
Responses include structured JSON and should preserve request ids, pagination, source context, and coverage notes where the endpoint provides them. These abridged examples use illustrative values, not current search results; additional fields are omitted.
{
"success": true,
"data": {
"ok": true,
"service": "oandg-public-api",
"now": "2026-09-13T12:00:00.000Z"
}
}{
"success": true,
"data": {
"items": [
{"operator_id": 123, "operator_name": "Example Energy LLC"}
],
"pagination": {"page": 1, "limit": 5, "returned": 1}
}
}{
"success": false,
"error": "Unauthorized"
}The API is useful when oil and gas data needs to move into another system instead of staying inside a web app.
Oil and gas data varies by state, source cadence, filing type, record quality, and loaded-through date. EnergyNetWatch API responses are designed to keep source freshness, coverage context, request IDs, and caveats visible where they matter.
curl https://api.energynetwatch.com/api/public/health \
-H "X-API-Key: $ENERGYNETWATCH_API_KEY"curl "https://api.energynetwatch.com/api/public/operators?search=Civitas&limit=5" \
-H "X-API-Key: $ENERGYNETWATCH_API_KEY"curl "https://api.energynetwatch.com/api/public/permits?state=TX&search=Civitas&limit=10" \
-H "X-API-Key: $ENERGYNETWATCH_API_KEY"curl "https://api.energynetwatch.com/api/public/data-availability?search=Civitas&state=TX&includeCounty=true" \
-H "X-API-Key: $ENERGYNETWATCH_API_KEY"curl "https://api.energynetwatch.com/api/public/reports/tx-nm-signal-summary" \
-H "X-API-Key: $ENERGYNETWATCH_API_KEY"curl "https://api.energynetwatch.com/api/public/signals/tx/ps48?limit=2" \
-H "X-API-Key: $ENERGYNETWATCH_API_KEY"Build oil and gas data into internal tools, dashboards, agents, or customer workflows.
Track operators, permits, production context, and infrastructure signals for lead generation.
Automate recurring data pulls instead of repeating state-site searches and manual exports.
Give AI tools structured, source-aware oil and gas data instead of unstructured web pages.
Start with a focused API plan before committing to a broader platform subscription.
Search, filter, map, export, and review oil and gas records interactively.
Deliver records into your own system, dashboard, AI workflow, CRM, report process, or data pipeline.
Have EnergyNetWatch package recurring signals without maintaining an API connection.
An oil and gas data API lets software systems request structured energy records such as operators, wells, permits, production history, facility permits, and infrastructure signals. Instead of manually downloading files or searching state portals, an API can deliver records into dashboards, CRMs, reports, AI tools, and internal workflows.
No. EnergyNetWatch can support API-only access with prepaid unit packs. Starter API credits begin at $50 for 10,000 units.
Available API records may include operators, drilling permits, wells, Texas RRC operator/district/lease identity, completion and inactive-well context, modeled well history, official filed Texas lease production, facility permits, physical pipeline/T-4 records, TX/NM signals, data availability checks, and source notes. Access depends on dataset, geography, endpoint, and plan.
Yes. General well search and detail are four units each. For Texas, a separate 24-unit regulatory identity call resolves official operator, district, and lease fields; the 40-unit completion call and 48-unit official lease-production call are separate so integrations request only the depth they need.
Yes. EnergyNetWatch API access is suitable for server-side AI workflows, tool-calling systems, MCP-style tools, and internal automation when keys are stored securely and source context stays visible.
EnergyNetWatch focuses on making public energy records more usable by normalizing records, preserving source context, and exposing structured workflows through the app, reports, exports, API access, and MCP workflows.
API access uses endpoint permissions, rate limits, prepaid units, request IDs, and clear error responses for missing keys, invalid keys, exhausted usage, unsupported endpoints, and rate limiting.
Internal dashboards, enrichment, monitoring, and workflow automation are the usual starting points. Contact EnergyNetWatch before using API data in a public-facing or resold product.
The API is best when software systems need direct endpoint access to structured records. The MCP server is best when an AI tool or agent needs to query EnergyNetWatch data through natural-language workflows and tool calls.