All data sources

EPA Envirofacts

No authenvirofacts

EPA Envirofacts — TRI toxic releases, PCS/NPDES water permits, and FRS facility registry. Search by state, facility, or chemical across EPA regulatory programs.

Provenance

PublisherEPA Envirofacts

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (3)

  • searchTriFacility

    read

    Envirofacts 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

    read

    Envirofacts 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

    read

    Envirofacts 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
    }