# OSHA Safety Incident Search — safetyincidents.org

> OSHA Safety Incident Search — safetyincidents.org is a paid API for AI agents from safetyincidents.org, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Searches four federal OSHA datasets (Severe Injury Reports, Form 300/301 injury filings, inspections, and accident investigations) by employer, hazard, equipment, body part, or industry.

## Facts

- Endpoint: GET https://safetyincidents.org/api/x402/incident/20251010874
- 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/osha-safety-incident-search-safetyincidents-org-4963b76d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zgP4iqv2FBrb5RNluqFAv

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 osha-safety-incident-search-safetyincidents-org-4963b76d
```

Example prompt: Can you search the federal OSHA records on safetyincidents.org for any severe injury reports, inspections, or accident investigations involving Amazon warehouse operations — look for anything related to conveyor equipment or hand injuries?

## When to prefer this

Choose this endpoint when you need to search across multiple federal OSHA datasets simultaneously using free-text or structured criteria like employer name, hazard, equipment, or body part. It is preferable to single-record endpoints when you don't yet know specific incident IDs and need discovery. Use it over general web search when you need structured, machine-readable OSHA records rather than news articles or summaries.

## Known failure modes

- No matching records found for the given employer or search criteria — returns empty result set
- Malformed or missing 'properties' query parameter causes invalid request error
- Payment failure (x402 protocol) prevents access to the endpoint
- Employer name ambiguity may return records for similarly named companies
- Rate limiting if too many requests are made in a short window

## How this service works

Four federal OSHA datasets in one searchable archive: Severe Injury Reports, Form 300/301 injury filings, OSHA inspections, and accident investigations. Look up an employer&#39;s safety record by name, hazard, equipment, body part, or industry.

## Output

Returns a JSON object containing a matched incident record with fields including an incident ID, employer name, and associated OSHA dataset details (severe injury, Form 300/301, inspection, or accident investigation data) relevant to the search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "incident": {
   "id": "123456.015",
   "employer": "Example Corp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/osha-safety-incident-search-safetyincidents-org-4963b76d/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)
