# Safety Incidents OSHA Employer Dossier — Walt Disney Parks and Resorts

> Safety Incidents OSHA Employer Dossier — Walt Disney Parks and Resorts is a paid API for AI agents from safetyincidents.org, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Returns a compiled federal OSHA safety dossier for a specific employer (Walt Disney Parks and Resorts US Inc), including severe injury reports, Form 300/301 filings, inspection records, citation details, and trend flags.

## Facts

- Endpoint: GET https://safetyincidents.org/api/x402/dossier/walt-disney-parks-and-resorts-us-inc
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safety-incidents-osha-employer-dossier-walt-disney-parks-and-resorts-da8c8d81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RcuvKlq5TE-14affMzklH

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 safety-incidents-osha-employer-dossier-walt-disney-parks-and-resorts-da8c8d81
```

Example prompt: Pull up the full OSHA safety dossier for Walt Disney Parks and Resorts US Inc — I want to see their inspection history, severe injury reports, citation counts and penalty totals, and whether injuries are trending up or down.

## When to prefer this

Use this endpoint when you need a comprehensive, pre-aggregated OSHA safety profile for Walt Disney Parks and Resorts specifically — covering all four federal datasets (SIR, ITA 300/301, inspections, accident investigations) in a single call. Prefer this over raw OSHA search endpoints when you need trend analysis, citation penalty sums, and sector benchmarking in one structured response rather than assembling data manually from multiple government sources.

## Known failure modes

- Employer slug not found — returns error if the slug in the URL does not match any indexed employer
- Aggregate totals may lag real-time events (freshness caveat: totals computed at as_of timestamp, new events may appear in lists without being reflected in totals)
- Citation totals capped at 7 most recent inspections if employer has more than 7 known inspections
- Truncated response if employer has very large record sets
- Payment failure (x402) if USDC payment is not correctly attached

## 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

A JSON object containing the employer's name and NAICS codes, aggregate counts of total records, severe injuries, ITA injury cases, and inspections, citation breakdowns by type (Serious, Repeat, Other-than-serious) with initial and current penalty totals, vacated citation counts, inspection type breakdowns, trend flags comparing year-over-year severe injury rates and sector benchmarks, a link to the human-readable page, data freshness metadata, and license information.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "as_of": "2026-07-18T01:09:00Z",
  "links": {
   "human_page": "https://safetyincidents.org/employer/example-foods-inc"
  },
  "source": "Safety Incidents",
  "license": "Public Domain (U.S. federal government work); compilation CC-BY-4.0",
  "employer": {
   "name": "EXAMPLE FOODS INC",
   "slug": "example-foods-inc",
   "naics": [
    {
     "code": "311612",
     "description": "Meat Processed from Carcasses"
    }
   ],
   "cities": [
    {
     "city": "HOUSTON",
     "state": "TX",
     "records": 29
    },
    {
     "city": "WATERLOO",
     "state": "IA",
     "records": 12
    }
   ],
   "states": [
    "TX",
    "IA"
   ],
   "inspections": 7,
   "ita_injuries": 22,
   "latest_record": "2026-05-02",
   "total_records": 41,
   "sir_date_range": [
    "2017-04-02",
    "2026-05-02"
   ],
   "earliest_record": "2016-03-11",
   "severe_injuries": 12
  },
  "endpoint": "employer-dossier",
  "freshness": "Aggregate totals were computed at 2026-07-18T01:09:00Z and are NOT live. The severe-injury event rows below are read at request time, so an event newer than as_of can appear in the list without being reflected in the totals.",
  "enforcement": {
   "note": "Citation totals cover the 7 most recent inspections (of 7 known). Vacated or superseded citations are counted separately and excluded from the type breakdown and penalty sums — OSHA withdrew them, so they did not stick.",
   "citations": {
    "live": 17,
    "total": 19,
    "live_by_type": {
     "Repeat": 3,
     "Serious": 12,
     "Other-than-serious": 2
    },
    "vacated_or_deleted": 2,
    "current_penalty_total_usd": 48250,
    "initial_penalty_total_usd": 61400
   },
   "ita_injury_cases": 22,
   "inspections_total": 7,
   "inspections_analyzed": 7,
   "inspection_types_analyzed": {
    "Planned": 2,
    "Accident": 2,
    "Complaint": 3
   },
   "inspections_analysis_capped": false
  },
  "trend_flags": [
   {
    "flag": "severe_injury_year_over_year",
    "basis": "2 severe injuries in the 365 days ending 2026-05-02, versus 5 in the 365 days before that",
    "direction": "down",
    "plain_english": "Severe injuries are DOWN year over year: 2 severe injuries in the 365 days ending 2026-05-02, versus 5 in the 365 days before that."
   },
   {
    "flag": "amputation_share_vs_sector",
    "basis": "employer 33% (4 of 12 reports) vs Manufacturing sector 16% (14,203 of 88,771 reports)",
    "direction": "above_benchmark",
    "plain_english": "Amputatio
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safety-incidents-osha-employer-dossier-walt-disney-parks-and-resorts-da8c8d81/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)
