# MSHA Mining Fatality Record Lookup

> MSHA Mining 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-15).

Retrieves full details for a single MSHA-recorded mining fatality by ID, including facts, classification, narrative, and entity links.

## Facts

- Endpoint: GET https://miningincidents.org/api/x402/fatality/:id
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/msha-mining-fatality-record-lookup-1e0af435
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k0IJz6pQJq3MqGfGQKyHL

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 msha-mining-fatality-record-lookup-1e0af435
```

Example prompt: Pull up the full MSHA fatality record for incident ID 8675309 — I need the classification, narrative, and any entity links.

## When to prefer this

Use this endpoint when you need comprehensive details on a single, known MSHA fatality record by its numeric ID — including classification, narrative, and entity linkage. Prefer this over the fatalities feed endpoint when you already have a specific incident ID and need deep detail rather than a list.

## Known failure modes

- Invalid or non-existent MSHA ID returns 404 not found
- Missing or malformed path parameter returns 400 bad request
- Payment not completed returns 402 payment required
- Server error or upstream MSHA data unavailability returns 500

## How this service works

One MSHA mining fatality: facts, classification, narrative, entity links.

## Output

Returns a structured record for a single MSHA mining fatality including factual details (date, mine, operator, accident type), official classification, a narrative description of the incident, and links to related entities such as the mine and operator profiles.

## More

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