Which mine operators have MSHA citations or orders?
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.
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/msha/violations/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 | 263 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"company": "Consol",
"mine_id": "1202215",
"violator_id": "M09902"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$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 \u2014 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"
}