G

Govparse · Incidents Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which pipeline operators had a reported incident? Search PHMSA pipeline incidents (2010+, gas distribution / hazardous liquid / gas transmission) by operator, operator_id, mode, state, cause, commodity, minimum cost (min_cost), year, or incident date (since). Returns the incident, its entity-resolved operator, location, commodity released, casualties, cost, and cause — a remediation / integrity / claims trigger. Reported exactly as recorded, not a safety judgment.

Endpoint

GET https://api.govparse.io/v1/phmsa/incidents/search

2

Calls / 30d

1

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/phmsa/incidents/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/phmsa/incidents/search?mode=hazardous_liquid&operator=Enbridge&operator_id=15007" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "cause": "CORROSION FAILURE",
      "city": "Midland",
      "commodity_released": "CRUDE OIL",
      "county": "MIDLAND",
      "entity_id": null,
      "fatalities": 0,
      "incident_date": "2025-03-14",
      "incident_id": "hazardous_liquid:20250123",
      "incident_year": 2025,
      "injuries": 0,
      "mode": "hazardous_liquid",
      "name": "Example Pipeline Partners LP",
      "operator_id": "31618",
      "property_damage": 250000,
      "report_number": "20250123",
      "state": "TX",
      "total_cost": 1250000
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services