EPA Facility Registry Service (FRS) Lookup is a paid API for AI agents from 2s.io, paid per call via x402, $0.0024/call, status unknown (last checked 2026-09-14).
Search EPA-regulated facilities in a US state by name prefix or program type, returning registry IDs, addresses, and program enrollment details
EPA Facility Registry Service (FRS) — every regulated facility known to the EPA across all programs (RCRA hazardous waste, NPDES water discharge, SDWA drinking water, TRI toxic release, CAA Clean Air, Superfund, etc.). Filter by state (required), facility name prefix, and EPA program acronym. Each record includes registry ID, primary name, address, city/state/county/zip, EPA region, program system + ID, source-of-data system. Public-domain US government records.
A paginated list of EPA-regulated facilities matching the query, each record containing: registry ID, primary facility name, full address (street, city, county, state, zip), EPA region number, and the associated program system acronym and program-specific ID (e.g. RCRA ID, NPDES permit number), plus the source-of-data system that contributed the record.
GEThttps://2s.io/api/gov/epa-facilitiesUse this endpoint when you need authoritative US government records on EPA-regulated facilities — especially when you need cross-program coverage (RCRA, NPDES, TRI, CAA, SDWA, Superfund all in one index). Prefer this over state-level databases when you need a single canonical registry ID that spans multiple EPA programs. Best for compliance research, environmental due diligence, facility identification, and regulatory audits. Not suitable for real-time emissions data or permit status — it is a registry/directory, not a live compliance feed.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"name": "WATER",
"limit": 10,
"state": "CA",
"offset": 0,
"program": "NPDES"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"ok": true,
"meta": {
"query": {
"name": "WATER",
"limit": 10,
"state": "CA",
"offset": 0,
"program": "NPDES"
}
},
"items": [
{
"city": "MONTEBELLO",
"state": "CA",
"county": null,
"pgmSysId": "CAC435877",
"epaRegion": "09",
"postalCode": "90640",
"registryId": "110070686816",
"primaryName": "WATER WELL 15",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "121 EAST MADISON",
"publicIndicator": "Y"
},
{
"city": "WATERFORD",
"state": "CA",
"county": null,
"pgmSysId": "CAZ202546",
"epaRegion": "09",
"postalCode": "95386",
"registryId": "110070089020",
"primaryName": "WATERFORD AUTO TRUCK DIS",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "12616 YOSEMITE BLVD",
"publicIndicator": "Y"
},
{
"city": "WATERFORD",
"state": "CA",
"county": null,
"pgmSysId": "CAZ202632",
"epaRegion": "09",
"postalCode": "95386",
"registryId": "110070089031",
"primaryName": "WATERFORD UNIFIED TRANSPORTATION",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "12916 BENTLEY ST",
"publicIndicator": "Y"
},
{
"city": "HOPLAND",
"state": "CA",
"county": "MENDOCINO",
"pgmSysId": "CAZ452134",
"epaRegion": "09",
"postalCode": "95449",
"registryId": "110066328414",
"primaryName": "WATERFOWL WINERY",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "14100 MOUNTAIN HOUSE RD",
"publicIndicator": "Y"
},
{
"city": "SAN RAFAEL",
"state": "CA",
"county": null,
"pgmSysId": "CAZ460113",
"epaRegion": "09",
"postalCode": "94901",
"registryId": "110070094907",
"primaryName": "WATERWAY MARINE",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "145 3RD STREET",
"publicIndicator": "Y"
},
{
"city": "LA PUENTE",
"state": "CA",
"county": "LOS ANGELES",
"pgmSysId": "CAC376178",
"epaRegion": "09",
"postalCode": "91706",
"registryId": "110065403209",
"primaryName": "WATER TREATMENT PLANT",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "1695 PUENTE",
"publicIndicator": "Y"
},
{
"city": "OXNARD",
"state": "CA",
"county": "VENTURA",
"pgmSysId": "CAZ323188",
"epaRegion": "09",
"postalCode": "93030",
"registryId": "110031019323",
"primaryName": "WATERWAY PLASTICS",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "2200 STURGIS",
"publicIndicator": "Y"
},
{
"city": "CORONA",
"state": "CA",
"county": null,
"pgmSysId": "CAZ468375",
"epaRegion": "09",
"postalCode": "92880",
"registryId": "110070003604",
"primaryName": "WATER RECLAMATION FACILITY NO 1",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "2205 RAILROAD STREET",
"publicIndicator": "Y"
},
{
"city": "EXETER",
"state": "CA",
"county": "TULARE",
"pgmSysId": "CAZ456129",
"epaRegion": "09",
"postalCode": "93221",
"registryId": "110002408421",
"primaryName": "WATERMAN INDUSTRIES",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "25500 ROAD 204",
"publicIndicator": "Y"
},
{
"city": "SAN MARCOS",
"state": "CA",
"county": null,
"pgmSysId": "CAW416118",
"epaRegion": "09",
"postalCode": "92078",
"registryId": "110070085228",
"primaryName": "WATERJET WEST INC",
"sourceOfData": "NPDES",
"programSystem": "NPDES",
"locationAddress": "330 S PACIFIC ST",
"publicIndicator": "Y"
}
],
"total": null,
"source": {
"url": "https://www.epa.gov/frs",
"license": "Public domain (US government records)",
"provider": "EPA Envirofacts — Facility Registry Service (FRS)"
}
},
"meta": {
"cost": {
"usd": 0.0024,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "gov.epa-facilities",
"settlement": {
"txHash": "0xbb07772a8479c9f745884fe44d0c905baec941af3e3f8c66cec1a57b71ef8eaf",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"