Provenance
PublisherEPA Envirofacts
API basehttps://data.epa.gov/efservice
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
searchTriFacility
readEnvirofacts Toxic Release Inventory (TRI) facility search.
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "county": { "type": "string" }, "facilityName": { "type": "string" }, "zipCode": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }searchPcsPermit
readEnvirofacts NPDES water-discharge permit search (EPA PCS/ICIS).
Input schema
{ "type": "object", "properties": { "state": { "type": "string" }, "county": { "type": "string" }, "facilityName": { "type": "string" }, "zipCode": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getFrsFacility
readEnvirofacts lookup of one EPA FRS (Facility Registry Service) facility.
Input schema
{ "type": "object", "properties": { "registryId": { "type": "string" }, "programId": { "type": "string" }, "state": { "type": "string" }, "county": { "type": "string" }, "facilityName": { "type": "string" }, "zipCode": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }
