G

Govparse · Feeds Rcra Handlers

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

What does the full RCRAInfo hazardous-waste handler roster look like, handler by handler? Bulk feed over EPA RCRAInfo in handler-id order: facility, city, state, generator status, roles (LQG/SQG/VSQG/transporter/TSDF), and NAICS — a large-quantity generator or TSDF is an EHS-services / environmental-consulting target. Flat rows, cursor-paginated up to 1000/page, filterable by state, generator status, NAICS, or LQG/TSDF/transporter flags. A standing roster (no per-record registration date).

Endpoint

GET https://api.govparse.io/v1/feeds/rcra-handlers

1

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/rcra-handlers", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/rcra-handlers?generator_status=LQG&naics=324&state=AK" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "EPA RCRAInfo hazardous-waste handler roster in handler_id order — the standing regulated universe (no per-record registration date). Observational public records as recorded.",
  "feed": "rcra-handlers",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJrIjoiQUswMDAwMzg0MDQwIn0",
    "returned": 500
  },
  "query": {
    "active": true,
    "generator_status": "all",
    "lqg": true,
    "naics": "all",
    "state": [
      "AK"
    ],
    "transporter": "any",
    "tsdf": "any"
  },
  "rows": [
    {
      "active_site": true,
      "as_published_date": "2026-07-18",
      "city": "VALDEZ",
      "entity_id": "63c9af51-c291-487e-9b5e-0bbf33a6a2a2",
      "event_key": "rcra:AK0000384040",
      "facility": "PETRO STAR VALDEZ REFINERY",
      "generator_status": "LQG",
      "handler_id": "AK0000384040",
      "handler_universe": "LQG",
      "is_lqg": true,
      "is_transporter": false,
      "is_tsdf": false,
      "naics": "32411",
      "roles": [
        "LQG"
      ],
      "state": "AK",
      "street": "MILE 2.5 DAYVILLE ROAD",
      "zip": "99686"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services