# safetyincidents.org Employer Safety Profile

> safetyincidents.org Employer Safety Profile is a paid API for AI agents from safetyincidents.org, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns employer identity plus aggregate safety totals across OSHA Severe Injury Reports, ITA 300/301 logs, and inspection records for a given employer slug.

## Facts

- Endpoint: GET https://safetyincidents.org/api/x402/employer/:slug
- 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/safetyincidents-org-employer-safety-profile-20e7a75a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QddvK9TRYyRNqyfPfkz7N

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-employer-safety-profile-20e7a75a
```

Example prompt: Pull the full OSHA safety profile for Amazon — employer slug 'amazon' — and show me their aggregate injury counts across severe injury reports, ITA 300/301 logs, and inspections.

## When to prefer this

Use this endpoint when you need a high-level, aggregated safety snapshot for a single employer across multiple OSHA data sources (SIR, ITA 300/301, and inspections) in one call, rather than querying individual incident records separately. Prefer this over sibling endpoints when you want the employer identity plus totals rather than raw individual incident records.

## Known failure modes

- Unknown or invalid employer slug returns 404 not found
- Slug that matches no indexed employer returns empty or null employer object
- Network timeout if OSHA data source is temporarily unavailable
- Payment failure (402) if USDC not provided correctly via x402 protocol

## How this service works

Employer identity plus aggregate safety totals across SIR, ITA 300/301, and inspections.

## Output

An employer object containing identity details (name, slug, industry, location) and aggregated totals for OSHA Severe Injury Reports (SIR), ITA 300A/301 injury and illness logs, and federal inspection records, all rolled up into a single safety dossier for that employer.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safetyincidents-org-employer-safety-profile-20e7a75a/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)
