# Mining Incidents MSHA Mine Profile Lookup

> Mining Incidents MSHA Mine Profile Lookup is a paid API for AI agents from miningincidents.org, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves detailed profile information for a specific US mine by its MSHA numeric ID, including accident and compliance data from 1983 to present.

## Facts

- Endpoint: POST https://miningincidents.org/api/x402/mine/%7Bid%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mining-incidents-msha-mine-profile-lookup-619548a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eMjYAF55eGpIzfECgOBtB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability mining-incidents-msha-mine-profile-lookup-619548a6 -d '<json body>'
```

Example prompt: Pull up the full incident and safety record for MSHA mine ID 4601538 from the Mining Incidents database.

## When to prefer this

Use this endpoint when you have a specific MSHA numeric mine ID and want comprehensive incident, accident, and compliance history for that single mine. Prefer this over broader search endpoints when you already know the mine identifier and need structured data programmatically. Best suited for due diligence, safety research, journalism, or regulatory analysis on a specific mining site.

## Known failure modes

- Invalid or non-existent MSHA mine ID returns a 404 or empty result
- Malformed ID (non-numeric or wrong format) may return a 400 error
- Payment of 0.01 USDC per call required via x402 protocol — missing payment yields 402 response
- Data may lag up to one week behind MSHA's official records due to weekly refresh cycle
- Mine IDs that refer to accident records rather than mines may return unexpected data

## How this service works

Mining Incidents is a free, searchable database and research tool covering every reportable US mining incident on file with MSHA. Search by mine, operator, controller, state, year, severity, or any keyword in the investigator&#39;s narrative. 1983 to present, refreshed weekly.

## Output

Returns a structured profile for the specified mine including MSHA identity details, aggregate safety statistics, and the full list of reportable incidents on record from 1983 to present, refreshed weekly from MSHA data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mining-incidents-msha-mine-profile-lookup-619548a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from miningincidents.org](https://www.zero.xyz/host/miningincidents.org/llms.txt)
