# ScriptMasterLabs EPA Environmental Violations API

> ScriptMasterLabs EPA Environmental Violations API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Retrieves EPA environmental violation records via a pay-per-call x402 USDC-settled endpoint

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/epa-environmental-violations
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-epa-environmental-violations-api-17790701
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eQhQXp3OcCjDeJUQnSrlG

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 scriptmasterlabs-epa-environmental-violations-api-17790701
```

Example prompt: Can you pull the EPA environmental violation records for the facility I'm researching — I need to check its compliance history before we proceed with the acquisition?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to EPA environmental violation data settled in USDC on Base via the x402 protocol — ideal for AI agents operating in crypto-native or Web3 environments that need real-time federal compliance data without a traditional subscription. Prefer this over scraping EPA's public website when you need structured, API-accessible data at low per-call cost ($0.001 USDC).

## Known failure modes

- Empty result set if no matching violations exist for the queried properties
- 402 Payment Required if USDC payment via x402 is not properly attached
- Invalid or malformed properties parameter returns an error or empty response
- Upstream EPA data source unavailability may cause timeouts or stale data
- Rate limiting if too many calls are made in rapid succession

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns EPA environmental violation data including facility identifiers, violation types, enforcement actions, penalty amounts, and compliance status as reported by the EPA's federal database, delivered as JSON.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-epa-environmental-violations-api-17790701/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
