# Mining Incidents MSHA Operator Profile

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

Returns identity, aggregate safety totals, and fatality event list for a specific MSHA mining operator by ID.

## Facts

- Endpoint: GET https://miningincidents.org/api/x402/operator/:id
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mining-incidents-msha-operator-profile-fb478434
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CY219dYaR6Uv-wOAKkLAG

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-operator-profile-fb478434
```

Example prompt: Can you pull up the MSHA operator profile for operator ID 1200001 — I need their identity info, total fatality count, and the list of individual fatality events?

## When to prefer this

Use this endpoint when you have a specific MSHA operator ID and need a structured profile including identity, aggregate safety statistics, and fatality event list for that operator. Prefer the fuzzy resolver sibling endpoint first if you only have a name and need to find the ID.

## Known failure modes

- Invalid or malformed operator ID returns error or empty result
- Operator ID not found in MSHA database returns 404 or null
- Malformed path parameter (non-digit, wrong format) may return validation error
- Operator exists but has no recorded fatalities returns empty fatality list
- Service downtime or payment failure returns 402 or 5xx error

## How this service works

Operator identity plus aggregate totals and its fatality event list.

## Output

Returns an operator object containing: operator identity fields (name, ID, type), aggregate totals (fatality counts, possibly citation/violation summaries), and a list of fatality events linked to that operator.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mining-incidents-msha-operator-profile-fb478434/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)
