# Stratalize DOL Labor Violations API

> Stratalize DOL Labor Violations API 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 U.S. Department of Labor violation history for a given employer, including violation categories, penalty totals, and recurrence signals, optionally filtered by state.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/dol-labor-violations
- 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-dol-labor-violations-api-533d3e02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_edDxKi8wCc-FxF0YmvCK5

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-dol-labor-violations-api-533d3e02
```

Example prompt: Pull the DOL labor violation history for Tyson Foods in Arkansas — I need the violation categories, penalty totals, and any recurrence signals for our supplier onboarding review.

## When to prefer this

Use this endpoint when you need structured, machine-readable DOL labor compliance history for a specific employer, especially in supplier onboarding, procurement screening, or ESG diligence workflows. The cryptographic signing provides auditability not available from raw DOL data portals. Prefer this over manual DOL website lookups when you need programmatic access with penalty summaries and recurrence signals in a single response.

## Known failure modes

- Employer name not found in DOL records — returns empty or no-match result
- Invalid or unrecognized state code — may return error or unfiltered results
- Ambiguous employer name matches multiple entities — results may require disambiguation
- Upstream DOL dataset unavailability — service may return stale or error response
- Payment failure (x402) — request rejected if USDC payment not completed

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Department of Labor violation history by employer and optional state scope, with violation category mix, penalty totals, and recurrence signals. Source: U.S. Department of Labor enforcement and compliance public datasets. Use when screening labor compliance risk in supplier onboarding, procurement, or ESG diligence

## Output

Returns a structured record of the employer's DOL violation history including violation category breakdown, cumulative penalty totals, recurrence indicators, and an ML-DSA-65 cryptographic signature with a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "employer_name": {
   "type": "string",
   "description": "Request parameter: employer name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-dol-labor-violations-api-533d3e02/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)
