Environmental compliance verdict for a US facility: violations, inspections, enforcement a
Environmental compliance verdict for a US facility: violations, inspections, enforcement and penalties by EPA program.
30000 (raw units)
price
3
calls / 30d
1
unique payers
2026-09-16
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "30000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"name": "Tyson",
"state": "AR"
},
"type": "http"
},
"output": {
"example": {
"disclaimer": "Advisory only, provided as is without warranty of accuracy or completeness. ECHO data is self-reported by facilities and by state agencies, updates on a lag, and covers only EPA-regulated programs — a…",
"facilities": [
{
"address": "400 W OLRICH ST, ROGERS, AR, 72756",
"byProgram": {
"cleanAirAct": "No Violation Identified",
"cleanWaterAct": "No Violation Identified",
"rcraHazardousWaste": "No Violation Identified",
"safeDrinkingWater": null
},
"complianceStatus": "No Violation Identified",
"county": "BENTON",
"enforcement": {
"lastFormalAction": null,
"penaltyCount": null
},
"epaRegistryId": "110007229267",
"federalFacility": false,
"industryCodes": {
"naics": "311615 49312",
"sic": "2015 4222 2017 0251"
},
"inspections": {
"daysSinceLastInspection": 157,
"lastInspection": "03/26/2026",
"total": 2
},
"name": "TYSON FOODS - CHICK-N-QUICK / TYSON DISTRIBUTION CENTER",
"quartersInNonCompliance": 0,
"significantNonCompliance": false
},
{
"address": "2615 S SCHOOL AVE, FAYETTEVILLE, AR, 72701",
"byProgram": {
"cleanAirAct": "No Violation Identified",
"cleanWaterAct": "No Violation Identified",
"rcraHazardousWaste": "No Violation Identified",
"safeDrinkingWater": null
},
"complianceStatus": "No Violation Identified",
"county": "WASHINGTON",
"enforcement": {
"lastFormalAction": "08/18/2010",
"penaltyCount": null
},
"epaRegistryId": "110002452435",
"federalFacility": false,
"industryCodes": {
"naics": "311412 311830 31183 311615",
"sic": "2038 2096 2099 2015"
},
"inspections": {
"daysSinceLastInspection": 5731,
"lastInspection": "12/21/2010",
"total": 0
},
"name": "TYSON FOODS INC",
"quartersInNonCompliance": 0,
"significantNonCompliance": false
}
],
"matchCount": 2545,
"query": {
"name": "Tyson",
"state": "AR"
},
"reasons": [
"No current violations identified across 10 returned facility(ies).",
"$6,900 in penalties across all 2545 matching facilities.",
"…1 more"
],
"retrievedAt": "2026-08-31T21:30:31.955Z",
"source": "US EPA Enforcement and Compliance History Online (ECHO)",
"totals": {
"facilitiesWithSignificantNonCompliance": 0,
"formalEnforcementActions": 2,
"inspectionRecords": 22,
"penaltiesUsd": 6900
},
"verdict": "NO_VIOLATIONS_IDENTIFIED"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"description": "Max facilities to return, default 10",
"type": "integer"
},
"name": {
"description": "Facility or company name",
"type": "string"
},
"state": {
"description": "Two-letter state code",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"disclaimer": {
"type": "string"
},
"facilities": {
"items": {
"properties": {
"address": {
"type": "string"
},
"byProgram": {
"properties": {
"cleanAirAct": {
"type": [
"null",
"string"
]
},
"cleanWaterAct": {
"type": [
"null",
"string"
]
},
"rcraHazardousWaste": {
"type": [
"null",
"string"
]
},
"safeDrinkingWater": {
"type": "null"
}
},
"type": "object"
},
"complianceStatus": {
"type": [
"null",
"string"
]
},
"county": {
"type": [
"null",
"string"
]
},
"enforcement": {
"properties": {
"lastFormalAction": {
"type": [
"null",
"string"
]
},
"penaltyCount": {
"type": "null"
}
},
"type": "object"
},
"epaRegistryId": {
"type": "string"
},
"federalFacility": {
"type": "boolean"
},
"industryCodes": {
"properties": {
"naics": {
"type": [
"null",
"string"
]
},
"sic": {
"type": [
"null",
"string"
]
}
},
"type": "object"
},
"inspections": {
"properties": {
"daysSinceLastInspection": {
"type": [
"integer",
"null"
]
},
"lastInspection": {
"type": [
"null",
"string"
]
},
"total": {
"type": "integer"
}
},
"type": "object"
},
"name": {
"type": "string"
},
"quartersInNonCompliance": {
"type": [
"integer",
"null"
]
},
"significantNonCompliance": {
"type": "boolean"
}
},
"type": "object"
},
"type": "array"
},
"matchCount": {
"type": "integer"
},
"query": {
"properties": {
"name": {
"type": "string"
},
"state": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"totals": {
"properties": {
"facilitiesWithSignificantNonCompliance": {
"type": "integer"
},
"formalEnforcementActions": {
"type": "integer"
},
"inspectionRecords": {
"type": "integer"
},
"penaltiesUsd": {
"type": "integer"
}
},
"type": "object"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/facility" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/facility");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/facility")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7825.json, and this resource appears in /discovery/resources and /discovery/search.