# safetyincidents.org Single OSHA Severe-Injury Incident Record

> safetyincidents.org Single OSHA Severe-Injury Incident Record is a paid API for AI agents from safetyincidents.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a single federal OSHA severe-injury report by ID, including incident facts, injury classification, employer info, and narrative.

## Facts

- Endpoint: GET https://safetyincidents.org/api/x402/incident/: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/safetyincidents-org-single-osha-severe-injury-incident-record-e92d6d65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_strhdl0nahN5WdchMxvS3

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 safetyincidents-org-single-osha-severe-injury-incident-record-e92d6d65
```

Example prompt: Pull up the full OSHA severe injury record for incident ID 202300123456 — I need the employer name, what body part was injured, whether it was an amputation or hospitalization, and the full narrative of what happened.

## When to prefer this

Use this endpoint when you already have a specific OSHA severe injury incident ID and need the full record details — including narrative, injury classification, employer identity, and geolocation — for a single case. Prefer this over the listing endpoint when you don't need to search or filter, just fetch a known record.

## Known failure modes

- Unknown incident ID returns 404 or empty result
- Malformed or non-existent ID string causes validation error
- Payment not accepted or insufficient USDC balance blocks the request
- Rate limiting may apply for high-frequency calls
- Older or expunged OSHA records may not be present in the dataset

## How this service works

One federal OSHA severe-injury record: facts, injury classification, narrative, employer link.

## Output

Returns a structured JSON object with the full OSHA severe injury incident: unique ID, employer name and address, city/state/ZIP, NAICS code, geolocation (latitude/longitude), event date and type, injury source, nature of injury, body part affected, boolean flags for amputation/hospitalization/loss-of-eye, a plain-English narrative of the incident, and a link to the human-readable OSHA page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safetyincidents-org-single-osha-severe-injury-incident-record-e92d6d65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safetyincidents.org](https://www.zero.xyz/host/safetyincidents.org/llms.txt)
