Which mines and quarries operate in a market, and who runs them?
Which mines and quarries operate in a market, and who runs them? Search the MSHA Mines data set — every coal and metal/non-metal mine under MSHA jurisdiction (NAICS-21 operators that are OSHA-exempt and invisible elsewhere) — by operator, mine name, state, county, commodity, canvass, coal_metal, mine type, status, active-only, or status date (since). Returns the mine, its operator (entity-resolved) and controller, commodity, employees, and status. MSHA public-domain records.
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/mines/search
| Category | Market data |
|---|---|
| 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 | 248 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"mine_id": "1202215",
"mine_name": "Quarry",
"operator": "Peabody"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"active": {
"description": "true = currently-active mines only.",
"examples": [
"true"
],
"type": "string"
},
"canvass": {
"description": "Primary canvass (Coal | M/NM | Metal | Nonmetal | Sand & gravel | Stone), CSV.",
"examples": [
"Stone"
],
"type": "string"
},
"coal_metal": {
"description": "C = coal, M = metal/non-metal.",
"examples": [
"M"
],
"type": "string"
},
"commodity": {
"description": "Commodity/SIC or canvass fragment.",
"examples": [
"Sand & Gravel"
],
"type": "string"
},
"controller": {
"description": "Controlling entity (parent) name fragment.",
"examples": [
"Vulcan"
],
"type": "string"
},
"county": {
"description": "County name fragment.",
"examples": [
"Boone"
],
"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"
},
"mine_id": {
"description": "MSHA mine id(s), CSV.",
"examples": [
"1202215"
],
"type": "string"
},
"mine_name": {
"description": "Mine name fragment.",
"examples": [
"Quarry"
],
"type": "string"
},
"mine_type": {
"description": "Surface | Underground | Facility (CSV).",
"examples": [
"Surface"
],
"type": "string"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"operator": {
"description": "Mine operator/company name \u2014 suffix/punctuation-insensitive.",
"examples": [
"Peabody"
],
"type": "string"
},
"operator_id": {
"description": "MSHA operator id(s), CSV.",
"examples": [
"M09902"
],
"type": "string"
},
"since": {
"description": "Current-status date on/after this date (YYYY-MM-DD) \u2014 surfaces newly-statused mines.",
"examples": [
"2026-01-01"
],
"type": "string"
},
"sort": {
"description": "status_dt | mine_name | employees :asc|:desc. Default status_dt:desc.",
"examples": [
"status_dt:desc"
],
"type": "string"
},
"state": {
"description": "State code(s), CSV.",
"examples": [
"WV"
],
"type": "string"
},
"status": {
"description": "Mine status (Active | Abandoned | Intermittent | Temporarily Idled | NonProducing), CSV.",
"examples": [
"Active"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}