# Stratalize OSHA Enforcement History

> Stratalize OSHA Enforcement History is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns OSHA inspection and violation history for a named employer, including total inspections, violations, cumulative penalties, and violation type breakdown from DOL enforcement data.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/osha-enforcement
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-osha-enforcement-history-fe5246b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kXypBQLB4mtt3SW79yPG1

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 stratalize-osha-enforcement-history-fe5246b6
```

Example prompt: Pull the OSHA enforcement history for Amazon — I need the total number of inspections, any violations, cumulative penalties, and a breakdown by violation type for our vendor diligence review.

## When to prefer this

Use this endpoint when you need authoritative, attested OSHA inspection and violation data for a specific employer — especially for vendor diligence, M&A due diligence, ESG risk scoring, or compliance audits. Prefer this over general web search when you need structured, verifiable enforcement data with a signed receipt for audit trails.

## Known failure modes

- Employer name not found in DOL enforcement data — returns empty or no-match result
- Ambiguous employer name matching multiple entities — may return closest match or require disambiguation
- DOL data lag — enforcement actions very recently added may not appear
- Payment failure — x402 payment of 0.1 USDC not processed, returns 402 status

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). OSHA inspection and violation history for a named employer — total inspections, violations, cumulative penalties, and violation type breakdown. Source: DOL Enforcement Data. Use in vendor diligence, M&A, or ESG risk

## Output

A signed, independently verifiable record containing the employer's total OSHA inspection count, number of violations, cumulative monetary penalties, and a categorized breakdown of violation types, sourced from DOL enforcement data and attested with a receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "employer_name": {
   "type": "string",
   "description": "Company or employer name e.g. \"Amazon\""
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-osha-enforcement-history-fe5246b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
