{
  "x402Version": 2,
  "id": 7825,
  "slug": "7825",
  "resource": "https://loonie-toll.onrender.com/facility",
  "description": "Environmental compliance verdict for a US facility: violations, inspections, enforcement and penalties by EPA program.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-16T21:13:36.141Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T21:13:35.933Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}