G

Govparse · Violations Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which mine operators have MSHA citations or orders? Search the MSHA Violations data set (citations & orders at coal & M/NM mines) by cited company, mine id, state, cited 30 CFR standard (part_section), Mine Act section, citation/order type, health/safety area, negligence, likelihood, S&S (sig_sub), contested, year, or issue date (since). Returns the cited violator (entity-resolved), mine, standard cited, penalty, and dates. Reported exactly as cited, not a safety judgment.

Endpoint

GET https://api.govparse.io/v1/msha/violations/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/msha/violations/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/msha/violations/search?company=Consol&mine_id=1202215&violator_id=M09902" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "amount_due": 1304,
      "amount_paid": 0,
      "cal_yr": 2025,
      "cit_ord_safe": "Citation",
      "coal_metal_ind": "C",
      "contractor_id": null,
      "controller_id": "C01234",
      "controller_name": "Example Energy Holdings Inc",
      "docket_no": null,
      "enforcement_area": "Safety",
      "entity_id": null,
      "event_no": "4567890",
      "inj_illness": "LostDays",
      "is_contested": false,
      "is_sig_sub": true,
      "latest_term_due_dt": "2025-11-20",
      "likelihood": "Reasonably",
      "mine_id": "1512345",
      "mine_name": "Example No. 1 Mine",
      "mine_type": "Underground",
      "negligence": "HighNegligence",
      "no_affected": 1,
      "part_section": "75.400",
      "proposed_penalty": 1304,
      "section_of_act": "104(a)",
      "sig_sub": "Y",
      "special_assess": "N",
      "state": "KY",
      "termination_dt": "2025-11-18",
      "violation_issue_dt": "2025-11-14",
      "violation_no": "9012345",
      "violator_id": "M09902",
      "violator_name": "Example Coal Company LLC",
      "violator_type_cd": "Operator"
    }
  ],
  "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