Which pipeline operators are in a market, and who are they?
Which pipeline operators are in a market, and who are they? Search the PHMSA pipeline operator roster by operator name, operator_id (OPID), HQ state, operator_type, or commodity. Returns the operator, HQ address, commodity, type, and entity-resolved company — the target universe for oil-and-gas services, pipeline-integrity & environmental consultants, energy insurers, and industrial real estate. PHMSA public-domain records.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
505 msmedian answer time
$1.25listed price per call
$1.25price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/phmsa/operators/search
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 505 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"operator": "Kinder Morgan",
"operator_id": "15007",
"state": "TX"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"commodity": {
"description": "Commodity fragment.",
"examples": [
"Natural Gas"
],
"type": "string"
},
"entity_id": {
"description": "Resolved operator entity UUID (pivots to business360).",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"operator": {
"description": "Pipeline operator name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Kinder Morgan"
],
"type": "string"
},
"operator_id": {
"description": "PHMSA operator id (OPID)(s), CSV.",
"examples": [
"15007"
],
"type": "string"
},
"operator_type": {
"description": "Operator/ownership type fragment.",
"examples": [
"Investor"
],
"type": "string"
},
"sort": {
"description": "operator_name | report_year :asc|:desc. Default operator_name:asc.",
"examples": [
"operator_name:asc"
],
"type": "string"
},
"state": {
"description": "HQ state code(s), CSV.",
"examples": [
"TX"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}