# Mining Incidents Mine Profile API

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

Returns MSHA mine profile facts plus aggregate compliance totals including citation counts, S&S counts, and penalty dollar totals for a given mine ID.

## Facts

- Endpoint: GET https://miningincidents.org/api/x402/mine/:id
- Price: $0.01/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-mine-profile-api-78af92d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vsqpdHEooKmJrxz5d6yf2

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-mine-profile-api-78af92d3
```

Example prompt: Pull up the MSHA compliance profile for mine ID 4801322 — I need the citation count, S&S violations, and total penalty dollars assessed.

## When to prefer this

Use this endpoint when you need a quick compliance summary for a specific mine by its numeric MSHA ID, particularly when you want aggregate citation/S&S/penalty totals alongside basic mine identity facts. Prefer this over the operator endpoint when you already have the mine ID and want mine-level (not operator-level) aggregates.

## Known failure modes

- Invalid or non-numeric mine ID returns an error or empty result
- Mine ID not found in MSHA database returns 404 or empty profile
- Payment of $0.01 USDC not processed results in 402 Payment Required
- Malformed path parameter causes request failure

## How this service works

Mine profile facts plus aggregate compliance totals (citation/S&S counts, penalty $ totals).

## Output

A JSON object containing mine profile facts (name, location, type, operator) and aggregate compliance totals: number of citations, number of S&S (significant and substantial) citations, and total penalty dollar amounts assessed against the mine.

## More

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