What does the full RCRAInfo hazardous-waste handler roster look like, handler by
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).
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/feeds/rcra-handlers
| Category | Everything else |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $25.00 | 257 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"generator_status": "LQG",
"naics": "324",
"state": "AK"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"active": {
"description": "false = include inactive handler sites (default: active only).",
"examples": [
"true"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJrIjoiQUswMDAwMzg0MDQwIn0"
],
"type": "string"
},
"generator_status": {
"description": "Generator status(es), CSV: LQG | SQG | VSQG | Non-Generator.",
"examples": [
"LQG"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"lqg": {
"description": "true = large-quantity generators only.",
"examples": [
"true"
],
"type": "string"
},
"naics": {
"description": "NAICS code prefix(es), CSV.",
"examples": [
"324"
],
"type": "string"
},
"state": {
"description": "State code(s), CSV.",
"examples": [
"AK"
],
"type": "string"
},
"transporter": {
"description": "true = hazardous-waste transporters only.",
"examples": [
"true"
],
"type": "string"
},
"tsdf": {
"description": "true = treatment/storage/disposal facilities only.",
"examples": [
"true"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}