{
  "x402Version": 2,
  "id": 14571,
  "slug": "14571",
  "resource": "https://api.govparse.io/v1/msha/violations/search",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "company": "Consol",
            "mine_id": "1202215",
            "violator_id": "M09902"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "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
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/msha/violations/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "cit_ord": {
                "description": "Citation | Order | Safeguard (CSV).",
                "examples": [
                  "Order"
                ],
                "type": "string"
              },
              "coal_metal": {
                "description": "C = coal, M = metal/non-metal.",
                "examples": [
                  "C"
                ],
                "type": "string"
              },
              "company": {
                "description": "Cited violator (operator/contractor) name — suffix/punctuation-insensitive.",
                "examples": [
                  "Consol"
                ],
                "type": "string"
              },
              "contested": {
                "description": "true = contested citations only.",
                "examples": [
                  "true"
                ],
                "type": "string"
              },
              "enforcement_area": {
                "description": "Health/safety hazard designation fragment.",
                "examples": [
                  "Safety"
                ],
                "type": "string"
              },
              "entity_id": {
                "description": "Resolved violator entity UUID.",
                "examples": [
                  "b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
                ],
                "type": "string"
              },
              "likelihood": {
                "description": "Accident likelihood (Highly | Reasonably | Unlikely | Occurred | NoLikelihood), CSV.",
                "examples": [
                  "Reasonably"
                ],
                "type": "string"
              },
              "limit": {
                "description": "Max rows (default 25, cap 100).",
                "examples": [
                  25
                ],
                "type": "integer"
              },
              "mine_id": {
                "description": "MSHA mine id(s), CSV.",
                "examples": [
                  "1202215"
                ],
                "type": "string"
              },
              "negligence": {
                "description": "Negligence degree (CSV).",
                "examples": [
                  "HighNegligence"
                ],
                "type": "string"
              },
              "offset": {
                "description": "Rows to skip.",
                "examples": [
                  0
                ],
                "type": "integer"
              },
              "part_section": {
                "description": "Cited 30 CFR part/section fragment (the standard cited).",
                "examples": [
                  "75.400"
                ],
                "type": "string"
              },
              "section_of_act": {
                "description": "Mine Act section fragment.",
                "examples": [
                  "104(a)"
                ],
                "type": "string"
              },
              "sig_sub": {
                "description": "true = Significant & Substantial (S&S) citations only.",
                "examples": [
                  "true"
                ],
                "type": "string"
              },
              "since": {
                "description": "Issued on/after this date (YYYY-MM-DD).",
                "examples": [
                  "2026-01-01"
                ],
                "type": "string"
              },
              "sort": {
                "description": "issue_date | penalty | affected :asc|:desc. Default issue_date:desc.",
                "examples": [
                  "issue_date:desc"
                ],
                "type": "string"
              },
              "state": {
                "description": "State code(s), CSV (from the mine).",
                "examples": [
                  "KY"
                ],
                "type": "string"
              },
              "violator_id": {
                "description": "MSHA violator/operator id(s), CSV.",
                "examples": [
                  "M09902"
                ],
                "type": "string"
              },
              "violator_type": {
                "description": "Operator | Contractor | Agent | Miner (CSV).",
                "examples": [
                  "Operator"
                ],
                "type": "string"
              },
              "year": {
                "description": "Calendar year of issuance.",
                "examples": [
                  "2025"
                ],
                "type": "string"
              }
            },
            "required": [],
            "type": "object"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.govparse.io",
  "lastUpdated": "2026-09-09T07:30:48.803Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T07:30:48.594Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.govparse.io",
    "manifest_name": "api.govparse.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}