OSHA Inspection Search API
GET osha-search.krimskrams.xyz/v1/search
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Look up U.S. OSHA workplace inspections by establishment or company name. With no filters, return the newest inspections first. Use establishment, state, start_date, end_date, violations_only, and limit. Receive up to 20 JSON records with activity_id, date_opened, report_id, state, inspection_type, scope, SIC, NAICS, violation_count, establishment_name, and official_url.
Resource: osha-search.krimskrams.xyz/v1/search
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2
Payment methods: — · Last validation: 2026-09-14 16:31:51.572+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"title": "SearchParams",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 20,
"maximum": 20,
"minimum": 1
},
"state": {
"type": "string",
"title": "State",
"default": "all",
"pattern": "^(all|[A-Za-z]{2})$"
},
"end_date": {
"anyOf": [
{
"type": "string",
"format": "date"
},
{
"type": "null"
}
],
"title": "End Date",
"default": null
},
"start_date": {
"anyOf": [
{
"type": "string",
"format": "date"
},
{
"type": "null"
}
],
"title": "Start Date",
"default": null
},
"establishment": {
"anyOf": [
{
"type": "string",
"maxLength": 60,
"minLength": 2
},
{
"type": "null"
}
],
"title": "Establishment",
"default": null
},
"violations_only": {
"type": "boolean",
"title": "Violations Only",
"default": false
}
},
"description": "Validated parameters for both payment routes."
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"title": "InspectionSearchResponse",
"properties": {
"state": {
"type": "string",
"title": "State"
},
"source": {
"type": "string",
"title": "Source",
"default": "OSHA"
},
"results": {
"type": "array",
"items": {
"type": "object",
"title": "Inspection",
"properties": {
"sic": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Sic",
"default": null
},
"naics": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Naics",
"default": null
},
"scope": {
"type": "string",
"title": "Scope"
},
"state": {
"type": "string",
"title": "State"
},
"report_id": {
"type": "string",
"title": "Report Id"
},
"activity_id": {
"type": "string",
"title": "Activity Id"
},
"date_opened": {
"type": "string",
"title": "Date Opened",
"format": "date"
},
"official_url": {
"type": "string",
"title": "Official Url"
},
"inspection_type": {
"type": "string",
"title": "Inspection Type"
},
"violation_count": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Violation Count",
"default": null
},
"establishment_name": {
"type": "string",
"title": "Establishment Name"
}
}
},
"title": "Results"
},
"end_date": {
"type": "string",
"title": "End Date",
"format": "date"
},
"source_url": {
"type": "string",
"title": "Source Url",
"default": "https://www.osha.gov/ords/imis/establishment.search"
},
"start_date": {
"type": "string",
"title": "Start Date",
"format": "date"
},
"result_count": {
"type": "integer",
"title": "Result Count"
},
"retrieved_at": {
"type": "string",
"title": "Retrieved At",
"format": "date-time"
},
"establishment": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Establishment"
},
"violations_only": {
"type": "boolean",
"title": "Violations Only"
},
"source_hit_count": {
"type": "integer",
"title": "Source Hit Count"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"amount": "20000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x276efA09388fB1578A6c415B8F90D26fdfCe0CF2",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "20000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.