Well identity
- API number
- operator
- county
- RRC district
- oil or gas classification
- lease identity
- well information where supported
Use the RRC Wellbore Query workflow to look up a Texas well by API number, then pull identity, completion, and filed lease production.
EnergyNetWatch normalizes the relationships between Texas regulatory datasets while preserving source dates, reporting grain and important regulatory context.
The well identifier starts the workflow. The lease identity establishes the applicable production-reporting grain.
EnergyNetWatch lets a developer start with a Texas API number, resolve the corresponding Railroad Commission well and lease identity, optionally retrieve completion context, and request official filed production for the resolved lease. Texas production reporting grain matters because official oil production can represent multiple wells on the same lease rather than production from one individual well.
Five live completion requests through the published MCP package returned in 79–426 milliseconds after a query-performance repair. Their data payloads matched the pre-change results, excluding request metadata. This is a five-well check, not a response-time guarantee or a complete coverage audit.
General Texas well responses identify available official lease context and differences from legacy estimates. Use the official filed-lease route for lease production; modeled well estimates remain a separate measure. Start with well numbers you already know and check each response’s source date and availability.
The Texas RRC API workflow connects the wellbore identifier to the regulatory lease relationship needed for source-aware production retrieval.
Search or validate the Texas API number against EnergyNetWatch's normalized well index.
Connect the API number to official Railroad Commission operator, district, classification and lease information.
Retrieve supported formation, perforation, depth and completion information when the workflow requires it.
Use the resolved lease identity to retrieve official reported production while preserving the source reporting grain.
Both requests returned 200 in the dated check. Resolve the well identity first, then request one production month using the returned lease key.
# Server-side only; set ENW_API_KEY securely before running.
curl --fail-with-body \
'https://api.energynetwatch.com/api/public/regulatory/tx/wells/4230137185' \
--header "X-API-Key: $ENW_API_KEY"
# Use the O / 08 / 63759 identity returned above.
curl --fail-with-body --get \
'https://api.energynetwatch.com/api/public/regulatory/tx/leases/O/08/63759/production' \
--header "X-API-Key: $ENW_API_KEY" \
--data-urlencode 'start=2026-06' \
--data-urlencode 'end=2026-06' \
--data-urlencode 'limit=1'The identity response returned regulatoryIdentity oilGasCode O, districtNo 08 and leaseNo 63759. The production response returned one series row for 2026-06-01: BOWEN DAVIS UNIT, EOG RESOURCES, INC. (253162), reportFiledFlag Y, oilBbl 12,339 and casingheadGasMcf 21,478.
productionBasis is official_filed_lease. wellCount was 1 in this response, but the source remains a lease total. Never sum repeated copies of the same lease month when several API numbers resolve to it. June 2026 was this lease's latest available filed month at retrieval, not a statewide freshness claim.
The identity request uses 24 units and the lease-series request uses 48: 72 units for this pair. Optional completion, search and additional requests cost separately. Review current API pricing before a larger run. Keep your key out of browser code, shared notebooks and AI prompts.
A valid lease can return no rows for a selected month; do not convert that absence into zero production. A 401, quota error or server failure is an access/request problem, not a production observation. See the production source guide and missing-data checklist for interpretation. Later filings or identity corrections can change this example.
Texas regulatory records are distributed across multiple Railroad Commission datasets, identifiers and query systems. A usable production workflow must connect those record families without erasing their different grains.
EnergyNetWatch handles these relationships and exposes the resulting records through a consistent API so customers do not have to build and maintain the Texas regulatory-data pipeline themselves.
The Texas RRC Wellbore Query guidance documents searches by API number and returns related operator, district, lease and well fields.
EnergyNetWatch exposes supported well, completion, production and source-context records as separate, structured parts of the workflow.
Official Texas production should not automatically be labeled as individual-well production. Railroad Commission guidance states that production is reported by lease rather than individual well; an oil lease can include production from multiple wells.
API Number → Production Record → “Well Production”
API Number → RRC Well Identity → Lease Identity → Filed Lease Production → Reporting-Grain Context
EnergyNetWatch preserves this distinction in analytics, dashboards, AI-generated research, CRM enrichment, internal reporting and automated data workflows. The identifier path remains visible so downstream systems can describe the record accurately.
See the Railroad Commission of Texas Production Data Query FAQ for the Commission's explanation of lease-level reporting.
The endpoints keep normalized well lookup, official RRC identity, completion context and filed production as explicit operations.
For authentication, schemas, parameters, response contracts and current usage pricing, see the EnergyNetWatch API Reference.
GET /api/public/wells?search={api}&state=TXGET /api/public/wells/{api}?state=TXGET /api/public/regulatory/tx/wells/{api}GET /api/public/regulatory/tx/wells/{api}/completionGET /api/public/regulatory/tx/leases/{type}/{district}/{lease}/productionEach workflow uses the same source-aware identifier relationships for a different application job.
Attach official Texas regulatory context to existing well, operator or asset records.
Bring Texas well and production records into dashboards, internal tools and governed reporting workflows.
Connect regulatory well records with EnergyNetWatch operator, permit and infrastructure datasets.
Use structured responses for recurring enrichment, monitoring and analytics jobs.
Allow authorized AI applications to query source-aware Texas regulatory records through EnergyNetWatch API or MCP interfaces.
Compatible AI clients can access supported EnergyNetWatch workflows using the customer's authorized API access. MCP uses the same read-only source boundaries as the underlying API.
“Look up Texas API number 42XXXXXXXX, identify the official RRC operator and lease, and return available filed production while clearly stating the reporting grain and latest source date.”
These answers distinguish the wellbore identifier, regulatory lease identity, completion context and production-reporting grain.
The Railroad Commission of Texas publishes regulatory information through public query systems, research pages and downloadable datasets. EnergyNetWatch provides a normalized, authenticated API layer designed for application, enrichment and automation workflows while keeping the relevant Railroad Commission identifiers and source context visible.
Yes. EnergyNetWatch can search a normalized Texas well index by API number and, through the official Texas regulatory route, resolve supported operator, district, oil or gas classification, lease identity and well context. Available fields depend on the underlying source records and endpoint coverage.
Start with the API number, then resolve the corresponding Railroad Commission well identity. The official RRC identity response can provide the district, classification and lease relationship needed for the applicable lease-production request. EnergyNetWatch performs that identifier handoff through a consistent API workflow.
Yes, when the well resolves to a supported Railroad Commission lease identity. EnergyNetWatch uses the API number to find the relevant district, oil or gas classification and lease number, then retrieves applicable filed production. The response should be interpreted at the reporting grain supplied by the source.
Official Texas oil production is reported at lease grain, and one oil lease can contain multiple producing wells. A production record reached from an API number should therefore not automatically be labeled as official individual-well production. EnergyNetWatch keeps the lease relationship and reporting-grain context visible.
A Texas API number identifies a wellbore. An RRC lease number identifies the regulatory lease used for applicable production reporting and related records. A well can be connected to a lease, but the well identifier and production-reporting identifier describe different record grains.
Yes, where supported records are available. The separate completion workflow can return formation, perforation, depth and retained approved W-2/G-1 context. Completion information provides regulatory well context; it does not by itself establish current production, reserves, economics or present drilling activity.
Yes. An authorized AI application can use the EnergyNetWatch API directly or invoke supported read-only tools through an MCP-compatible client. The agent should preserve the official identifiers, latest source date, reporting grain and regulatory caveats returned with the records.
Official RRC sources establish the regulatory facts. EnergyNetWatch normalizes the identifiers and relationships needed for programmatic use while preserving source context.
Review authentication, schemas, parameters and response contracts.
See current usage-based access and plan information.
Connect compatible AI clients to authorized read-only workflows.
Understand reporting lag, lease grain and production-source context.
Review the broader normalized well-identifier workflow.
Review broader production and operator-summary API coverage.
Check current Texas source and workflow coverage.
See how EnergyNetWatch separates source facts from normalized and derived context.
Content and worked requests reviewed: September 12, 2026. Production months remain separately labeled.
Connect Texas API numbers with regulatory well identity, completion, lease and filed production records without building and maintaining the underlying Texas regulatory-data pipeline yourself.