OSHA Compliance API

OSHA standards,
plain-English answers.

Integrate OSHA compliance lookups into your safety app, LMS, or construction software. No reading CFR text. No guessing.

Get StartedView Pricing

Example request:

POST /api/lookup
{
  "tool": "lookup_standard",
  "query": "fall protection for roofing work"
}

Response:

{
  "success": true,
  "result": [{
    "standard_number": "1926.501",
    "title": "Duty to have fall protection.",
    "plain_summary": "This OSHA standard requires employers to 
      provide fall protection systems for employees working at 
      heights of 6 feet or more above lower levels...",
    "key_requirements": [
      "Determine that walking/working surfaces have strength 
       and structural integrity to support employees safely",
      "Protect employees on unprotected sides and edges 
       6 feet or more above lower levels..."
    ],
    "ppe_requirements": ["Hard hat when exposed to falling objects"],
    "ecfr_url": "https://www.ecfr.gov/current/title-29/section-1926.501"
  }]
}

What you get

479 Standards

29 CFR 1910 (General Industry) and 1926 (Construction). Full coverage.

Plain-English Summaries

AI-generated summaries from official regulatory text. No legal jargon.

Task-Based Search

Query by what you're doing, not by regulation number.

PPE & Penalties

Built-in PPE requirements and current penalty amounts.

Built for

Safety Apps

Give workers instant OSHA guidance in the field.

Construction LMS

Add compliance training context without building a legal team.

Safety Software

Integrate structured compliance data into existing tools.

Start integrating

Free tier: 100 calls/month. No credit card required.

Read the Docs