# Mining Incidents MSHA Fatality Record Lookup

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

Retrieves a single MSHA fatality or accident record by its numeric MSHA ID from the Mining Incidents database

## Facts

- Endpoint: POST https://miningincidents.org/api/x402/fatality/%7Bid%7D
- Price: $0.005/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-fatality-record-lookup-0a67cf8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F_RESIFqdr4K56GaYY0b7

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-fatality-record-lookup-0a67cf8d -d '<json body>'
```

Example prompt: Pull up the MSHA fatality record with ID 4521 from the Mining Incidents database — I need the full accident details and investigator narrative.

## When to prefer this

Use this endpoint when you have a specific MSHA numeric accident or fatality ID and need the full record details including narrative. Prefer this over search-based endpoints when you already know the ID. Use sibling endpoints for mine profiles, operator dossiers, or browsing the fatality feed when you don't have a specific ID.

## Known failure modes

- Invalid or non-existent MSHA ID returns a 404 or empty result
- Numeric ID formatted incorrectly (e.g. non-numeric string) may cause a 400 bad request
- Record may exist but have limited fields if it is a preliminary/open notice
- Payment of 0.005 USDC required per call via x402 protocol; failure to pay results in 402 Payment Required
- Rate limiting or server errors may return 5xx responses

## 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 JSON object for the specified MSHA fatality or accident record, including event details such as date, mine name, operator, state, accident classification, severity, and the full investigator narrative text where available. May include preliminary data for recent open notices.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mining-incidents-msha-fatality-record-lookup-0a67cf8d/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)
