openapi: 3.0.3 info: title: EPA Air Quality System (AQS) Account Type Codes Facility Info API description: 'The Air Quality System (AQS) Data Mart API provides programmatic access to ambient air sample data collected by state, local, tribal and federal air pollution control agencies from thousands of monitors across the United States. The API exposes monitor metadata, raw sample observations, daily/quarterly/annual aggregates, and quality assurance results. ' version: '1.0' contact: name: AQS Data Mart Support email: aqsdatamart@epa.gov url: https://aqs.epa.gov/aqsweb/documents/data_api.html license: name: U.S. Government Work / Public Domain url: https://www.usa.gov/government-works servers: - url: https://aqs.epa.gov/data/api description: Production AQS Data Mart API security: - emailKey: [] tags: - name: Facility Info paths: /echo_rest_services.get_download: get: description: Based on the QID obtained from a get_facilities or get_facility_info query, return a comma separated value (CSV) file of the facilities found. parameters: - description: 'Output Format Flag. Enter one of the following keywords: - CSV = Facility results formatted as comma delimited file download (default). - GEOJSOND = Facility results formatted as GeoJSON feature collection download.' in: query name: output required: false type: string example: string - $ref: '#/parameters/q.qid' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: query name: qcolumns required: false type: string example: string - $ref: '#/parameters/q.p_pretty_print' responses: '200': description: Results are a comma separated value (CSV) file or a file containing a GeoJSON feature collection. schema: type: file summary: Combined ECHO Download Data Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Based on the QID obtained from a get_facilities or get_facility_info query, return a comma separated value (CSV) file of the facilities found. parameters: - description: 'Output Format Flag. Enter one of the following keywords: - CSV = Facility results formatted as comma delimited file download (default). - GEOJSOND = Facility results formatted as GeoJSON feature collection download.' in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.qid' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: formData name: qcolumns required: false type: string example: string - $ref: '#/parameters/f.p_pretty_print' responses: '200': description: Results are a comma separated value (CSV) file or a file containing a GeoJSON feature collection. schema: type: file summary: Combined ECHO Download Data Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK /echo_rest_services.get_facilities: get: description: Validates query search parameters and returns query identifier. Use the responseset parameter to set the page size parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language." enum: - JSONP - JSON - XML in: query name: output required: false type: string example: string - $ref: '#/parameters/q.p_fn' - $ref: '#/parameters/q.p_sa' - $ref: '#/parameters/q.p_sa1' - $ref: '#/parameters/q.p_ct' - $ref: '#/parameters/q.p_co' - $ref: '#/parameters/q.p_fips' - $ref: '#/parameters/q.p_st' - $ref: '#/parameters/q.p_zip' - $ref: '#/parameters/q.p_frs' - $ref: '#/parameters/q.p_reg' - $ref: '#/parameters/q.p_sic' - $ref: '#/parameters/q.p_ncs' - $ref: '#/parameters/q.p_pen' - $ref: '#/parameters/q.p_c1lat' - $ref: '#/parameters/q.p_c1lon' - $ref: '#/parameters/q.p_c2lat' - $ref: '#/parameters/q.p_c2lon' - $ref: '#/parameters/q.p_usmex' - $ref: '#/parameters/q.p_sic2' - $ref: '#/parameters/q.p_sic4' - $ref: '#/parameters/q.p_fa' - $ref: '#/parameters/q.p_ff' - $ref: '#/parameters/q.p_act' - $ref: '#/parameters/q.p_maj' - $ref: '#/parameters/q.p_mact' - $ref: '#/parameters/q.p_fea' - $ref: '#/parameters/q.p_feay' - $ref: '#/parameters/q.p_feaa' - $ref: '#/parameters/q.p_feac' - $ref: '#/parameters/q.p_fea_5yr' - $ref: '#/parameters/q.p_iea' - $ref: '#/parameters/q.p_ieay' - $ref: '#/parameters/q.p_ieaa' - $ref: '#/parameters/q.p_iea_5yr' - $ref: '#/parameters/q.p_cs' - $ref: '#/parameters/q.p_qiv' - $ref: '#/parameters/q.p_naa' - $ref: '#/parameters/q.p_impw' - $ref: '#/parameters/q.p_trep' - $ref: '#/parameters/q.p_ocr' - $ref: '#/parameters/q.p_oct' - $ref: '#/parameters/q.p_pm' - $ref: '#/parameters/q.p_pd' - $ref: '#/parameters/q.p_ico' - $ref: '#/parameters/q.p_huc' - $ref: '#/parameters/q.p_pid' - $ref: '#/parameters/q.p_med' - $ref: '#/parameters/q.p_istatute' - $ref: '#/parameters/q.p_ysl' - $ref: '#/parameters/q.p_ysly' - $ref: '#/parameters/q.p_ysla' - $ref: '#/parameters/q.p_qs' - $ref: '#/parameters/q.p_sfs' - $ref: '#/parameters/q.p_tribeid' - $ref: '#/parameters/q.p_tribename' - $ref: '#/parameters/q.p_tribedist' - $ref: '#/parameters/q.p_wbd' - $ref: '#/parameters/q.p_fntype' - $ref: '#/parameters/q.p_icoo' - $ref: '#/parameters/q.p_fac_icos' - $ref: '#/parameters/q.p_ejscreen' - $ref: '#/parameters/q.p_limit_addr' - $ref: '#/parameters/q.p_lat' - $ref: '#/parameters/q.p_long' - $ref: '#/parameters/q.p_radius' - $ref: '#/parameters/q.p_ejscreen_over80cnt' - $ref: '#/parameters/q.p_agoo' - $ref: '#/parameters/q.p_neiu' - $ref: '#/parameters/q.queryset' - $ref: '#/parameters/q.responseset' - $ref: '#/parameters/q.tablelist' - $ref: '#/parameters/q.maplist' - $ref: '#/parameters/q.summarylist' - $ref: '#/parameters/q.callback' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: query name: qcolumns required: false type: string example: string responses: '200': description: Results are summary statistics for the query and a query identifier (QID). schema: description: Root Object properties: Results: $ref: '#/definitions/echo04' required: - Results type: object xml: name: Root summary: Combined ECHO Facility Search Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Validates query search parameters and returns query identifier. Use the responseset parameter to set the page size parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language." enum: - JSONP - JSON - XML in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.p_fn' - $ref: '#/parameters/f.p_sa' - $ref: '#/parameters/f.p_sa1' - $ref: '#/parameters/f.p_ct' - $ref: '#/parameters/f.p_co' - $ref: '#/parameters/f.p_fips' - $ref: '#/parameters/f.p_st' - $ref: '#/parameters/f.p_zip' - $ref: '#/parameters/f.p_frs' - $ref: '#/parameters/f.p_reg' - $ref: '#/parameters/f.p_sic' - $ref: '#/parameters/f.p_ncs' - $ref: '#/parameters/f.p_pen' - $ref: '#/parameters/f.p_c1lat' - $ref: '#/parameters/f.p_c1lon' - $ref: '#/parameters/f.p_c2lat' - $ref: '#/parameters/f.p_c2lon' - $ref: '#/parameters/f.p_usmex' - $ref: '#/parameters/f.p_sic2' - $ref: '#/parameters/f.p_sic4' - $ref: '#/parameters/f.p_fa' - $ref: '#/parameters/f.p_ff' - $ref: '#/parameters/f.p_act' - $ref: '#/parameters/f.p_maj' - $ref: '#/parameters/f.p_mact' - $ref: '#/parameters/f.p_fea' - $ref: '#/parameters/f.p_feay' - $ref: '#/parameters/f.p_feaa' - $ref: '#/parameters/f.p_feac' - $ref: '#/parameters/f.p_fea_5yr' - $ref: '#/parameters/f.p_iea' - $ref: '#/parameters/f.p_ieay' - $ref: '#/parameters/f.p_ieaa' - $ref: '#/parameters/f.p_iea_5yr' - $ref: '#/parameters/f.p_cs' - $ref: '#/parameters/f.p_qiv' - $ref: '#/parameters/f.p_naa' - $ref: '#/parameters/f.p_impw' - $ref: '#/parameters/f.p_trep' - $ref: '#/parameters/f.p_ocr' - $ref: '#/parameters/f.p_oct' - $ref: '#/parameters/f.p_pm' - $ref: '#/parameters/f.p_pd' - $ref: '#/parameters/f.p_ico' - $ref: '#/parameters/f.p_huc' - $ref: '#/parameters/f.p_pid' - $ref: '#/parameters/f.p_med' - $ref: '#/parameters/f.p_istatute' - $ref: '#/parameters/f.p_ysl' - $ref: '#/parameters/f.p_ysly' - $ref: '#/parameters/f.p_ysla' - $ref: '#/parameters/f.p_qs' - $ref: '#/parameters/f.p_sfs' - $ref: '#/parameters/f.p_tribeid' - $ref: '#/parameters/f.p_tribename' - $ref: '#/parameters/f.p_tribedist' - $ref: '#/parameters/f.p_wbd' - $ref: '#/parameters/f.p_fntype' - $ref: '#/parameters/f.p_icoo' - $ref: '#/parameters/f.p_fac_icos' - $ref: '#/parameters/f.p_ejscreen' - $ref: '#/parameters/f.p_limit_addr' - $ref: '#/parameters/f.p_lat' - $ref: '#/parameters/f.p_long' - $ref: '#/parameters/f.p_radius' - $ref: '#/parameters/f.p_ejscreen_over80cnt' - $ref: '#/parameters/f.p_agoo' - $ref: '#/parameters/f.p_neiu' - $ref: '#/parameters/f.queryset' - $ref: '#/parameters/f.responseset' - $ref: '#/parameters/f.tablelist' - $ref: '#/parameters/f.maplist' - $ref: '#/parameters/f.summarylist' - $ref: '#/parameters/f.callback' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: formData name: qcolumns required: false type: string example: string responses: '200': description: Results are summary statistics for the query and a query identifier (QID). schema: description: Root Object properties: Results: $ref: '#/definitions/echo04' required: - Results type: object xml: name: Root summary: Combined ECHO Facility Search Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK /echo_rest_services.get_facility_info: get: description: Returns either an array of Facilities or an array of Clusters that meet the specified search criteria. parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language.\n- CSV = Facility results formatted as comma delimited file download.\n- GEOJSON = Facility results formatted as GeoJSON feature collection.\n- GEOJSONP = Facility results formatted as GeoJSON feature collection with Padding.\n- GEOJSOND = Facility results formatted as GeoJSON feature collection download." in: query name: output required: false type: string example: string - $ref: '#/parameters/q.p_fn' - $ref: '#/parameters/q.p_sa' - $ref: '#/parameters/q.p_sa1' - $ref: '#/parameters/q.p_ct' - $ref: '#/parameters/q.p_co' - $ref: '#/parameters/q.p_fips' - $ref: '#/parameters/q.p_st' - $ref: '#/parameters/q.p_zip' - $ref: '#/parameters/q.p_frs' - $ref: '#/parameters/q.p_reg' - $ref: '#/parameters/q.p_sic' - $ref: '#/parameters/q.p_ncs' - $ref: '#/parameters/q.p_pen' - $ref: '#/parameters/q.xmin' - $ref: '#/parameters/q.ymin' - $ref: '#/parameters/q.xmax' - $ref: '#/parameters/q.ymax' - $ref: '#/parameters/q.p_usmex' - $ref: '#/parameters/q.p_sic2' - $ref: '#/parameters/q.p_sic4' - $ref: '#/parameters/q.p_fa' - $ref: '#/parameters/q.p_ff' - $ref: '#/parameters/q.p_act' - $ref: '#/parameters/q.p_maj' - $ref: '#/parameters/q.p_mact' - $ref: '#/parameters/q.p_fea' - $ref: '#/parameters/q.p_feay' - $ref: '#/parameters/q.p_feaa' - $ref: '#/parameters/q.p_feac' - $ref: '#/parameters/q.p_feac_5yr' - $ref: '#/parameters/q.p_iea' - $ref: '#/parameters/q.p_ieay' - $ref: '#/parameters/q.p_ieaa' - $ref: '#/parameters/q.p_iea_5yr' - $ref: '#/parameters/q.p_cs' - $ref: '#/parameters/q.p_qiv' - $ref: '#/parameters/q.p_naa' - $ref: '#/parameters/q.p_impw' - $ref: '#/parameters/q.p_trep' - $ref: '#/parameters/q.p_ocr' - $ref: '#/parameters/q.p_oct' - $ref: '#/parameters/q.p_pm' - $ref: '#/parameters/q.p_pd' - $ref: '#/parameters/q.p_ico' - $ref: '#/parameters/q.p_huc' - $ref: '#/parameters/q.p_pid' - $ref: '#/parameters/q.p_med' - $ref: '#/parameters/q.p_istatute' - $ref: '#/parameters/q.p_ysl' - $ref: '#/parameters/q.p_ysly' - $ref: '#/parameters/q.p_ysla' - $ref: '#/parameters/q.p_qs' - $ref: '#/parameters/q.p_sfs' - $ref: '#/parameters/q.p_tribeid' - $ref: '#/parameters/q.p_tribename' - $ref: '#/parameters/q.p_tribedist' - $ref: '#/parameters/q.p_wbd' - $ref: '#/parameters/q.p_fntype' - $ref: '#/parameters/q.p_icoo' - $ref: '#/parameters/q.p_fac_icos' - $ref: '#/parameters/q.p_ejscreen' - $ref: '#/parameters/q.p_limit_addr' - $ref: '#/parameters/q.p_lat' - $ref: '#/parameters/q.p_long' - $ref: '#/parameters/q.p_radius' - $ref: '#/parameters/q.p_ejscreen_over80cnt' - $ref: '#/parameters/q.p_agoo' - $ref: '#/parameters/q.p_neiu' - $ref: '#/parameters/q.responseset' - $ref: '#/parameters/q.callback' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: query name: qcolumns required: false type: string example: string - $ref: '#/parameters/q.p_pretty_print' responses: '200': description: Results will either be an array of Facilities or an array of Clusters. The determination as to whether Facilities or Clusters are returned is based on the number of facilities that meet the specified criteria. Generally, if there are more than ~2000 facilities, the search will return clusters; otherwise individual facility records will be returned. schema: description: Root Object properties: Results: $ref: '#/definitions/echo08' required: - Results type: object xml: name: Root summary: Combined ECHO Facility Enhanced Search Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Returns either an array of Facilities or an array of Clusters that meet the specified search criteria. parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language.\n- CSV = Facility results formatted as comma delimited file download.\n- GEOJSON = Facility results formatted as GeoJSON feature collection.\n- GEOJSONP = Facility results formatted as GeoJSON feature collection with Padding.\n- GEOJSOND = Facility results formatted as GeoJSON feature collection download." in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.p_fn' - $ref: '#/parameters/f.p_sa' - $ref: '#/parameters/f.p_sa1' - $ref: '#/parameters/f.p_ct' - $ref: '#/parameters/f.p_co' - $ref: '#/parameters/f.p_fips' - $ref: '#/parameters/f.p_st' - $ref: '#/parameters/f.p_zip' - $ref: '#/parameters/f.p_frs' - $ref: '#/parameters/f.p_reg' - $ref: '#/parameters/f.p_sic' - $ref: '#/parameters/f.p_ncs' - $ref: '#/parameters/f.p_pen' - $ref: '#/parameters/f.xmin' - $ref: '#/parameters/f.ymin' - $ref: '#/parameters/f.xmax' - $ref: '#/parameters/f.ymax' - $ref: '#/parameters/f.p_usmex' - $ref: '#/parameters/f.p_sic2' - $ref: '#/parameters/f.p_sic4' - $ref: '#/parameters/f.p_fa' - $ref: '#/parameters/f.p_ff' - $ref: '#/parameters/f.p_act' - $ref: '#/parameters/f.p_maj' - $ref: '#/parameters/f.p_mact' - $ref: '#/parameters/f.p_fea' - $ref: '#/parameters/f.p_feay' - $ref: '#/parameters/f.p_feaa' - $ref: '#/parameters/f.p_feac' - $ref: '#/parameters/f.p_feac_5yr' - $ref: '#/parameters/f.p_iea' - $ref: '#/parameters/f.p_ieay' - $ref: '#/parameters/f.p_ieaa' - $ref: '#/parameters/f.p_iea_5yr' - $ref: '#/parameters/f.p_cs' - $ref: '#/parameters/f.p_qiv' - $ref: '#/parameters/f.p_naa' - $ref: '#/parameters/f.p_impw' - $ref: '#/parameters/f.p_trep' - $ref: '#/parameters/f.p_ocr' - $ref: '#/parameters/f.p_oct' - $ref: '#/parameters/f.p_pm' - $ref: '#/parameters/f.p_pd' - $ref: '#/parameters/f.p_ico' - $ref: '#/parameters/f.p_huc' - $ref: '#/parameters/f.p_pid' - $ref: '#/parameters/f.p_med' - $ref: '#/parameters/f.p_istatute' - $ref: '#/parameters/f.p_ysl' - $ref: '#/parameters/f.p_ysly' - $ref: '#/parameters/f.p_ysla' - $ref: '#/parameters/f.p_qs' - $ref: '#/parameters/f.p_sfs' - $ref: '#/parameters/f.p_tribeid' - $ref: '#/parameters/f.p_tribename' - $ref: '#/parameters/f.p_tribedist' - $ref: '#/parameters/f.p_wbd' - $ref: '#/parameters/f.p_fntype' - $ref: '#/parameters/f.p_icoo' - $ref: '#/parameters/f.p_fac_icos' - $ref: '#/parameters/f.p_ejscreen' - $ref: '#/parameters/f.p_limit_addr' - $ref: '#/parameters/f.p_lat' - $ref: '#/parameters/f.p_long' - $ref: '#/parameters/f.p_radius' - $ref: '#/parameters/f.p_ejscreen_over80cnt' - $ref: '#/parameters/f.p_agoo' - $ref: '#/parameters/f.p_neiu' - $ref: '#/parameters/f.responseset' - $ref: '#/parameters/f.callback' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: formData name: qcolumns required: false type: string example: string - $ref: '#/parameters/f.p_pretty_print' responses: '200': description: Results will either be an array of Facilities or an array of Clusters. The determination as to whether Facilities or Clusters are returned is based on the number of facilities that meet the specified criteria. Generally, if there are more than ~2000 facilities, the search will return clusters; otherwise individual facility records will be returned. schema: description: Root Object properties: Results: $ref: '#/definitions/echo08' required: - Results type: object xml: name: Root summary: Combined ECHO Facility Enhanced Search Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK /echo_rest_services.get_geojson: get: description: Based on the QID obtained from a get_facilities or get_facility_info query, return GeoJSON of the facilities found. parameters: - description: 'Output Format Flag. Enter one of the following keywords: - GEOJSON = Facility results formatted as GeoJSON feature collection (default). - GEOJSONP = Facility results formatted as GeoJSON feature collection with Padding. - GEOJSOND = Facility results formatted as GeoJSON feature collection download.' in: query name: output required: false type: string example: string - $ref: '#/parameters/q.qid' - $ref: '#/parameters/q.callback' - $ref: '#/parameters/q.newsort' - $ref: '#/parameters/q.descending' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: query name: qcolumns required: false type: string example: string - $ref: '#/parameters/q.p_pretty_print' responses: '200': description: Results are formatted as a GeoJSON feature collection. schema: description: GeoJSON Feature Collection Object properties: features: description: Array of GeoJSON feature objects. items: $ref: '#/definitions/echo09' title: Features Array type: array type: description: Static marker indicating object is a GeoJSON Feature Collection. example: FeatureCollection title: Feature Collection type: string required: - type - features type: object summary: Combined ECHO GeoJSON Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Based on the QID obtained from a get_facilities or get_facility_info query, return GeoJSON of the facilities found. parameters: - description: 'Output Format Flag. Enter one of the following keywords: - GEOJSON = Facility results formatted as GeoJSON feature collection (default). - GEOJSONP = Facility results formatted as GeoJSON feature collection with Padding. - GEOJSOND = Facility results formatted as GeoJSON feature collection download.' in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.qid' - $ref: '#/parameters/f.callback' - $ref: '#/parameters/f.newsort' - $ref: '#/parameters/f.descending' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: formData name: qcolumns required: false type: string example: string - $ref: '#/parameters/f.p_pretty_print' responses: '200': description: Results are formatted as a GeoJSON feature collection. schema: description: GeoJSON Feature Collection Object properties: features: description: Array of GeoJSON feature objects. items: $ref: '#/definitions/echo09' title: Features Array type: array type: description: Static marker indicating object is a GeoJSON Feature Collection. example: FeatureCollection title: Feature Collection type: string required: - type - features type: object summary: Combined ECHO GeoJSON Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK /echo_rest_services.get_info_clusters: get: description: Based on the QID obtained from a clustered get_facility_info query, download cluster facility information as either a CSV or GEOJSON file. parameters: - description: 'Output Format Flag. Enter one of the following keywords: - CSV = Facility results formatted as comma delimited file download (default). - GEOJSOND = Facility results formatted as GeoJSON feature collection download.' in: query name: output required: false type: string example: string - $ref: '#/parameters/q.p_qid' - $ref: '#/parameters/q.p_pretty_print' responses: '200': description: Results are a comma separated value (CSV) file or a file containing a GeoJSON feature collection. schema: type: file summary: Combined ECHO Info Clusters Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Based on the QID obtained from a clustered get_facility_info query, download cluster facility information as either a CSV or GEOJSON file. parameters: - description: 'Output Format Flag. Enter one of the following keywords: - CSV = Facility results formatted as comma delimited file download (default). - GEOJSOND = Facility results formatted as GeoJSON feature collection download.' in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.p_qid' - $ref: '#/parameters/f.p_pretty_print' responses: '200': description: Results are a comma separated value (CSV) file or a file containing a GeoJSON feature collection. schema: type: file summary: Combined ECHO Info Clusters Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK /echo_rest_services.get_map: get: description: The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_facilities facility query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned. parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language." enum: - JSONP - JSON - XML in: query name: output required: false type: string example: string - $ref: '#/parameters/q.qid' - $ref: '#/parameters/q.callback' - $ref: '#/parameters/q.tablelist' - $ref: '#/parameters/q.c1_lat' - $ref: '#/parameters/q.c1_long' - $ref: '#/parameters/q.c2_lat' - $ref: '#/parameters/q.c2_long' - $ref: '#/parameters/q.p_id' responses: '200': description: Results are either an array of State, County, Zip Code facility cluster map coordinates or individual facility coordinates. Coordinates provided are in WGS84. schema: description: Root Object properties: MapOutput: $ref: '#/definitions/echo02' required: - MapOutput type: object xml: name: Root summary: Combined ECHO Map Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_facilities facility query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned. parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language." enum: - JSONP - JSON - XML in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.qid' - $ref: '#/parameters/f.callback' - $ref: '#/parameters/f.tablelist' - $ref: '#/parameters/f.c1_lat' - $ref: '#/parameters/f.c1_long' - $ref: '#/parameters/f.c2_lat' - $ref: '#/parameters/f.c2_long' - $ref: '#/parameters/f.p_id' responses: '200': description: Results are either an array of State, County, Zip Code facility cluster map coordinates or individual facility coordinates. Coordinates provided are in WGS84. schema: description: Root Object properties: MapOutput: $ref: '#/definitions/echo02' required: - MapOutput type: object xml: name: Root summary: Combined ECHO Map Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK /echo_rest_services.get_qid: get: description: 'GET_QID is passed with a query ID corresponding to a previously run get_facilities query. It then returns a Facility object containing all matching facilities. The main purpose of GET_QID is for large querysets that contain multiple pages (responsesets) of output. GET_QID allows for pagination and for the selection and sorting of columns. ' parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language." enum: - JSONP - JSON - XML in: query name: output required: false type: string example: string - $ref: '#/parameters/q.qid' - $ref: '#/parameters/q.pageno' - $ref: '#/parameters/q.callback' - $ref: '#/parameters/q.newsort' - $ref: '#/parameters/q.descending' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: query name: qcolumns required: false type: string example: string responses: '200': description: Results are an array (page) Facility Registry System (FRS) Facilities with the number of facilities equal to the responseset (page size). schema: description: Root Object properties: Results: $ref: '#/definitions/echo11' required: - Results type: object xml: name: Root summary: Combined ECHO Paginated Results Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: 'GET_QID is passed with a query ID corresponding to a previously run get_facilities query. It then returns a Facility object containing all matching facilities. The main purpose of GET_QID is for large querysets that contain multiple pages (responsesets) of output. GET_QID allows for pagination and for the selection and sorting of columns. ' parameters: - description: "Output Format Flag. Enter one of the following keywords:\n- JSON = Data model formatted as Javascript Object Notation (default).\n- JSONP = Data model formatted as Javascript Object Notation with Padding. \n- XML = Data model formatted as Extensible Markup Language." enum: - JSONP - JSON - XML in: formData name: output required: false type: string example: string - $ref: '#/parameters/f.qid' - $ref: '#/parameters/f.pageno' - $ref: '#/parameters/f.callback' - $ref: '#/parameters/f.newsort' - $ref: '#/parameters/f.descending' - description: Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions. in: formData name: qcolumns required: false type: string example: string responses: '200': description: Results are an array (page) Facility Registry System (FRS) Facilities with the number of facilities equal to the responseset (page size). schema: description: Root Object properties: Results: $ref: '#/definitions/echo11' required: - Results type: object xml: name: Root summary: Combined ECHO Paginated Results Service tags: - Facility Info x-microcks-operation: delay: 0 dispatcher: FALLBACK components: securitySchemes: emailKey: type: apiKey in: query name: key description: 'AQS requires `email` and `key` query parameters on every request. Register at `/signup?email=YOUR_EMAIL` to receive a key by email. ' definitions: geo: description: GeoJSON Geometry Object properties: coordinates: description: Array of coordinate values in longitude, latitude format. example: -87.86253 items: type: number title: Coordinates Array type: array type: description: Indicator of the geometry represented in the GeoJSON Feature, for Echo will always be "Point". example: Point title: Geometry type: string required: - type - coordinates type: object echo04: description: Results Object properties: BadSystemIDs: description: Identifies which passed query system identifiers are invalid. type: string example: '12345' CAARows: description: The number of facilities or cases within the result set that have Clean Air Act (CAA) permits. example: '50' title: Clean Air Act Count type: string CVRows: description: Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations. example: '0' type: string CWARows: description: The number of facilities or cases within the results set that have Clean Water Act (CWA) permits. example: '50' title: Clean Water Act Count type: string FEARows: description: Summary count of the number of facilities with a formal enforcement action in the past five years example: '1' type: string Facilities: description: A complex array of facility information. items: $ref: '#/definitions/echo03' title: Facilities type: array xml: name: Facilities wrapped: true example: - string INSPRows: description: Number of facilities with insp_5yr_flag populated (CWP_DATE_LAST_INSPECTION) example: '1' type: string IndianCountryRows: description: Number of facilities with tribal_flag populated example: '0' title: Indian Country Row Count type: string InfFEARows: description: Number of facilities with infea_5yr_flag populated (INFORMAL_ENF_ACT_COUNT > 0) example: '0' type: string MapOutput: $ref: '#/definitions/echo02' Message: description: Field to record messages (typically performance-related) about packet processing example: Success title: Message type: string PageNo: description: The number of pages of results returned example: '1' title: Page Number type: string QueryID: description: Sequential number assigned to entire search result example: '245' title: Query Identifier type: string QueryRows: description: Number of query results returned example: '5' title: Query Row Count type: string RCRRows: description: The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits. example: '50' title: Resource Recovery and Conservation Act Count type: string SVRows: description: Number of facilities with curr_sv_flag populated (CWP_STATUS = "Significant Violation") example: '0' title: Significant Violation Result Count type: string TRIRows: description: The number of facilities within the results set that have Toxics Release Inventory (TRI) permits. example: '50' title: Toxics Release Inventory Row Count type: string TotalPenalties: description: The total dollar amount of either assessed or final penalties within the five year time period example: $963,531 title: Total Penalties type: string V3Rows: description: Number of facilities having one or more quarters in non-compliance (QNC) in the last three years example: '2' type: string Version: description: Version of the SDWA system service example: 'v2016-02-02 14:' title: Version type: string required: - Message - Version - QueryRows - IndianCountryRows - SVRows - CVRows - V3Rows - FEARows - InfFEARows - INSPRows - TotalPenalties - CAARows - CWARows - RCRRows - TRIRows - BadSystemIDs - QueryID - PageNo type: object echo03: description: Facilities Object properties: AIRFlag: description: Indicates whether the facility has a Clean Air Act (CAA) permit. example: Y title: Clean Air Act Flag type: string AIRIDs: description: Air Facility System (AFS) ID. example: DC0000001100195254 title: AIR Facility System ID type: string ActiveLower48: description: A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States. type: string example: string BiosolidsFlag: description: A Yes/No field to indicate permits with biosolids management and compliance information. type: string example: '12345' CAA3yrComplQtrsHistory: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the CAA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation Identified V -�Violation Identified S -�High Priority Violation U - Undetermined' example: ________VVSS title: CAA 3-Year Compliance History type: string CAAComplianceStatus: description: 'An indication of the facility''s compliance status under the Clean Air Act. When a source has a high priority violation (HPV), the specific type of HPV will be displayed. If more than one type applies to a source, this order of priority is used to determine which type appears: Violation Unaddressed, EPA has Lead Enforcement Violation Unaddressed, State has Lead Enforcement Violation Unaddressed, Local has Lead Enforcement Violation Addressed, EPA has Lead Enforcement Violation Addressed, State has Lead Enforcement Violation Addressed, Local has Lead Enforcement When there is no Federally-Reportable Violation determination date in the past year and no open High Priority Violation in the most recent quarter in the data system of record, “Not Available” is displayed.' example: Violation Identified title: CAA Compliance Status type: string CAADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the CAA program database. example: 12/12/2016 title: CWA Date of Last Formal Enforcement Action type: string CAADaysLastEvaluation: description: The number of days since a CAA Full Compliance Evaluation (FCE) was completed. example: '7051' title: CAA Days Since Last Evaluation type: string CAAEvaluationCount: description: The number of inspections/compliance evaluations under the Clean Air Act, occurring at the facility within the last five years example: '0' type: string CAAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Clean Air Act. type: string example: string CAAHpvFlag: description: The High Priority Violator (HPV) status for the facility during the most recent quarter reflects the time the records were extracted from the program data system. "Y" indicates the facility is in HPV for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in HPV. example: Y title: CAA HPV Flag type: string CAAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Clean Air Act. type: string example: string CAALastPenaltyAmt: description: The amount of the most recent penalty entered into the CAA program database. example: $17014 title: CWA Last Penalty Amount type: string CAALastPenaltyDate: description: The effective date of the most recent penalty entered into the CAA program database. example: 12/12/2016 title: CWA Date of Last Penalty type: string CAANAICS: description: The CAA permit's primary North American Industry Classification System (NAICS) Codes. example: '8111' title: CAA NAICS type: string CAAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Air Act. type: string example: string CAAPermitTypes: description: 'ICIS AIR Permit Types associated with the FRS Facility: - Major - Federally Reportable Minor - Other Minor - Synthetic Minor - NULL' example: Minor Emissions type: string CAAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the CAA permit is considered in violation. example: '8' title: CAA Quarters with Violation type: string CAASICs: description: The CAA permit's primary Standard Industrial Classification (SIC) Codes. example: '5496' title: CAA SIC type: string CWA13qtrsComplHistory: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the CWA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: CWA 3-Year Compliance History type: string CWA13qtrsEfflntExceedances: description: The number of effluent violations at the facility in the past 13 quarters. example: '15' title: Effluent Exceedances in past 13 Quarters type: string CWA3YrQncrCodes: description: No longer used. Will be deleted in nthe future. example: S title: 3 Year QNCR Codes type: string CWAComplianceStatus: description: 'An indication of the facility''s compliance status under the Clean Water Act. When a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation, the specific type of SNC/Category I will be displayed. If more than one type applies to a facility, this order of priority is used to determine which code appears: S(CSchVio) - an enforcement action has been issued, and the facility is not meeting its compliance schedule E(EffViol) - effluent violations of monthly average limits X(EffNMth) - effluent violations of non-monthly average limits T(CSchRpt) - compliance schedule reporting violation D(DMR NR) - non-receipt of discharge monitoring report' example: No Violation title: CWA Compliance Status type: string CWAComplianceTracking: description: The Compliance Tracking classifications which can assist in interpreting the facility's compliance status, particularly for non-major standard permittees. example: 'On' title: CWA Compliance Tracking type: string CWADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the CWA program database. example: 12/12/2016 title: CWA Date of Last Formal Enforcement Action type: string CWADaysLastInspection: description: The number of days since a CWA inspection was completed. example: '184' title: CWA Days Since Last Inspection type: string CWAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Clean Water Act. example: '2' title: Clean Water Act Formal Action Count type: string CWAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Clean Water Act. example: '1' title: Clean Water Act Informal Action Count type: string CWAInspectionCount: description: The number of inspections/compliance evaluations under the Clean Water Act, occurring at the facility within the last five years. example: '0' title: Clean Water Act Inspection Count type: string CWALastPenaltyAmt: description: The amount of the most recent penalty entered into the CWA program database. example: '1000.0' title: CWA Last Penalty Amount type: string CWALastPenaltyDate: description: The effective date of the most recent penalty entered into the CWA program database. example: 12/12/2016 title: CWA Date of Last Penalty type: string CWANAICS: description: The CWA permit's primary North American Industry Classification System (NAICS) Codes. example: '8111' title: CWA NAICS Code type: string CWAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Water Act. title: Clean Water Act Penalties type: string example: string CWAPermitTypes: description: 'Indicates the facility''s permit type or designation. - Major - Minor' title: Clean Water Act Permit Types type: string example: string CWAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the CWA permit is considered in violation. example: '8' title: CWA Quarters with Violation type: string CWASICs: description: The CWA permit's primary Standard Industrial Classification (SIC) Codes. example: '4596' title: CWA SIC Code type: string CWASNCFlag: description: The CWA Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: CWA SNC Flag type: string CamdIDs: description: Facility identifiers for the Clean Air Markets Division database. title: Clean Air Markets Division Identifiers type: string example: '12345' CensusBlockGroup: description: A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people. example: '110010096022' title: Census Block Group type: string CurrSvFlag: description: Indicates if the facility has a current significant violation. 1 = Yes example: '0' title: Current Significant Violation Flag type: string CurrVioFlag: description: Indicates if the facility has a current violation. 1 = Yes example: '0' title: Current Violation Flag type: string DfrUrl: description: The URL to the facility's Detailed Facility Report. title: DFR URL type: string example: https://example.com Ea5yrFlag: description: Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes example: '0' type: string EffChartsFlag: type: string example: string EisFlag: description: Indicates whether the facility reports to the Emissions Inventory System (EIS). example: Y title: Emissions Inventory System Flag type: string EisIDs: description: A unique ID assigned for each facility within EPA’s Emissions Inventory System (EIS) Database. example: '12620001' title: EIS IDs type: string EjscreenFlag: description: A Y/N indicator identifying whether or not the facility is within an Environmental Justice area. title: EJ Screen Flag type: string example: string EjscreenFlagUs: description: A Y/N indicator identifying whether or not the facility is within an Environmental Justice area. title: EJ Screen Flag (US) type: string example: string EpcraInspections5yr: description: From ICIS FE&C, the number of EPCRA inspections at the facility in the past five years. example: '2' title: EPCRA Inspections (Past 5 Years) type: string Fac3yrComplianceHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: Facility 3-Year Compliance History type: string FacAccuracyMeters: description: The estimate of accuracy, in meters, based on provided spatial metadata and quality assurance routines for the provided facility coordinate. example: '35900' title: Facility Location Accuracy in Meters type: string FacActiveFlag: description: Indicates whether any of the associated ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS permits/facilities are in an active status. example: Y title: Facility Active Flag type: string FacChesapeakeBayFlg: description: Indicates whether the facility, based on the facility spatial coordinate, is within the Chesapeake Bay watershed. example: Y title: Facility in Chesapeake Bay Watershed Flag type: string FacCity: description: The city where the facility is located. example: ALEXANDRIA title: Facility City type: string FacCollectionMethod: description: Indicates the collection method used (GPS, Photo Interpolation, Address Geocode, etc) to determine a facility's spatial coodinate. example: State Centroid title: Facility Location Collection Method type: string FacComplianceStatus: description: 'An indication of the facility''s known overall compliance status. Status codes include: SNC/Serious Viol [significant noncompliance (SNC), high priority violation (HPV), or serious violator, depending on statute] In Violation (in violation of an environmental regulation) No Violation (no violations recorded in the national systems of record) Not Available Unknown' example: No Violation title: Facility Compliance Status type: string FacCounty: description: The county where the facility is located. example: ALEXANDRIA CITY title: Facility County type: string FacDateLastFormalActEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility. example: 12/12/2016 title: Date Last EPA Formal Enforcement Action type: string FacDateLastFormalActSt: description: The effective date of the most recent listed formal enforcement action taken against the facility by a state agency. example: 12/12/2016 title: Date Last Formal Enforcement Action by State type: string FacDateLastFormalAction: description: Indicates the effective date of the most recent listed enforcement action taken against the facility. example: 5/7/2009 title: Date of Last Formal Action type: string FacDateLastInformalActEPA: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility. example: 12/12/2016 title: Date Last EPA Informal Enforcement Action type: string FacDateLastInformalActSt: description: The effective date of the most recent listed informal enforcement action taken against the facility by a state agency. example: 12/12/2016 title: Date Last Informal Enforcement Action by State type: string FacDateLastInformalAction: description: The date of the most recent informal action or NOV taken recorded in AFS, ICIS-NPDES, RCRA Info or SDWIS. example: 8/6/2008 title: Date of Last Informal Action type: string FacDateLastInspection: description: The date on which most recent inspection of the facility took place. For the Clean Air Act, the date on which a Full Inspection (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. example: 12/18/2012 title: Date of Last Facility Inspection type: string FacDateLastInspectionEPA: description: The date of the facility's last inspection. example: 12/12/2016 title: Date Last EPA Inspection type: string FacDateLastInspectionState: description: The date on which the most recent "olfficial" inspection of the facility by a state agency took place. example: 12/12/2016 title: Date Last Inspection by State type: string FacDateLastPenalty: description: Indicates the date on which the most recent assessed (or final) penalty was taken against the facility. example: 2/19/2011 title: Date of Last Penalty type: string FacDaysLastInspection: description: The number of days from the last ECHO refresh to the date on which the most recent inspection of the facility took place based on data recorded into AFS, ICIS-NPDES, or RCRA Info. example: '1197' title: Days Since Last Facility Inspection type: string FacDerivedCb2010: description: The 2010 Census Block derived from the facility coordinate. example: '450850003003069' title: Derived 2010 Census Block type: string FacDerivedCd113: description: The 113th Congressional District derived from the facility coordinate. example: '05' title: Derived 113th Congressional District type: string FacDerivedHuc: description: The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed. example: '552968' title: Watershed (HUC Code) type: string FacDerivedRadWBDHu12: description: The 12-digit Watershed Boundary Dataset code derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: '41201040603' title: Derived RAD WBD HUC-12 type: string FacDerivedRadWBDHu12Name: description: The 12 digit Watershed Boundary Dataset name derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: Cayuga Creek title: Derived RAD WBD HUC-12 Name type: string FacDerivedRadWBDHu8: description: The 8-digit Watershed Hydrologic Unit Code (HUC) derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: '4120104' title: Derived RAD WBD HUC-8 type: string FacDerivedRadWBDHu8Name: description: The 8 digit watershed name derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: Niagra title: Derived RAD WBD HUC-8 Name type: string FacDerivedStctyFIPS: description: The Federal Information Processing Standard (FIPS) code which uniquely identifies the state and county in which the facility is located. title: Facility Derived FIPS Code type: string example: string FacDerivedTRIbes: description: The tribes or tribal territories located within 25 miles of the facility's location. example: Cherokee Nation title: FRS Spatially Derived Tribe type: string FacDerivedWBD: description: The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS. example: '20700100204' title: 12-Digit WBD HUC type: string FacDerivedWBDHu12Name: description: The Watershed Boundary Dataset name derived from the facility coordinate. example: Cayuga Creek title: Derived WBD HUC-12 Name type: string FacDerivedWBDHu8: description: Spatially derived HUC based on the facility's geographic coordinates in FRS. example: '2070003' title: WBD Hydrologic Unit Code (FRS) type: string FacDerivedWBDHu8Name: description: The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS. example: Cacapon-Town title: WBD Hydrologic Unit Name (FRS Derived) type: string FacDerivedZip: description: The ZIP Code derived from the facility coordinate. example: '22126' title: Derived ZIP Code type: string FacEPARegion: description: The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories example: '03' title: Facility EPA Region type: string FacFIPSCode: description: The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in. example: '55001' title: FIPS Code type: string FacFederalAgency: description: The facility's federal agency code. example: D5700 title: Federal Agency type: string FacFederalAgencyName: description: Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. example: EPA title: Federal Agency Name type: string FacFederalFlg: description: Indicates whether the facility is part of a federal agency. example: Y title: Federal Flag type: string FacFormalActionCount: description: Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits example: '0' title: Count of Formal Actions type: string FacImpWaterFlg: description: Indicates whether or not the facility discharges directly into category 4 or 5 impaired water, as designated under section 303(d) of the Clean Water Act. example: Y title: Impaired Waters Flag type: string FacIndianCntryFlg: description: Flag showing Y/N whether the facility is located in Indian Country. title: Facility Indian Country Flag type: string example: string FacIndianSpatialFlg: description: Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area. example: Y title: Indian Spatial Flag type: string FacInformalCount: description: Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years example: '0' title: Count of Informal Actions type: string FacInspectionCount: description: The number of inspections/compliance evaluations that have occurred at the facility, under the AIR, CWA, and RCRA, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. example: '1' title: Facility Inspection Count type: string FacLastPenaltyAmt: description: Indicates the dollar amount of the most recent assessed (or final) penalty taken against the facility. example: $200 title: Last Penalty Amount type: string FacLat: description: The latitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata. example: '38.803076' title: Latitude type: string FacLong: description: The longitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata. example: '-77.085951' title: Longitude type: string FacMajorFlag: description: Indicates whether the facility is designated as a “major” (usually a large facility). example: Y title: Facility Major Flag type: string FacMapFlg: description: Graphical indicator denoting whether geographical data required to map a facility are available. example: Y title: Facility Mapped Flag type: string FacMapIcon: description: The default map icon image file calculated for the facility by the ECHO program. example: CWA-NC-MJ-2.png title: Facility Map Icon type: string FacMyrtkUniverse: description: A 3-digit combination of Y/N flags indicating if the facility is considered a Right-to-Know Network (RTKNet) CAA (position 1), NPDES (position 2), or RCRA facility (position 3). example: NNN title: My Right-to-Know Universe type: string FacNAICSCodes: description: The facility's North American Industry Classification System (NAICS) Codes. example: 8111 8134 title: Facility NAICS Codes type: string FacNaaFlag: description: Indicates whether the facility is located in a nonattainment area of the country, where air pollution levels persistently exceed the national ambient air quality standards. This flag does not indicate whether or not the facility has violated national ambient area quality standards. example: Y title: NAA Flag type: string FacName: description: Name of facility example: W M A T A CENTRAL MAINT FAC title: Facility Name type: string FacPenaltyCount: description: The total number of penalties assessed (or final) taken against the facility within the last five years example: '2' title: Penalty Count type: string FacPercentMinority: description: Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility. example: '45.379' title: Facility Percent Minority type: string FacPopDen: description: The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field). example: '6716.34' title: Facility Population Density type: string FacProgramsWithSNC: description: The number of programs (CAA, CWA, SDWA, RCRA) related to the facility that have a current serious violation. example: '2' title: Facility Programs with Significant Violation type: string FacQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the facility is considered in violation. example: '8' title: Facility Quarters with Violation type: string FacReferencePoint: description: A description of the location for the provided facility coordinate. example: CENTER OF A FACILITY OR STATION title: Facility Reference Point type: string FacSICCodes: description: Indicates the facility’s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility. example: '811' title: SIC Codes type: string FacSNCFlg: description: The Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: Facility SNC Flag type: string FacState: description: Facility state example: VA title: Facility State type: string FacStdCountyName: description: The standardized facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Standardized Facility County Name type: string FacStreet: description: Street address where facility is located, as maintained by each data system. Certain data systems also maintain mailing address information, which is not used in this report. The street address may differ across EPA databases due to differences in reported information (e.g., use of mailing address), change in ownership, use of parent or subsidiary address, etc. example: 3101 EISENHOWER AVENUE title: Facility Street Address type: string FacTotalPenalties: description: The total dollar amount of either assessed (or final) penalties taken against the facility within the last five years example: $850 title: Total Penalties type: string FacUsMexBorderFlg: description: A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border. example: Y title: Near US-Mexico Border type: string FacZip: description: Facility ZIP code example: '22314' title: Facility Zip Code type: string FecCaseIDs: description: All Case Numbers of Federal Enforcement Cases relating to the Facility from the ICIS System type: string example: '12345' FecLastCaseDate: description: The date of the latest Federal Enforcement Case related to this Facility in the ICIS system. example: 12/12/2016 title: Last Enforcement Case Date type: string FecNumberOfCases: description: The total number of Federal Enforcement Cases in the last 5 years related to this Facility in the ICIS system. example: '1' title: Number of Enforcement Cases type: string FecTotalPenalties: description: The total Federal Enforcement Case penalties assessed against this facility in the last 5 years. example: $34400 title: Total Penalties type: string FifraInspections5yr: description: From ICIS FE&C, the number of FIFRA inspections at the facility in the past five years. example: '2' title: FIFRA Inspections (Past 5 Years) type: string GHGCO2Releases: description: The sum of total release amounts of all linked Greenhouse Gas IDs reported as "metric tons of CO2 equivalents" title: Greenhouse Gas Reporting CO2 Releases type: string example: string GHGFlag: description: Indicates whether the facility has a Greenhouse Gas (GHG) permit. example: Y title: Greenhouse Gas Flag type: string GHGIDs: description: A unique ID assigned for each facility within EPA’s Greenhouse Gas Reporting Program (GHGRP) Emissions Data Sets. example: '110000' title: GHG IDs type: string HasPollRpt: description: ??? example: Y type: string Infea5yrFlag: description: Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes. example: '0' type: string Insp5yrFlag: description: Indicates if the facility has an inspection within the last 5 years. 1 = Yes example: '1' title: Inspected Within Last Five Years Flag type: string Lower48: description: Flag showing Y/N whether location is within the contiguous (lower 48) United States. example: Y title: Contiguous United States Flag type: string MaxPctileUs: description: The maximum percentile from all individual EJSCREEN indicators. example: '98' type: string MaxScore: description: A sorting score for internal use. example: '1' title: Max Score type: string NC: description: Indicates whether or not the permit or site is considered either in Non-compliance (NC), Significant Non-compliance (SNC) or High Priority violation (HPV) status. example: Y title: Non-compliance�Flag type: string NPDESFlag: description: Indicates whether the facility has a Clean Water Act (CWA) permit. example: Y title: NPDES Flag type: string NPDESIDs: description: Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System) title: ICS-NPDES Clean Water Act Identifier type: string example: '12345' NaaCategories: description: The nonattainment area categories that the facility is in, derived spatially based on the facility's geographic coordinates in FRS.� example: 8-HOUR OZONE(2015) title: NAA Categories type: string NaaPollutants: description: All criteria pollutants that the facility is in nonattainment for. example: OZONE title: NAA Pollutants type: string Over80CountUs: description: The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in. example: '3' title: EJ Indexes Above 80th Percentile type: string PctileCancerUs: description: The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator. example: '99' type: string PctileDpmUs: description: The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator. example: '99' type: string PctileO3Us: description: The national percentile of the census block group for the EJSCREEN ozone indicator. example: '94' type: string PctilePctpre1960Us: description: The national percentile of the census block group for the EJSCREEN Lead paint indicator. example: '14.6' type: string PctilePmUs: description: The national percentile of the census block group for the EJSCREEN particulate matter indicator. example: '93' type: string PctileProximityNPDESUs: description: The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator. example: '23.7' type: string PctileProximityNplUs: description: The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator. example: '96' type: string PctileProximityRmpUs: description: The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator. example: '91' type: string PctileProximityTsdfUs: description: The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator. example: '82' type: string PctileRespUs: description: The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator. example: '99' type: string PctileTrafficScoreUs: description: The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator. example: '92' type: string RCRA3yrComplQtrsHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period) entered in the RCRA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: RCRA 3-Year Compliance History type: string RCRAComplianceStatus: description: An indication of the facility's compliance status under the Resource Conservation and Recovery Act (Significant Violation = Significant Noncomplier, Noncompliance, or No Violation). example: No Violation title: RCRA Compliance Status type: string RCRADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the RCRA program database. example: 12/12/2016 title: RCRA Date of Last Formal Enforcement Action type: string RCRADaysLastEvaluation: description: The number of days since a RCRA inspection was completed. example: '6848' title: RCRA Days Since Last Evaluation type: string RCRAFlag: description: Indicates whether the facility has a Resource Conservation and Recovery Action (RCRA) permit. example: Y title: Resource Recovery and Conservation Act Flag type: string RCRAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Resource Conservation and Recovery Act. example: '5' title: RCRA Formal Action Count type: string RCRAIDs: description: A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database. example: VAD981111784 title: Resource Conservation and Recovery Act IDs type: string RCRAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Resource Conservation and Recovery Act. example: '3' title: RCRA Informal Action Count type: string RCRAInspectionCount: description: The number of inspections/compliance evaluations under the Resource Conservation and Recovery Act, occurring at the facility within the last five years example: '1' title: Resource Conservation and Recovery Act Inspection Count type: string RCRALastPenaltyAmt: description: The amount of the most recent penalty entered into the RCRA program database. example: '1000.0' title: RCRA Last Penalty Amount type: string RCRALastPenaltyDate: description: Indicates the date on which the most recent assessed (or final) penalty was taken against the facility, entered in the RCRAInfo program database. example: 12/12/2016 title: RCRA Last Penalty Date type: string RCRANAICS: description: The RCRA permit's primary North American Industry Classification System (NAICS) Code. example: '8111' title: RCRA NAICS Code type: string RCRAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years, entered in the RCRAInfo program database. example: $987 title: RCRA Penalties type: string RCRAPermitTypes: description: 'RCRA Facility Types include: - TSDF = Treatment, Storage and Disposal facility - LQG = Large Quantity Generator - SQG = Small Quantity Generator - CESQG = Conditionally-Exempt Small Quantity Generator - Operating TSDF - Transporters' example: LQG title: Resource Conservation and Recovery Act Permit Types type: string RCRAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the RCRA permit is considered in violation. example: '8' title: RCRA Quarters with Violation type: string RCRASNCFlag: description: The RCRA Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: RCRA SNC Flag type: string RegistryID: description: An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases. example: '110020837601' title: FRS ID type: string RmpIDs: description: A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule. example: '110000' title: RMP IDs type: string SDWA3yrComplQtrsHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ - No Violation Identified V - Noncompliance S - Significant Noncompliance U - Undetermined' example: ____SS__VVUU title: SDWA 3-Year Compliance History type: string SDWAComplianceStatus: description: An indication of the facility's compliance status under the Safe Drinking Water Act (Serious Violator, Noncompliance, or No Violation). example: No Violation title: SDWA Compliance Status type: string SDWAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Safe Drinking Water Act example: '11' type: string SDWAIDs: description: A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS). example: DC0000001 type: string SDWAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Safe Drinking Water Act example: '2' type: string SDWAInspections5yr: description: The number of SDWA inspections at the facility in the past five years. example: '2' title: SDWA Inspections (Past 5 Years) type: string SDWAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the SDWA permit is considered in violation. example: '8' title: SDWA Quarters with Violation type: string SDWASNCFlag: description: Indicates whether the Water System has a Serious Violation. example: Y title: SDWA SNC Flag type: string SDWASystemTypes: description: SDWIS System Types type: string example: string SDWISFlag: description: Indicates whether the facility has a Safe Drinking Water Information System (SDWIS) ID. example: Y title: SDWIS Flag type: string Score: example: '1' title: Score type: string SemsFlag: type: string example: string SemsIDs: type: string example: '12345' SourceID: description: Unique Identifier assigned by EPA. example: ALR040033 title: EPA Source Identifier type: string TRIFlag: description: Indicates whether the facility has a Toxics Release Inventory (TRI) permit. example: Y title: Toxics Release Inventory Program Flag type: string TRIIDs: description: A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address. example: 20011FRTTT5001F title: Toxics Release Inventory Program IDs type: string TRIOffSiteTransfers: description: Total pounds per year transferred off-site. example: '0' title: Toxics Release Inventory Offsite Transfer Count type: string TRIOnSiteReleases: description: Total pounds per year released for Air Emissions, Surface Water Discharges, Underground Injections and Releases to Land. example: '11987' title: Toxics Release Inventory Onsite Releases type: string TRIReleasesTransfers: description: Total chemical releases, in pounds, as reported to the Toxics Release Inventory (TRI) by the facility for the most recent reporting year example: '170878' title: TRI Release Transfers type: string TRIReporter: description: Indicates whether or not the facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. example: Y title: Toxics Release Inventory Reporter type: string TRIReporterInPast: description: A 'Y' indicates a TRI Reporter from a prior year. example: Y title: Toxics Release Inventory Reporter In Past Flag type: string TRIbalFlag: description: A flag indicating that the facility is within a tribal area. example: '1' title: Tribal Lands Flag type: string TscaFlag: description: Flag indicating whether or not a facility has a TSCA ID title: Toxic Substances Control Act Flag type: string example: string TscaIDs: description: Toxic Substances Control Act ID assigned to a facility title: Toxic Substances Control Act ID type: string example: '12345' TscaInspections5yr: description: From ICIS FE&C, the number of TSCA inspections at the facility in the past five years. example: '2' title: TSCA Inspections (Past 5 Years) type: string ViolFlag: description: Indicates if the facility had a violation within the last 3 years. 1 = Yes example: '1' title: Violation Flag type: string WebDocs: description: Contains flags that identify what web accessible documents are available for the facility. example: C6 title: Web Documents type: string required: - FacName - FacStreet - FacCity - FacState - FacZip - RegistryID - FacCounty - FacEPARegion - FacFederalFlg - FacFederalAgencyName - FacIndianCntryFlg - FacIndianSpatialFlg - FacDerivedTRIbes - FacSICCodes - FacNAICSCodes - FacLat - FacLong - AIRIDs - CamdIDs - NPDESIDs - RCRAIDs - RmpIDs - SDWAIDs - TRIIDs - EisIDs - GHGIDs - TscaIDs - SemsIDs - CAAPermitTypes - CWAPermitTypes - RCRAPermitTypes - SDWASystemTypes - FacSNCFlg - FacQtrsWithNC - FacComplianceStatus - CAAComplianceStatus - CWAComplianceStatus - RCRAComplianceStatus - SDWAComplianceStatus - FacInspectionCount - FacDaysLastInspection - FacDateLastInspection - CAAEvaluationCount - CWAInspectionCount - RCRAInspectionCount - Over80CountUs - PctilePctpre1960Us - PctileDpmUs - PctileCancerUs - PctileRespUs - PctileTrafficScoreUs - PctileProximityNPDESUs - PctileProximityNplUs - PctileProximityRmpUs - PctileProximityTsdfUs - PctileO3Us - PctilePmUs - FacPopDen - FacPercentMinority - FacInformalCount - CAAInformalCount - CWAInformalCount - RCRAInformalCount - SDWAInformalCount - FacFormalActionCount - FacDateLastFormalAction - CAAFormalActionCount - CWAFormalActionCount - RCRAFormalActionCount - SDWAFormalActionCount - FacTotalPenalties - FacPenaltyCount - FacDateLastPenalty - FacLastPenaltyAmt - CAAPenalties - CWAPenalties - RCRAPenalties - GHGCO2Releases - TRIReleasesTransfers - FacDerivedWBDHu8 - FacDerivedWBDHu8Name - FacDerivedRadWBDHu8 - FacDerivedRadWBDHu8Name - FacMajorFlag - FacDateLastInformalAction - Fac3yrComplianceHistory - CAA3yrComplQtrsHistory - CWA13qtrsComplHistory - RCRA3yrComplQtrsHistory - SDWA3yrComplQtrsHistory - FecCaseIDs - FacFIPSCode - FacUsMexBorderFlg - FacChesapeakeBayFlg - FacNaaFlag - FacMapIcon - FacCollectionMethod - FacReferencePoint - FacAccuracyMeters - FacDerivedHuc - FacDerivedWBD - FacDerivedStctyFIPS - FacDerivedZip - FacDerivedCd113 - FacDerivedCb2010 - FacActiveFlag - FacMyrtkUniverse - FacProgramsWithSNC - AIRFlag - NPDESFlag - SDWISFlag - RCRAFlag - TRIFlag - GHGFlag - CAANAICS - CAASICs - CAADaysLastEvaluation - CAADateLastFormalAction - CAALastPenaltyDate - CAALastPenaltyAmt - CAAQtrsWithNC - CAAHpvFlag - CWAComplianceTracking - CWANAICS - CWASICs - CWADaysLastInspection - CWADateLastFormalAction - CWALastPenaltyDate - CWALastPenaltyAmt - CWAQtrsWithNC - CWASNCFlag - CWA13qtrsEfflntExceedances - CWA3YrQncrCodes - RCRANAICS - RCRADaysLastEvaluation - RCRADateLastFormalAction - RCRALastPenaltyDate - RCRALastPenaltyAmt - RCRAQtrsWithNC - RCRASNCFlag - SDWASNCFlag - TRIOnSiteReleases - TRIOffSiteTransfers - TRIReporterInPast - FecNumberOfCases - FecLastCaseDate - FecTotalPenalties - DfrUrl - FacDateLastInspectionEPA - FacDateLastInspectionState - FacDateLastFormalActEPA - FacDateLastFormalActSt - FacDateLastInformalActEPA - FacDateLastInformalActSt - FacFederalAgency - TRIReporter - FacImpWaterFlg - SourceID - NC - FacMapFlg - HasPollRpt - CensusBlockGroup - MaxPctileUs - EjscreenFlagUs - EjscreenFlag - TRIbalFlag - CurrSvFlag - ViolFlag - CurrVioFlag - Insp5yrFlag - Ea5yrFlag - Infea5yrFlag - Lower48 - ActiveLower48 - FacDerivedWBDHu12Name - FacDerivedRadWBDHu12 - FacDerivedRadWBDHu12Name - EisFlag - TscaFlag - WebDocs - NaaCategories - NaaPollutants - EpcraInspections5yr - FifraInspections5yr - TscaInspections5yr - SDWAInspections5yr - SDWAQtrsWithNC - BiosolidsFlag - FacStdCountyName - EffChartsFlag - SemsFlag - Score - MaxScore type: object xml: name: Facility echo05: description: Cluster Data Object properties: CVRows: description: Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations. example: '0' type: string ClusterCount: description: The number of facilities or cases in the cluster. title: Cluster Count type: string example: string ClusterIcon: description: The icon file used to reprsent the cluster. title: Cluster Icon type: string example: string ClusterLatitude: description: The latitude in decimal degrees expressed using the NAD83 horizontal datum. example: '38.904149' title: Cluster Latitude type: string ClusterLongitude: description: The longitude in decimal degrees expressed using the NAD83 horizontal datum. example: '-77.017094' title: Cluster Longitude type: string ClusterName: description: 'THe name or the identifier of the geographic area used for clustering. Examples: Alaska, Fairfax County, 22314' title: Cluster Name type: string example: EPA Facility ClusterType: description: 'The representative geographic area used for clustering. Examples: State, County, Zip Code' title: Cluster Type type: string example: string ClusterValue: description: 'The value, internal to the database report object, that represents this cluster, like a state abbreviation, zip code, or county FIPS code. Examples: AK, 22314, 50011' title: Cluster Value type: string example: string EPARegionCode: description: The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories example: '03' title: EPA Region Code type: string FEARows: description: Summary count of the number of facilities with a formal enforcement action in the past five years example: '1' type: string INSPRows: description: Number of facilities with insp_5yr_flag populated (CWP_DATE_LAST_INSPECTION) example: '1' type: string IndianCountryRows: description: Number of facilities with tribal_flag populated example: '0' title: Indian Country Row Count type: string InfFEARows: description: Number of facilities with infea_5yr_flag populated (INFORMAL_ENF_ACT_COUNT > 0) example: '0' type: string ObjectId: description: Sequential number assigned to each facility or cluster returned. example: '1' title: Object Identifier type: string SVRows: description: Number of facilities with curr_sv_flag populated (CWP_STATUS = "Significant Violation") example: '0' title: Significant Violation Result Count type: string TotalPenalties: description: The total dollar amount of either assessed or final penalties within the five year time period example: $963,531 title: Total Penalties type: string V3Rows: description: Number of facilities having one or more quarters in non-compliance (QNC) in the last three years example: '2' type: string required: - ObjectId - ClusterLatitude - ClusterLongitude - ClusterIcon - ClusterType - ClusterName - ClusterValue - ClusterCount - IndianCountryRows - EPARegionCode - SVRows - CVRows - V3Rows - FEARows - InfFEARows - INSPRows - TotalPenalties type: object echo01: description: Map Data Object properties: CAAstatus: description: 'The facility''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation Identified V -�Violation Identified S -�High Priority Violation U - Undetermined' example: ______UUUUUU title: 3-Year Compliance Status History type: string CWAstatus: description: Quarterly compliance status for the most recent 13 quarters. Each letter indicates the compliance status for the corresponding quarter. example: VV_______V_VV type: string FormalCount: description: The number of formal enforcement actions that have been taken against the facility example: '1' title: Formal Count type: string ICON: description: Name of each individual icon file within the URL base example: CAA-IC-MN-N.png title: Icon type: string InformalCount: description: The number of informal enforcement actions that have been taken against the facility example: '1' title: Informal Count type: string LAT: description: The latitude of the facility in degrees, to four decimal places example: '38.798026' title: Latitude type: string LON: description: The longitude of the facility in degrees, to four decimal places example: '-77.062981' title: Longitude type: string LastInsp: description: The unique identifier for the last inspection example: '901' title: Last Inspection type: string NAME: description: For DFR, this is the Facility name. The name corresponds to the TYPE value example: VIRGINIA CONCRETE ALEXANDRIA PLANT title: Name type: string PUV: description: Pop up value. Combine with PopUpBaseURL to give the popup for the facility example: '110001891506' title: Popup Value type: string RCRAstatus: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the RCRAInfo program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: RCRA 3-Year Compliance Status type: string SDWAstatus: description: 'The system''s 3-year compliance status history by quarter (3-month period) entered in the SDWA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: SDWA 3-Year Compliance Status type: string TYPE: description: For DFR, this is always facility example: Facility title: Type type: string required: - LAT - LON - ICON - TYPE - NAME - PUV - SDWAstatus - RCRAstatus - CWAstatus - CAAstatus - LastInsp - FormalCount - InformalCount type: object xml: name: Object echo08: description: Results Object properties: BadSystemIDs: description: Identifies which passed query system identifiers are invalid. type: string example: '12345' CAARows: description: The number of facilities or cases within the result set that have Clean Air Act (CAA) permits. example: '50' title: Clean Air Act Count type: string CVRows: description: Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations. example: '0' type: string CWARows: description: The number of facilities or cases within the results set that have Clean Water Act (CWA) permits. example: '50' title: Clean Water Act Count type: string ClusterOutput: $ref: '#/definitions/echo06' ClusterRecords: description: Number of clusters returned. example: '199' title: Cluster Records type: string FEARows: description: Summary count of the number of facilities with a formal enforcement action in the past five years example: '1' type: string Facilities: description: A complex array of facility information. items: $ref: '#/definitions/echo07' title: Facilities type: array xml: name: Facilities wrapped: true example: - string INSPRows: description: Number of facilities with insp_5yr_flag populated (CWP_DATE_LAST_INSPECTION) example: '1' type: string IconBaseURL: description: URL where all the icons are located example: https://echo.epa.gov/app/map/icons/ title: Icon Base URL type: string IndianCountryRows: description: Number of facilities with tribal_flag populated example: '0' title: Indian Country Row Count type: string InfFEARows: description: Number of facilities with infea_5yr_flag populated (INFORMAL_ENF_ACT_COUNT > 0) example: '0' type: string Message: description: Field to record messages (typically performance-related) about packet processing example: Success title: Message type: string PopUpBaseURL: description: Combine this URL with the PUC to get popup info example: https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id= title: Popup Base URL type: string QueryID: description: Sequential number assigned to entire search result example: '245' title: Query Identifier type: string QueryParameters: description: A list of submitted query parameters and their values. items: $ref: '#/definitions/qp0' title: Query Parameters type: array xml: name: QueryParameters wrapped: true example: - string QueryRows: description: Number of query results returned example: '5' title: Query Row Count type: string RCRRows: description: The number of facilities or cases within the results set that have Resource Conservation and Recovery Action (RCRA) permits. example: '50' title: Resource Recovery and Conservation Act Count type: string SVRows: description: Number of facilities with curr_sv_flag populated (CWP_STATUS = "Significant Violation") example: '0' title: Significant Violation Result Count type: string ServiceBaseURL: description: The base service URL. example: https://echodata.epa.gov/echo/echo_rest_services.get_facility_info title: Service Base URL type: string TRIRows: description: The number of facilities within the results set that have Toxics Release Inventory (TRI) permits. example: '50' title: Toxics Release Inventory Row Count type: string TotalPenalties: description: The total dollar amount of either assessed or final penalties within the five year time period example: $963,531 title: Total Penalties type: string V3Rows: description: Number of facilities having one or more quarters in non-compliance (QNC) in the last three years example: '2' type: string required: - Message - QueryID - QueryRows - IndianCountryRows - SVRows - CVRows - V3Rows - FEARows - InfFEARows - INSPRows - TotalPenalties - CAARows - CWARows - RCRRows - TRIRows - BadSystemIDs - IconBaseURL - PopUpBaseURL - ServiceBaseURL - QueryParameters type: object echo07: description: Facilities Object properties: AIRFlag: description: Indicates whether the facility has a Clean Air Act (CAA) permit. example: Y title: Clean Air Act Flag type: string AIRIDs: description: Air Facility System (AFS) ID. example: DC0000001100195254 title: AIR Facility System ID type: string ActiveLower48: description: A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States. type: string example: string BiosolidsFlag: description: A Yes/No field to indicate permits with biosolids management and compliance information. type: string example: '12345' CAA3yrComplQtrsHistory: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the CAA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation Identified V -�Violation Identified S -�High Priority Violation U - Undetermined' example: ________VVSS title: CAA 3-Year Compliance History type: string CAAComplianceStatus: description: 'An indication of the facility''s compliance status under the Clean Air Act. When a source has a high priority violation (HPV), the specific type of HPV will be displayed. If more than one type applies to a source, this order of priority is used to determine which type appears: Violation Unaddressed, EPA has Lead Enforcement Violation Unaddressed, State has Lead Enforcement Violation Unaddressed, Local has Lead Enforcement Violation Addressed, EPA has Lead Enforcement Violation Addressed, State has Lead Enforcement Violation Addressed, Local has Lead Enforcement When there is no Federally-Reportable Violation determination date in the past year and no open High Priority Violation in the most recent quarter in the data system of record, “Not Available” is displayed.' example: Violation Identified title: CAA Compliance Status type: string CAADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the CAA program database. example: 12/12/2016 title: CWA Date of Last Formal Enforcement Action type: string CAADaysLastEvaluation: description: The number of days since a CAA Full Compliance Evaluation (FCE) was completed. example: '7051' title: CAA Days Since Last Evaluation type: string CAAEvaluationCount: description: The number of inspections/compliance evaluations under the Clean Air Act, occurring at the facility within the last five years example: '0' type: string CAAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Clean Air Act. type: string example: string CAAHpvFlag: description: The High Priority Violator (HPV) status for the facility during the most recent quarter reflects the time the records were extracted from the program data system. "Y" indicates the facility is in HPV for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in HPV. example: Y title: CAA HPV Flag type: string CAAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Clean Air Act. type: string example: string CAALastPenaltyAmt: description: The amount of the most recent penalty entered into the CAA program database. example: $17014 title: CWA Last Penalty Amount type: string CAALastPenaltyDate: description: The effective date of the most recent penalty entered into the CAA program database. example: 12/12/2016 title: CWA Date of Last Penalty type: string CAANAICS: description: The CAA permit's primary North American Industry Classification System (NAICS) Codes. example: '8111' title: CAA NAICS type: string CAAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Air Act. type: string example: string CAAPermitTypes: description: 'ICIS AIR Permit Types associated with the FRS Facility: - Major - Federally Reportable Minor - Other Minor - Synthetic Minor - NULL' example: Minor Emissions type: string CAAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the CAA permit is considered in violation. example: '8' title: CAA Quarters with Violation type: string CAASICs: description: The CAA permit's primary Standard Industrial Classification (SIC) Codes. example: '5496' title: CAA SIC type: string CWA13qtrsComplHistory: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the CWA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: CWA 3-Year Compliance History type: string CWA13qtrsEfflntExceedances: description: The number of effluent violations at the facility in the past 13 quarters. example: '15' title: Effluent Exceedances in past 13 Quarters type: string CWA3YrQncrCodes: description: No longer used. Will be deleted in nthe future. example: S title: 3 Year QNCR Codes type: string CWAComplianceStatus: description: 'An indication of the facility''s compliance status under the Clean Water Act. When a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation, the specific type of SNC/Category I will be displayed. If more than one type applies to a facility, this order of priority is used to determine which code appears: S(CSchVio) - an enforcement action has been issued, and the facility is not meeting its compliance schedule E(EffViol) - effluent violations of monthly average limits X(EffNMth) - effluent violations of non-monthly average limits T(CSchRpt) - compliance schedule reporting violation D(DMR NR) - non-receipt of discharge monitoring report' example: No Violation title: CWA Compliance Status type: string CWAComplianceTracking: description: The Compliance Tracking classifications which can assist in interpreting the facility's compliance status, particularly for non-major standard permittees. example: 'On' title: CWA Compliance Tracking type: string CWADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the CWA program database. example: 12/12/2016 title: CWA Date of Last Formal Enforcement Action type: string CWADaysLastInspection: description: The number of days since a CWA inspection was completed. example: '184' title: CWA Days Since Last Inspection type: string CWAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Clean Water Act. example: '2' title: Clean Water Act Formal Action Count type: string CWAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Clean Water Act. example: '1' title: Clean Water Act Informal Action Count type: string CWAInspectionCount: description: The number of inspections/compliance evaluations under the Clean Water Act, occurring at the facility within the last five years. example: '0' title: Clean Water Act Inspection Count type: string CWALastPenaltyAmt: description: The amount of the most recent penalty entered into the CWA program database. example: '1000.0' title: CWA Last Penalty Amount type: string CWALastPenaltyDate: description: The effective date of the most recent penalty entered into the CWA program database. example: 12/12/2016 title: CWA Date of Last Penalty type: string CWANAICS: description: The CWA permit's primary North American Industry Classification System (NAICS) Codes. example: '8111' title: CWA NAICS Code type: string CWAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Water Act. title: Clean Water Act Penalties type: string example: string CWAPermitTypes: description: 'Indicates the facility''s permit type or designation. - Major - Minor' title: Clean Water Act Permit Types type: string example: string CWAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the CWA permit is considered in violation. example: '8' title: CWA Quarters with Violation type: string CWASICs: description: The CWA permit's primary Standard Industrial Classification (SIC) Codes. example: '4596' title: CWA SIC Code type: string CWASNCFlag: description: The CWA Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: CWA SNC Flag type: string CamdIDs: description: Facility identifiers for the Clean Air Markets Division database. title: Clean Air Markets Division Identifiers type: string example: '12345' CensusBlockGroup: description: A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people. example: '110010096022' title: Census Block Group type: string CurrSvFlag: description: Indicates if the facility has a current significant violation. 1 = Yes example: '0' title: Current Significant Violation Flag type: string CurrVioFlag: description: Indicates if the facility has a current violation. 1 = Yes example: '0' title: Current Violation Flag type: string DfrUrl: description: The URL to the facility's Detailed Facility Report. title: DFR URL type: string example: https://example.com Ea5yrFlag: description: Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes example: '0' type: string EffChartsFlag: type: string example: string EisFlag: description: Indicates whether the facility reports to the Emissions Inventory System (EIS). example: Y title: Emissions Inventory System Flag type: string EisIDs: description: A unique ID assigned for each facility within EPA’s Emissions Inventory System (EIS) Database. example: '12620001' title: EIS IDs type: string EjscreenFlag: description: A Y/N indicator identifying whether or not the facility is within an Environmental Justice area. title: EJ Screen Flag type: string example: string EjscreenFlagUs: description: A Y/N indicator identifying whether or not the facility is within an Environmental Justice area. title: EJ Screen Flag (US) type: string example: string EpcraInspections5yr: description: From ICIS FE&C, the number of EPCRA inspections at the facility in the past five years. example: '2' title: EPCRA Inspections (Past 5 Years) type: string Fac3yrComplianceHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: Facility 3-Year Compliance History type: string FacAccuracyMeters: description: The estimate of accuracy, in meters, based on provided spatial metadata and quality assurance routines for the provided facility coordinate. example: '35900' title: Facility Location Accuracy in Meters type: string FacActiveFlag: description: Indicates whether any of the associated ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS permits/facilities are in an active status. example: Y title: Facility Active Flag type: string FacChesapeakeBayFlg: description: Indicates whether the facility, based on the facility spatial coordinate, is within the Chesapeake Bay watershed. example: Y title: Facility in Chesapeake Bay Watershed Flag type: string FacCity: description: The city where the facility is located. example: ALEXANDRIA title: Facility City type: string FacCollectionMethod: description: Indicates the collection method used (GPS, Photo Interpolation, Address Geocode, etc) to determine a facility's spatial coodinate. example: State Centroid title: Facility Location Collection Method type: string FacComplianceStatus: description: 'An indication of the facility''s known overall compliance status. Status codes include: SNC/Serious Viol [significant noncompliance (SNC), high priority violation (HPV), or serious violator, depending on statute] In Violation (in violation of an environmental regulation) No Violation (no violations recorded in the national systems of record) Not Available Unknown' example: No Violation title: Facility Compliance Status type: string FacCounty: description: The county where the facility is located. example: ALEXANDRIA CITY title: Facility County type: string FacDateLastFormalActEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility. example: 12/12/2016 title: Date Last EPA Formal Enforcement Action type: string FacDateLastFormalActSt: description: The effective date of the most recent listed formal enforcement action taken against the facility by a state agency. example: 12/12/2016 title: Date Last Formal Enforcement Action by State type: string FacDateLastFormalAction: description: Indicates the effective date of the most recent listed enforcement action taken against the facility. example: 5/7/2009 title: Date of Last Formal Action type: string FacDateLastInformalActEPA: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility. example: 12/12/2016 title: Date Last EPA Informal Enforcement Action type: string FacDateLastInformalActSt: description: The effective date of the most recent listed informal enforcement action taken against the facility by a state agency. example: 12/12/2016 title: Date Last Informal Enforcement Action by State type: string FacDateLastInformalAction: description: The date of the most recent informal action or NOV taken recorded in AFS, ICIS-NPDES, RCRA Info or SDWIS. example: 8/6/2008 title: Date of Last Informal Action type: string FacDateLastInspection: description: The date on which most recent inspection of the facility took place. For the Clean Air Act, the date on which a Full Inspection (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. example: 12/18/2012 title: Date of Last Facility Inspection type: string FacDateLastInspectionEPA: description: The date of the facility's last inspection. example: 12/12/2016 title: Date Last EPA Inspection type: string FacDateLastInspectionState: description: The date on which the most recent "olfficial" inspection of the facility by a state agency took place. example: 12/12/2016 title: Date Last Inspection by State type: string FacDateLastPenalty: description: Indicates the date on which the most recent assessed (or final) penalty was taken against the facility. example: 2/19/2011 title: Date of Last Penalty type: string FacDaysLastInspection: description: The number of days from the last ECHO refresh to the date on which the most recent inspection of the facility took place based on data recorded into AFS, ICIS-NPDES, or RCRA Info. example: '1197' title: Days Since Last Facility Inspection type: string FacDerivedCb2010: description: The 2010 Census Block derived from the facility coordinate. example: '450850003003069' title: Derived 2010 Census Block type: string FacDerivedCd113: description: The 113th Congressional District derived from the facility coordinate. example: '05' title: Derived 113th Congressional District type: string FacDerivedHuc: description: The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed. example: '552968' title: Watershed (HUC Code) type: string FacDerivedRadWBDHu12: description: The 12-digit Watershed Boundary Dataset code derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: '41201040603' title: Derived RAD WBD HUC-12 type: string FacDerivedRadWBDHu12Name: description: The 12 digit Watershed Boundary Dataset name derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: Cayuga Creek title: Derived RAD WBD HUC-12 Name type: string FacDerivedRadWBDHu8: description: The 8-digit Watershed Hydrologic Unit Code (HUC) derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: '4120104' title: Derived RAD WBD HUC-8 type: string FacDerivedRadWBDHu8Name: description: The 8 digit watershed name derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: Niagra title: Derived RAD WBD HUC-8 Name type: string FacDerivedStctyFIPS: description: The Federal Information Processing Standard (FIPS) code which uniquely identifies the state and county in which the facility is located. title: Facility Derived FIPS Code type: string example: string FacDerivedTRIbes: description: The tribes or tribal territories located within 25 miles of the facility's location. example: Cherokee Nation title: FRS Spatially Derived Tribe type: string FacDerivedWBD: description: The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS. example: '20700100204' title: 12-Digit WBD HUC type: string FacDerivedWBDHu12Name: description: The Watershed Boundary Dataset name derived from the facility coordinate. example: Cayuga Creek title: Derived WBD HUC-12 Name type: string FacDerivedWBDHu8: description: Spatially derived HUC based on the facility's geographic coordinates in FRS. example: '2070003' title: WBD Hydrologic Unit Code (FRS) type: string FacDerivedWBDHu8Name: description: The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS. example: Cacapon-Town title: WBD Hydrologic Unit Name (FRS Derived) type: string FacDerivedZip: description: The ZIP Code derived from the facility coordinate. example: '22126' title: Derived ZIP Code type: string FacEPARegion: description: The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories example: '03' title: Facility EPA Region type: string FacFIPSCode: description: The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in. example: '55001' title: FIPS Code type: string FacFederalAgency: description: The facility's federal agency code. example: D5700 title: Federal Agency type: string FacFederalAgencyName: description: Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. example: EPA title: Federal Agency Name type: string FacFederalFlg: description: Indicates whether the facility is part of a federal agency. example: Y title: Federal Flag type: string FacFormalActionCount: description: Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits example: '0' title: Count of Formal Actions type: string FacImpWaterFlg: description: Indicates whether or not the facility discharges directly into category 4 or 5 impaired water, as designated under section 303(d) of the Clean Water Act. example: Y title: Impaired Waters Flag type: string FacIndianCntryFlg: description: Flag showing Y/N whether the facility is located in Indian Country. title: Facility Indian Country Flag type: string example: string FacIndianSpatialFlg: description: Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area. example: Y title: Indian Spatial Flag type: string FacInformalCount: description: Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years example: '0' title: Count of Informal Actions type: string FacInspectionCount: description: The number of inspections/compliance evaluations that have occurred at the facility, under the AIR, CWA, and RCRA, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. example: '1' title: Facility Inspection Count type: string FacLastPenaltyAmt: description: Indicates the dollar amount of the most recent assessed (or final) penalty taken against the facility. example: $200 title: Last Penalty Amount type: string FacLat: description: The latitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata. example: '38.803076' title: Latitude type: string FacLong: description: The longitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata. example: '-77.085951' title: Longitude type: string FacMajorFlag: description: Indicates whether the facility is designated as a “major” (usually a large facility). example: Y title: Facility Major Flag type: string FacMapFlg: description: Graphical indicator denoting whether geographical data required to map a facility are available. example: Y title: Facility Mapped Flag type: string FacMapIcon: description: The default map icon image file calculated for the facility by the ECHO program. example: CWA-NC-MJ-2.png title: Facility Map Icon type: string FacMyrtkUniverse: description: A 3-digit combination of Y/N flags indicating if the facility is considered a Right-to-Know Network (RTKNet) CAA (position 1), NPDES (position 2), or RCRA facility (position 3). example: NNN title: My Right-to-Know Universe type: string FacNAICSCodes: description: The facility's North American Industry Classification System (NAICS) Codes. example: 8111 8134 title: Facility NAICS Codes type: string FacNaaFlag: description: Indicates whether the facility is located in a nonattainment area of the country, where air pollution levels persistently exceed the national ambient air quality standards. This flag does not indicate whether or not the facility has violated national ambient area quality standards. example: Y title: NAA Flag type: string FacName: description: Name of facility example: W M A T A CENTRAL MAINT FAC title: Facility Name type: string FacPenaltyCount: description: The total number of penalties assessed (or final) taken against the facility within the last five years example: '2' title: Penalty Count type: string FacPercentMinority: description: Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility. example: '45.379' title: Facility Percent Minority type: string FacPopDen: description: The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field). example: '6716.34' title: Facility Population Density type: string FacProgramsWithSNC: description: The number of programs (CAA, CWA, SDWA, RCRA) related to the facility that have a current serious violation. example: '2' title: Facility Programs with Significant Violation type: string FacQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the facility is considered in violation. example: '8' title: Facility Quarters with Violation type: string FacReferencePoint: description: A description of the location for the provided facility coordinate. example: CENTER OF A FACILITY OR STATION title: Facility Reference Point type: string FacSICCodes: description: Indicates the facility’s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility. example: '811' title: SIC Codes type: string FacSNCFlg: description: The Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: Facility SNC Flag type: string FacState: description: Facility state example: VA title: Facility State type: string FacStdCountyName: description: The standardized facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Standardized Facility County Name type: string FacStreet: description: Street address where facility is located, as maintained by each data system. Certain data systems also maintain mailing address information, which is not used in this report. The street address may differ across EPA databases due to differences in reported information (e.g., use of mailing address), change in ownership, use of parent or subsidiary address, etc. example: 3101 EISENHOWER AVENUE title: Facility Street Address type: string FacTotalPenalties: description: The total dollar amount of either assessed (or final) penalties taken against the facility within the last five years example: $850 title: Total Penalties type: string FacUsMexBorderFlg: description: A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border. example: Y title: Near US-Mexico Border type: string FacZip: description: Facility ZIP code example: '22314' title: Facility Zip Code type: string FecCaseIDs: description: All Case Numbers of Federal Enforcement Cases relating to the Facility from the ICIS System type: string example: '12345' FecLastCaseDate: description: The date of the latest Federal Enforcement Case related to this Facility in the ICIS system. example: 12/12/2016 title: Last Enforcement Case Date type: string FecNumberOfCases: description: The total number of Federal Enforcement Cases in the last 5 years related to this Facility in the ICIS system. example: '1' title: Number of Enforcement Cases type: string FecTotalPenalties: description: The total Federal Enforcement Case penalties assessed against this facility in the last 5 years. example: $34400 title: Total Penalties type: string FifraInspections5yr: description: From ICIS FE&C, the number of FIFRA inspections at the facility in the past five years. example: '2' title: FIFRA Inspections (Past 5 Years) type: string GHGCO2Releases: description: The sum of total release amounts of all linked Greenhouse Gas IDs reported as "metric tons of CO2 equivalents" title: Greenhouse Gas Reporting CO2 Releases type: string example: string GHGFlag: description: Indicates whether the facility has a Greenhouse Gas (GHG) permit. example: Y title: Greenhouse Gas Flag type: string GHGIDs: description: A unique ID assigned for each facility within EPA’s Greenhouse Gas Reporting Program (GHGRP) Emissions Data Sets. example: '110000' title: GHG IDs type: string HasPollRpt: description: ??? example: Y type: string Infea5yrFlag: description: Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes. example: '0' type: string Insp5yrFlag: description: Indicates if the facility has an inspection within the last 5 years. 1 = Yes example: '1' title: Inspected Within Last Five Years Flag type: string Lower48: description: Flag showing Y/N whether location is within the contiguous (lower 48) United States. example: Y title: Contiguous United States Flag type: string MaxPctileUs: description: The maximum percentile from all individual EJSCREEN indicators. example: '98' type: string MaxScore: description: A sorting score for internal use. example: '1' title: Max Score type: string NC: description: Indicates whether or not the permit or site is considered either in Non-compliance (NC), Significant Non-compliance (SNC) or High Priority violation (HPV) status. example: Y title: Non-compliance�Flag type: string NPDESFlag: description: Indicates whether the facility has a Clean Water Act (CWA) permit. example: Y title: NPDES Flag type: string NPDESIDs: description: Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System) title: ICS-NPDES Clean Water Act Identifier type: string example: '12345' NaaCategories: description: The nonattainment area categories that the facility is in, derived spatially based on the facility's geographic coordinates in FRS.� example: 8-HOUR OZONE(2015) title: NAA Categories type: string NaaPollutants: description: All criteria pollutants that the facility is in nonattainment for. example: OZONE title: NAA Pollutants type: string ObjectId: description: Sequential number assigned to each facility or cluster returned. example: '1' title: Object Identifier type: string Over80CountUs: description: The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in. example: '3' title: EJ Indexes Above 80th Percentile type: string PctileCancerUs: description: The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator. example: '99' type: string PctileDpmUs: description: The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator. example: '99' type: string PctileO3Us: description: The national percentile of the census block group for the EJSCREEN ozone indicator. example: '94' type: string PctilePctpre1960Us: description: The national percentile of the census block group for the EJSCREEN Lead paint indicator. example: '14.6' type: string PctilePmUs: description: The national percentile of the census block group for the EJSCREEN particulate matter indicator. example: '93' type: string PctileProximityNPDESUs: description: The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator. example: '23.7' type: string PctileProximityNplUs: description: The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator. example: '96' type: string PctileProximityRmpUs: description: The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator. example: '91' type: string PctileProximityTsdfUs: description: The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator. example: '82' type: string PctileRespUs: description: The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator. example: '99' type: string PctileTrafficScoreUs: description: The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator. example: '92' type: string RCRA3yrComplQtrsHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period) entered in the RCRA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: RCRA 3-Year Compliance History type: string RCRAComplianceStatus: description: An indication of the facility's compliance status under the Resource Conservation and Recovery Act (Significant Violation = Significant Noncomplier, Noncompliance, or No Violation). example: No Violation title: RCRA Compliance Status type: string RCRADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the RCRA program database. example: 12/12/2016 title: RCRA Date of Last Formal Enforcement Action type: string RCRADaysLastEvaluation: description: The number of days since a RCRA inspection was completed. example: '6848' title: RCRA Days Since Last Evaluation type: string RCRAFlag: description: Indicates whether the facility has a Resource Conservation and Recovery Action (RCRA) permit. example: Y title: Resource Recovery and Conservation Act Flag type: string RCRAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Resource Conservation and Recovery Act. example: '5' title: RCRA Formal Action Count type: string RCRAIDs: description: A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database. example: VAD981111784 title: Resource Conservation and Recovery Act IDs type: string RCRAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Resource Conservation and Recovery Act. example: '3' title: RCRA Informal Action Count type: string RCRAInspectionCount: description: The number of inspections/compliance evaluations under the Resource Conservation and Recovery Act, occurring at the facility within the last five years example: '1' title: Resource Conservation and Recovery Act Inspection Count type: string RCRALastPenaltyAmt: description: The amount of the most recent penalty entered into the RCRA program database. example: '1000.0' title: RCRA Last Penalty Amount type: string RCRALastPenaltyDate: description: Indicates the date on which the most recent assessed (or final) penalty was taken against the facility, entered in the RCRAInfo program database. example: 12/12/2016 title: RCRA Last Penalty Date type: string RCRANAICS: description: The RCRA permit's primary North American Industry Classification System (NAICS) Code. example: '8111' title: RCRA NAICS Code type: string RCRAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years, entered in the RCRAInfo program database. example: $987 title: RCRA Penalties type: string RCRAPermitTypes: description: 'RCRA Facility Types include: - TSDF = Treatment, Storage and Disposal facility - LQG = Large Quantity Generator - SQG = Small Quantity Generator - CESQG = Conditionally-Exempt Small Quantity Generator - Operating TSDF - Transporters' example: LQG title: Resource Conservation and Recovery Act Permit Types type: string RCRAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the RCRA permit is considered in violation. example: '8' title: RCRA Quarters with Violation type: string RCRASNCFlag: description: The RCRA Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: RCRA SNC Flag type: string RegistryID: description: An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases. example: '110020837601' title: FRS ID type: string RmpIDs: description: A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule. example: '110000' title: RMP IDs type: string SDWA3yrComplQtrsHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ - No Violation Identified V - Noncompliance S - Significant Noncompliance U - Undetermined' example: ____SS__VVUU title: SDWA 3-Year Compliance History type: string SDWAComplianceStatus: description: An indication of the facility's compliance status under the Safe Drinking Water Act (Serious Violator, Noncompliance, or No Violation). example: No Violation title: SDWA Compliance Status type: string SDWAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Safe Drinking Water Act example: '11' type: string SDWAIDs: description: A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS). example: DC0000001 type: string SDWAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Safe Drinking Water Act example: '2' type: string SDWAInspections5yr: description: The number of SDWA inspections at the facility in the past five years. example: '2' title: SDWA Inspections (Past 5 Years) type: string SDWAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the SDWA permit is considered in violation. example: '8' title: SDWA Quarters with Violation type: string SDWASNCFlag: description: Indicates whether the Water System has a Serious Violation. example: Y title: SDWA SNC Flag type: string SDWASystemTypes: description: SDWIS System Types type: string example: string SDWISFlag: description: Indicates whether the facility has a Safe Drinking Water Information System (SDWIS) ID. example: Y title: SDWIS Flag type: string Score: example: '1' title: Score type: string SemsFlag: type: string example: string SemsIDs: type: string example: '12345' SourceID: description: Unique Identifier assigned by EPA. example: ALR040033 title: EPA Source Identifier type: string TRIFlag: description: Indicates whether the facility has a Toxics Release Inventory (TRI) permit. example: Y title: Toxics Release Inventory Program Flag type: string TRIIDs: description: A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address. example: 20011FRTTT5001F title: Toxics Release Inventory Program IDs type: string TRIOffSiteTransfers: description: Total pounds per year transferred off-site. example: '0' title: Toxics Release Inventory Offsite Transfer Count type: string TRIOnSiteReleases: description: Total pounds per year released for Air Emissions, Surface Water Discharges, Underground Injections and Releases to Land. example: '11987' title: Toxics Release Inventory Onsite Releases type: string TRIReleasesTransfers: description: Total chemical releases, in pounds, as reported to the Toxics Release Inventory (TRI) by the facility for the most recent reporting year example: '170878' title: TRI Release Transfers type: string TRIReporter: description: Indicates whether or not the facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. example: Y title: Toxics Release Inventory Reporter type: string TRIReporterInPast: description: A 'Y' indicates a TRI Reporter from a prior year. example: Y title: Toxics Release Inventory Reporter In Past Flag type: string TRIbalFlag: description: A flag indicating that the facility is within a tribal area. example: '1' title: Tribal Lands Flag type: string TscaFlag: description: Flag indicating whether or not a facility has a TSCA ID title: Toxic Substances Control Act Flag type: string example: string TscaIDs: description: Toxic Substances Control Act ID assigned to a facility title: Toxic Substances Control Act ID type: string example: '12345' TscaInspections5yr: description: From ICIS FE&C, the number of TSCA inspections at the facility in the past five years. example: '2' title: TSCA Inspections (Past 5 Years) type: string ViolFlag: description: Indicates if the facility had a violation within the last 3 years. 1 = Yes example: '1' title: Violation Flag type: string WebDocs: description: Contains flags that identify what web accessible documents are available for the facility. example: C6 title: Web Documents type: string required: - ObjectId - FacName - FacStreet - FacCity - FacState - FacZip - RegistryID - FacCounty - FacEPARegion - FacFederalFlg - FacFederalAgencyName - FacIndianCntryFlg - FacIndianSpatialFlg - FacDerivedTRIbes - FacSICCodes - FacNAICSCodes - FacLat - FacLong - AIRIDs - CamdIDs - NPDESIDs - RCRAIDs - RmpIDs - SDWAIDs - TRIIDs - EisIDs - GHGIDs - TscaIDs - SemsIDs - CAAPermitTypes - CWAPermitTypes - RCRAPermitTypes - SDWASystemTypes - FacSNCFlg - FacQtrsWithNC - FacComplianceStatus - CAAComplianceStatus - CWAComplianceStatus - RCRAComplianceStatus - SDWAComplianceStatus - FacInspectionCount - FacDaysLastInspection - FacDateLastInspection - CAAEvaluationCount - CWAInspectionCount - RCRAInspectionCount - Over80CountUs - PctilePctpre1960Us - PctileDpmUs - PctileCancerUs - PctileRespUs - PctileTrafficScoreUs - PctileProximityNPDESUs - PctileProximityNplUs - PctileProximityRmpUs - PctileProximityTsdfUs - PctileO3Us - PctilePmUs - FacPopDen - FacPercentMinority - FacInformalCount - CAAInformalCount - CWAInformalCount - RCRAInformalCount - SDWAInformalCount - FacFormalActionCount - FacDateLastFormalAction - CAAFormalActionCount - CWAFormalActionCount - RCRAFormalActionCount - SDWAFormalActionCount - FacTotalPenalties - FacPenaltyCount - FacDateLastPenalty - FacLastPenaltyAmt - CAAPenalties - CWAPenalties - RCRAPenalties - GHGCO2Releases - TRIReleasesTransfers - FacDerivedWBDHu8 - FacDerivedWBDHu8Name - FacDerivedRadWBDHu8 - FacDerivedRadWBDHu8Name - FacMajorFlag - FacDateLastInformalAction - Fac3yrComplianceHistory - CAA3yrComplQtrsHistory - CWA13qtrsComplHistory - RCRA3yrComplQtrsHistory - SDWA3yrComplQtrsHistory - FecCaseIDs - FacFIPSCode - FacUsMexBorderFlg - FacChesapeakeBayFlg - FacNaaFlag - FacMapIcon - FacCollectionMethod - FacReferencePoint - FacAccuracyMeters - FacDerivedHuc - FacDerivedWBD - FacDerivedStctyFIPS - FacDerivedZip - FacDerivedCd113 - FacDerivedCb2010 - FacActiveFlag - FacMyrtkUniverse - FacProgramsWithSNC - AIRFlag - NPDESFlag - SDWISFlag - RCRAFlag - TRIFlag - GHGFlag - CAANAICS - CAASICs - CAADaysLastEvaluation - CAADateLastFormalAction - CAALastPenaltyDate - CAALastPenaltyAmt - CAAQtrsWithNC - CAAHpvFlag - CWAComplianceTracking - CWANAICS - CWASICs - CWADaysLastInspection - CWADateLastFormalAction - CWALastPenaltyDate - CWALastPenaltyAmt - CWAQtrsWithNC - CWASNCFlag - CWA13qtrsEfflntExceedances - CWA3YrQncrCodes - RCRANAICS - RCRADaysLastEvaluation - RCRADateLastFormalAction - RCRALastPenaltyDate - RCRALastPenaltyAmt - RCRAQtrsWithNC - RCRASNCFlag - SDWASNCFlag - TRIOnSiteReleases - TRIOffSiteTransfers - TRIReporterInPast - FecNumberOfCases - FecLastCaseDate - FecTotalPenalties - DfrUrl - FacDateLastInspectionEPA - FacDateLastInspectionState - FacDateLastFormalActEPA - FacDateLastFormalActSt - FacDateLastInformalActEPA - FacDateLastInformalActSt - FacFederalAgency - TRIReporter - FacImpWaterFlg - SourceID - NC - FacMapFlg - HasPollRpt - CensusBlockGroup - MaxPctileUs - EjscreenFlagUs - EjscreenFlag - TRIbalFlag - CurrSvFlag - ViolFlag - CurrVioFlag - Insp5yrFlag - Ea5yrFlag - Infea5yrFlag - Lower48 - ActiveLower48 - FacDerivedWBDHu12Name - FacDerivedRadWBDHu12 - FacDerivedRadWBDHu12Name - EisFlag - TscaFlag - WebDocs - NaaCategories - NaaPollutants - EpcraInspections5yr - FifraInspections5yr - TscaInspections5yr - SDWAInspections5yr - SDWAQtrsWithNC - BiosolidsFlag - FacStdCountyName - EffChartsFlag - SemsFlag - Score - MaxScore type: object xml: name: Facility qp0: description: Query Parameters Object properties: QP: description: Query parameter example: output title: Query Parameter type: string QV: description: Query value example: JSON title: Query Value type: string required: - QP - QV type: object xml: name: Parameter echo10: description: GeoJSON Properties Object properties: AIRFlag: description: Indicates whether the facility has a Clean Air Act (CAA) permit. example: Y title: Clean Air Act Flag type: string AIRIDs: description: Air Facility System (AFS) ID. example: DC0000001100195254 title: AIR Facility System ID type: string ActiveLower48: description: A Y/N indicator indicating that the facility is active and located within the lower 48 contiguous US States. type: string example: string BiosolidsFlag: description: A Yes/No field to indicate permits with biosolids management and compliance information. type: string example: '12345' CAA3yrComplQtrsHistory: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the CAA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation Identified V -�Violation Identified S -�High Priority Violation U - Undetermined' example: ________VVSS title: CAA 3-Year Compliance History type: string CAAComplianceStatus: description: 'An indication of the facility''s compliance status under the Clean Air Act. When a source has a high priority violation (HPV), the specific type of HPV will be displayed. If more than one type applies to a source, this order of priority is used to determine which type appears: Violation Unaddressed, EPA has Lead Enforcement Violation Unaddressed, State has Lead Enforcement Violation Unaddressed, Local has Lead Enforcement Violation Addressed, EPA has Lead Enforcement Violation Addressed, State has Lead Enforcement Violation Addressed, Local has Lead Enforcement When there is no Federally-Reportable Violation determination date in the past year and no open High Priority Violation in the most recent quarter in the data system of record, “Not Available” is displayed.' example: Violation Identified title: CAA Compliance Status type: string CAADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the CAA program database. example: 12/12/2016 title: CWA Date of Last Formal Enforcement Action type: string CAADaysLastEvaluation: example: 7051 type: number CAAEvaluationCount: description: The number of inspections/compliance evaluations under the Clean Air Act, occurring at the facility within the last five years example: '0' type: string CAAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Clean Air Act. type: string example: string CAAHpvFlag: description: The High Priority Violator (HPV) status for the facility during the most recent quarter reflects the time the records were extracted from the program data system. "Y" indicates the facility is in HPV for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in HPV. example: Y title: CAA HPV Flag type: string CAAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Clean Air Act. type: string example: string CAALastPenaltyAmt: example: 17014 type: number CAALastPenaltyDate: description: The effective date of the most recent penalty entered into the CAA program database. example: 12/12/2016 title: CWA Date of Last Penalty type: string CAANAICS: description: The CAA permit's primary North American Industry Classification System (NAICS) Codes. example: '8111' title: CAA NAICS type: string CAAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Air Act. type: string example: string CAAPermitTypes: description: 'ICIS AIR Permit Types associated with the FRS Facility: - Major - Federally Reportable Minor - Other Minor - Synthetic Minor - NULL' example: Minor Emissions type: string CAAQtrsWithNC: type: number example: 0.0 CAASICs: description: The CAA permit's primary Standard Industrial Classification (SIC) Codes. example: '5496' title: CAA SIC type: string CWA13qtrsComplHistory: description: 'The facility''s 3-year compliance status history by quarter (3-month period) entered in the CWA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: CWA 3-Year Compliance History type: string CWA13qtrsEfflntExceedances: description: The number of effluent violations at the facility in the past 13 quarters. example: 3 title: Effluent Exceedances in past 13 Quarters type: number CWA3YrQncrCodes: description: No longer used. Will be deleted in nthe future. example: S title: 3 Year QNCR Codes type: string CWAComplianceStatus: description: 'An indication of the facility''s compliance status under the Clean Water Act. When a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation, the specific type of SNC/Category I will be displayed. If more than one type applies to a facility, this order of priority is used to determine which code appears: S(CSchVio) - an enforcement action has been issued, and the facility is not meeting its compliance schedule E(EffViol) - effluent violations of monthly average limits X(EffNMth) - effluent violations of non-monthly average limits T(CSchRpt) - compliance schedule reporting violation D(DMR NR) - non-receipt of discharge monitoring report' example: No Violation title: CWA Compliance Status type: string CWAComplianceTracking: description: The Compliance Tracking classifications which can assist in interpreting the facility's compliance status, particularly for non-major standard permittees. example: 'On' title: CWA Compliance Tracking type: string CWADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the CWA program database. example: 12/12/2016 title: CWA Date of Last Formal Enforcement Action type: string CWADaysLastInspection: example: 184 type: number CWAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Clean Water Act. example: '2' title: Clean Water Act Formal Action Count type: string CWAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Clean Water Act. example: 1 title: Clean Water Act Informal Action Count type: number CWAInspectionCount: description: The number of inspections/compliance evaluations under the Clean Water Act, occurring at the facility within the last five years. example: 0 title: Clean Water Act Inspection Count type: number CWALastPenaltyAmt: description: The amount of the most recent penalty entered into the CWA program database. example: '1000.0' title: CWA Last Penalty Amount type: string CWALastPenaltyDate: description: The effective date of the most recent penalty entered into the CWA program database. example: 12/12/2016 title: CWA Date of Last Penalty type: string CWANAICS: description: The CWA permit's primary North American Industry Classification System (NAICS) Codes. example: '8111' title: CWA NAICS Code type: string CWAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years under the Clean Water Act. title: Clean Water Act Penalties type: string example: string CWAPermitTypes: description: 'Indicates the facility''s permit type or designation. - Major - Minor' title: Clean Water Act Permit Types type: string example: string CWAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the CWA permit is considered in violation. example: '8' title: CWA Quarters with Violation type: string CWASICs: description: The CWA permit's primary Standard Industrial Classification (SIC) Codes. example: '4596' title: CWA SIC Code type: string CWASNCFlag: description: The CWA Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: CWA SNC Flag type: string CamdIDs: description: Facility identifiers for the Clean Air Markets Division database. title: Clean Air Markets Division Identifiers type: string example: '12345' CensusBlockGroup: description: A geographic unit used by the United States Census Bureau, generally defined to contain between 600 and 3,000 people. example: '110010096022' title: Census Block Group type: string CurrSvFlag: description: Indicates if the facility has a current significant violation. 1 = Yes example: 1 title: Current Significant Violation Flag type: number CurrVioFlag: description: Indicates if the facility has a current violation. 1 = Yes example: 1 title: Current Violation Flag type: number DfrUrl: description: The URL to the facility's Detailed Facility Report. title: DFR URL type: string example: https://example.com Ea5yrFlag: description: Indicates if the facility has a formal enforcement action within the last 5 years. 1 = Yes example: 0 type: number EffChartsFlag: type: string example: string EisFlag: description: Indicates whether the facility reports to the Emissions Inventory System (EIS). example: Y title: Emissions Inventory System Flag type: string EisIDs: description: A unique ID assigned for each facility within EPA’s Emissions Inventory System (EIS) Database. example: '12620001' title: EIS IDs type: string EjscreenFlag: description: A Y/N indicator identifying whether or not the facility is within an Environmental Justice area. title: EJ Screen Flag type: string example: string EjscreenFlagUs: description: A Y/N indicator identifying whether or not the facility is within an Environmental Justice area. title: EJ Screen Flag (US) type: string example: string EpcraInspections5yr: description: From ICIS FE&C, the number of EPCRA inspections at the facility in the past five years. example: '2' title: EPCRA Inspections (Past 5 Years) type: string Fac3yrComplianceHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: Facility 3-Year Compliance History type: string FacAccuracyMeters: example: 35900 type: number FacActiveFlag: description: Indicates whether any of the associated ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS permits/facilities are in an active status. example: Y title: Facility Active Flag type: string FacChesapeakeBayFlg: description: Indicates whether the facility, based on the facility spatial coordinate, is within the Chesapeake Bay watershed. example: Y title: Facility in Chesapeake Bay Watershed Flag type: string FacCity: description: The city where the facility is located. example: ALEXANDRIA title: Facility City type: string FacCollectionMethod: description: Indicates the collection method used (GPS, Photo Interpolation, Address Geocode, etc) to determine a facility's spatial coodinate. example: State Centroid title: Facility Location Collection Method type: string FacComplianceStatus: description: 'An indication of the facility''s known overall compliance status. Status codes include: SNC/Serious Viol [significant noncompliance (SNC), high priority violation (HPV), or serious violator, depending on statute] In Violation (in violation of an environmental regulation) No Violation (no violations recorded in the national systems of record) Not Available Unknown' example: No Violation title: Facility Compliance Status type: string FacCounty: description: The county where the facility is located. example: ALEXANDRIA CITY title: Facility County type: string FacDateLastFormalActEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility. example: 12/12/2016 title: Date Last EPA Formal Enforcement Action type: string FacDateLastFormalActSt: description: The effective date of the most recent listed formal enforcement action taken against the facility by a state agency. example: 12/12/2016 title: Date Last Formal Enforcement Action by State type: string FacDateLastFormalAction: description: Indicates the effective date of the most recent listed enforcement action taken against the facility. example: 5/7/2009 title: Date of Last Formal Action type: string FacDateLastInformalActEPA: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility. example: 12/12/2016 title: Date Last EPA Informal Enforcement Action type: string FacDateLastInformalActSt: description: The effective date of the most recent listed informal enforcement action taken against the facility by a state agency. example: 12/12/2016 title: Date Last Informal Enforcement Action by State type: string FacDateLastInformalAction: description: The date of the most recent informal action or NOV taken recorded in AFS, ICIS-NPDES, RCRA Info or SDWIS. example: 8/6/2008 title: Date of Last Informal Action type: string FacDateLastInspection: description: The date on which most recent inspection of the facility took place. For the Clean Air Act, the date on which a Full Inspection (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. example: 12/18/2012 title: Date of Last Facility Inspection type: string FacDateLastInspectionEPA: description: The date of the facility's last inspection. example: 12/12/2016 title: Date Last EPA Inspection type: string FacDateLastInspectionState: description: The date on which the most recent "olfficial" inspection of the facility by a state agency took place. example: 12/12/2016 title: Date Last Inspection by State type: string FacDateLastPenalty: description: Indicates the date on which the most recent assessed (or final) penalty was taken against the facility. example: 2/19/2011 title: Date of Last Penalty type: string FacDaysLastInspection: description: The number of days from the last ECHO refresh to the date on which the most recent inspection of the facility took place based on data recorded into AFS, ICIS-NPDES, or RCRA Info. example: 1197 title: Days Since Last Facility Inspection type: number FacDerivedCb2010: description: The 2010 Census Block derived from the facility coordinate. example: '450850003003069' title: Derived 2010 Census Block type: string FacDerivedCd113: description: The 113th Congressional District derived from the facility coordinate. example: '05' title: Derived 113th Congressional District type: string FacDerivedHuc: description: The 8-digit Hydrologic Unit Code (HUC) of the watershed in which the facility resides. A HUC number is assigned to every watershed in the nation and uniquely identifies the watershed. example: '552968' title: Watershed (HUC Code) type: string FacDerivedRadWBDHu12: description: The 12-digit Watershed Boundary Dataset code derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: '41201040603' title: Derived RAD WBD HUC-12 type: string FacDerivedRadWBDHu12Name: description: The 12 digit Watershed Boundary Dataset name derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: Cayuga Creek title: Derived RAD WBD HUC-12 Name type: string FacDerivedRadWBDHu8: description: The 8-digit Watershed Hydrologic Unit Code (HUC) derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: '4120104' title: Derived RAD WBD HUC-8 type: string FacDerivedRadWBDHu8Name: description: The 8 digit watershed name derived from Reach Indexing the facility's spatial coordinate against the 12 digit Watershed Boundary Dataset from USGS. example: Niagra title: Derived RAD WBD HUC-8 Name type: string FacDerivedStctyFIPS: description: The Federal Information Processing Standard (FIPS) code which uniquely identifies the state and county in which the facility is located. title: Facility Derived FIPS Code type: string example: string FacDerivedTRIbes: description: The tribes or tribal territories located within 25 miles of the facility's location. example: Cherokee Nation title: FRS Spatially Derived Tribe type: string FacDerivedWBD: description: The Hydrologic Unit Code (HUC-12) of the waterbody in which the facility resides, derived based on location data in FRS. example: '20700100204' title: 12-Digit WBD HUC type: string FacDerivedWBDHu12Name: description: The Watershed Boundary Dataset name derived from the facility coordinate. example: Cayuga Creek title: Derived WBD HUC-12 Name type: string FacDerivedWBDHu8: description: Spatially derived HUC based on the facility's geographic coordinates in FRS. example: '2070003' title: WBD Hydrologic Unit Code (FRS) type: string FacDerivedWBDHu8Name: description: The name of the hydrologic unit in which the facility is located within, derived spatially based on the facility's geographic coordinates in FRS. example: Cacapon-Town title: WBD Hydrologic Unit Name (FRS Derived) type: string FacDerivedZip: description: The ZIP Code derived from the facility coordinate. example: '22126' title: Derived ZIP Code type: string FacEPARegion: description: The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories example: '03' title: Facility EPA Region type: string FacFIPSCode: description: The 2-digit Federal Information Processing Standards (FIPS) code to identify the county that a facility is located in. example: '55001' title: FIPS Code type: string FacFederalAgency: description: The facility's federal agency code. example: D5700 title: Federal Agency type: string FacFederalAgencyName: description: Indicates the name of the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. example: EPA title: Federal Agency Name type: string FacFederalFlg: description: Indicates whether the facility is part of a federal agency. example: Y title: Federal Flag type: string FacFormalActionCount: description: Indicates the total number of enforcement actions taken against the facility within the last five years. NA indicates that this measure is not applicable for facilities with no associated CAA, CWA, or RCRA permits example: 0 title: Count of Formal Actions type: number FacImpWaterFlg: description: Indicates whether or not the facility discharges directly into category 4 or 5 impaired water, as designated under section 303(d) of the Clean Water Act. example: Y title: Impaired Waters Flag type: string FacIndianCntryFlg: description: Flag showing Y/N whether the facility is located in Indian Country. title: Facility Indian Country Flag type: string example: string FacIndianSpatialFlg: description: Returns “Y” if a facility is located within a tribal spatial boundary as defined by the U.S. Census Bureau 2010 tribal boundary layer data for tribes in the lower 48 states and Bureau of Land Management Alaska State Office data for native villages in Alaska. Returns “N” if a facility is not located within a tribal or native Alaskan village area. example: Y title: Indian Spatial Flag type: string FacInformalCount: description: Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years example: 0 title: Count of Informal Actions type: number FacInspectionCount: description: The number of inspections/compliance evaluations that have occurred at the facility, under the AIR, CWA, and RCRA, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. example: 1 title: Facility Inspection Count type: number FacLastPenaltyAmt: description: Indicates the dollar amount of the most recent assessed (or final) penalty taken against the facility. example: 200 title: Last Penalty Amount type: number FacMajorFlag: description: Indicates whether the facility is designated as a “major” (usually a large facility). example: Y title: Facility Major Flag type: string FacMapFlg: description: Graphical indicator denoting whether geographical data required to map a facility are available. example: Y title: Facility Mapped Flag type: string FacMapIcon: description: The default map icon image file calculated for the facility by the ECHO program. example: CWA-NC-MJ-2.png title: Facility Map Icon type: string FacMyrtkUniverse: description: A 3-digit combination of Y/N flags indicating if the facility is considered a Right-to-Know Network (RTKNet) CAA (position 1), NPDES (position 2), or RCRA facility (position 3). example: NNN title: My Right-to-Know Universe type: string FacNAICSCodes: description: The facility's North American Industry Classification System (NAICS) Codes. example: 8111 8134 title: Facility NAICS Codes type: string FacNaaFlag: description: Indicates whether the facility is located in a nonattainment area of the country, where air pollution levels persistently exceed the national ambient air quality standards. This flag does not indicate whether or not the facility has violated national ambient area quality standards. example: Y title: NAA Flag type: string FacName: description: Name of facility example: W M A T A CENTRAL MAINT FAC title: Facility Name type: string FacPenaltyCount: description: The total number of penalties assessed (or final) taken against the facility within the last five years example: 2 title: Penalty Count type: number FacPercentMinority: description: Percent Minority is the percentage of the population of the given area that is considered minority. Statistics are shown for the area within a 3-mile radius of each facility. example: 45.379 title: Facility Percent Minority type: number FacPopDen: description: The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field). example: 6716.34 title: Facility Population Density type: number FacProgramsWithSNC: type: number example: 0.0 FacQtrsWithNC: type: number example: 0.0 FacReferencePoint: description: A description of the location for the provided facility coordinate. example: CENTER OF A FACILITY OR STATION title: Facility Reference Point type: string FacSICCodes: description: Indicates the facility’s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility. example: '811' title: SIC Codes type: string FacSNCFlg: description: The Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: Facility SNC Flag type: string FacState: description: Facility state example: VA title: Facility State type: string FacStdCountyName: description: The standardized facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Standardized Facility County Name type: string FacStreet: description: Street address where facility is located, as maintained by each data system. Certain data systems also maintain mailing address information, which is not used in this report. The street address may differ across EPA databases due to differences in reported information (e.g., use of mailing address), change in ownership, use of parent or subsidiary address, etc. example: 3101 EISENHOWER AVENUE title: Facility Street Address type: string FacTotalPenalties: description: The total dollar amount of either assessed (or final) penalties taken against the facility within the last five years example: 850 title: Total Penalties type: number FacUsMexBorderFlg: description: A Y/N flag indicating that the facility is within 100KM of the US-Mexico Border. example: Y title: Near US-Mexico Border type: string FacZip: description: Facility ZIP code example: '22314' title: Facility Zip Code type: string FecCaseIDs: description: All Case Numbers of Federal Enforcement Cases relating to the Facility from the ICIS System type: string example: '12345' FecLastCaseDate: description: The date of the latest Federal Enforcement Case related to this Facility in the ICIS system. example: 12/12/2016 title: Last Enforcement Case Date type: string FecNumberOfCases: example: 1 type: number FecTotalPenalties: example: 34400 type: number FifraInspections5yr: description: From ICIS FE&C, the number of FIFRA inspections at the facility in the past five years. example: '2' title: FIFRA Inspections (Past 5 Years) type: string GHGCO2Releases: description: The sum of total release amounts of all linked Greenhouse Gas IDs reported as "metric tons of CO2 equivalents" title: Greenhouse Gas Reporting CO2 Releases type: string example: string GHGFlag: description: Indicates whether the facility has a Greenhouse Gas (GHG) permit. example: Y title: Greenhouse Gas Flag type: string GHGIDs: description: A unique ID assigned for each facility within EPA’s Greenhouse Gas Reporting Program (GHGRP) Emissions Data Sets. example: '110000' title: GHG IDs type: string HasPollRpt: description: ??? example: Y type: string Infea5yrFlag: description: Indicates if the facility has an informal enforcement action within the last 5 years. 1 = Yes. example: 1 type: number Insp5yrFlag: description: Indicates if the facility has an inspection within the last 5 years. 1 = Yes example: 1 title: Inspected Within Last Five Years Flag type: number Lower48: description: Flag showing Y/N whether location is within the contiguous (lower 48) United States. example: Y title: Contiguous United States Flag type: string MaxPctileUs: description: The maximum percentile from all individual EJSCREEN indicators. example: 54.7 type: number MaxScore: description: '[Col. 121]' example: 1 title: Max Score type: number NC: description: Indicates whether or not the permit or site is considered either in Non-compliance (NC), Significant Non-compliance (SNC) or High Priority violation (HPV) status. example: Y title: Non-compliance�Flag type: string NPDESFlag: description: Indicates whether the facility has a Clean Water Act (CWA) permit. example: Y title: NPDES Flag type: string NPDESIDs: description: Clean Water Act ID from the ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System) title: ICS-NPDES Clean Water Act Identifier type: string example: '12345' NaaCategories: description: The nonattainment area categories that the facility is in, derived spatially based on the facility's geographic coordinates in FRS.� example: 8-HOUR OZONE(2015) title: NAA Categories type: string NaaPollutants: description: All criteria pollutants that the facility is in nonattainment for. example: OZONE title: NAA Pollutants type: string Over80CountUs: description: The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in. example: 3 title: EJ Indexes Above 80th Percentile type: number PctileCancerUs: description: The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator. example: 99 type: number PctileDpmUs: description: The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator. example: 99 type: number PctileO3Us: description: The national percentile of the census block group for the EJSCREEN ozone indicator. example: 52.4 type: number PctilePctpre1960Us: description: The national percentile of the census block group for the EJSCREEN Lead paint indicator. example: 14.6 type: number PctilePmUs: description: The national percentile of the census block group for the EJSCREEN particulate matter indicator. example: 52.4 type: number PctileProximityNPDESUs: description: The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator. example: 45.3 type: number PctileProximityNplUs: description: The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator. example: 38.9 type: number PctileProximityRmpUs: description: The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator. example: 54.7 type: number PctileProximityTsdfUs: description: The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator. example: 42.4 type: number PctileRespUs: description: The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator. example: 41.9 type: number PctileTrafficScoreUs: description: The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator. example: 7 type: number RCRA3yrComplQtrsHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period) entered in the RCRA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined' example: ________VVSS title: RCRA 3-Year Compliance History type: string RCRAComplianceStatus: description: An indication of the facility's compliance status under the Resource Conservation and Recovery Act (Significant Violation = Significant Noncomplier, Noncompliance, or No Violation). example: No Violation title: RCRA Compliance Status type: string RCRADateLastFormalAction: description: The effective date of the most recent listed enforcement action entered into the RCRA program database. example: 12/12/2016 title: RCRA Date of Last Formal Enforcement Action type: string RCRADaysLastEvaluation: example: 6848 type: number RCRAFlag: description: Indicates whether the facility has a Resource Conservation and Recovery Action (RCRA) permit. example: Y title: Resource Recovery and Conservation Act Flag type: string RCRAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Resource Conservation and Recovery Act. example: '5' title: RCRA Formal Action Count type: string RCRAIDs: description: A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database. example: VAD981111784 title: Resource Conservation and Recovery Act IDs type: string RCRAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Resource Conservation and Recovery Act. example: '3' title: RCRA Informal Action Count type: string RCRAInspectionCount: description: The number of inspections/compliance evaluations under the Resource Conservation and Recovery Act, occurring at the facility within the last five years example: 1 title: Resource Conservation and Recovery Act Inspection Count type: number RCRALastPenaltyAmt: description: The amount of the most recent penalty entered into the RCRA program database. example: '1000.0' title: RCRA Last Penalty Amount type: string RCRALastPenaltyDate: description: Indicates the date on which the most recent assessed (or final) penalty was taken against the facility, entered in the RCRAInfo program database. example: 12/12/2016 title: RCRA Last Penalty Date type: string RCRANAICS: description: The RCRA permit's primary North American Industry Classification System (NAICS) Code. example: '8111' title: RCRA NAICS Code type: string RCRAPenalties: description: The total dollar amount of assessed (or final) penalties taken against the facility within the last five years, entered in the RCRAInfo program database. example: $987 title: RCRA Penalties type: string RCRAPermitTypes: description: 'RCRA Facility Types include: - TSDF = Treatment, Storage and Disposal facility - LQG = Large Quantity Generator - SQG = Small Quantity Generator - CESQG = Conditionally-Exempt Small Quantity Generator - Operating TSDF - Transporters' example: LQG title: Resource Conservation and Recovery Act Permit Types type: string RCRAQtrsWithNC: type: number example: 0.0 RCRASNCFlag: description: The RCRA Significant Non-compliance (SNC) status for the facility during the most recent quarter reflects the time the records were extracted from the program data systems. "Y" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. "N" indicates the permit or site is not considered in SNC. example: Y title: RCRA SNC Flag type: string RegistryID: description: An internal 12-digit Facility Registry Service (FRS) tracking number used to tie all facility data together in EPA regulatory program databases. example: '110020837601' title: FRS ID type: string RmpIDs: description: A unique ID assigned to each facility submitting a Risk Management Plan to EPA under the Risk Management Plan Rule. example: '110000' title: RMP IDs type: string SDWA3yrComplQtrsHistory: description: 'The system''s 3-year compliance status history by quarter (3-month period). Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ - No Violation Identified V - Noncompliance S - Significant Noncompliance U - Undetermined' example: ____SS__VVUU title: SDWA 3-Year Compliance History type: string SDWAComplianceStatus: description: An indication of the facility's compliance status under the Safe Drinking Water Act (Serious Violator, Noncompliance, or No Violation). example: No Violation title: SDWA Compliance Status type: string SDWAFormalActionCount: description: Indicates the number of enforcement actions taken against the facility within the last five years under the Safe Drinking Water Act example: '11' type: string SDWAIDs: description: A unique 9-character ID assigned for each public water system within the Safe Drinking Water Information System (SDWIS). example: DC0000001 type: string SDWAInformalCount: description: Indicates the number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years under the Safe Drinking Water Act example: '2' type: string SDWAInspections5yr: description: The number of SDWA inspections at the facility in the past five years. example: '2' title: SDWA Inspections (Past 5 Years) type: string SDWAQtrsWithNC: description: The number of quarters, out of the last twelve quarters, in which the SDWA permit is considered in violation. example: '8' title: SDWA Quarters with Violation type: string SDWASNCFlag: description: Indicates whether the Water System has a Serious Violation. example: Y title: SDWA SNC Flag type: string SDWASystemTypes: description: SDWIS System Types type: string example: string SDWISFlag: description: Indicates whether the facility has a Safe Drinking Water Information System (SDWIS) ID. example: Y title: SDWIS Flag type: string Score: example: 1 title: Score type: number SemsFlag: type: string example: string SemsIDs: type: string example: '12345' SourceID: description: Unique Identifier assigned by EPA. example: ALR040033 title: EPA Source Identifier type: string TRIFlag: description: Indicates whether the facility has a Toxics Release Inventory (TRI) permit. example: Y title: Toxics Release Inventory Program Flag type: string TRIIDs: description: A unique 15-character ID assigned for each facility within the Toxics Release Inventory (TRI) program. The format is ZZZZZNNNNNSSSSS, where ZZZZZ = ZIP code, NNNNN = the first 5 consonants of the name, and SSSSS = the first 5 non-blank non-special characters in the street address. example: 20011FRTTT5001F title: Toxics Release Inventory Program IDs type: string TRIOffSiteTransfers: example: 0 title: Toxics Release Inventory Offsite Transfer Count type: number TRIOnSiteReleases: example: 11987 title: Toxics Release Inventory Onsite Releases type: number TRIReleasesTransfers: description: Total chemical releases, in pounds, as reported to the Toxics Release Inventory (TRI) by the facility for the most recent reporting year example: 170878 title: TRI Release Transfers type: number TRIReporter: description: Indicates whether or not the facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. example: Y title: Toxics Release Inventory Reporter type: string TRIReporterInPast: description: A 'Y' indicates a TRI Reporter from a prior year. example: Y title: Toxics Release Inventory Reporter In Past Flag type: string TRIbalFlag: description: A value of "1" indicates that the facility is within an Indian Tribal or Alaskan Native Village area. example: 1 title: Tribal Lands Flag type: number TscaFlag: description: Flag indicating whether or not a facility has a TSCA ID title: Toxic Substances Control Act Flag type: string example: string TscaIDs: description: Toxic Substances Control Act ID assigned to a facility title: Toxic Substances Control Act ID type: string example: '12345' TscaInspections5yr: description: From ICIS FE&C, the number of TSCA inspections at the facility in the past five years. example: '2' title: TSCA Inspections (Past 5 Years) type: string ViolFlag: description: Indicates if the facility had a violation within the last 3 years. 1 = Yes example: 1 title: Violation Flag type: number WebDocs: description: Contains flags that identify what web accessible documents are available for the facility. example: C6 title: Web Documents type: string required: - FacName - FacStreet - FacCity - FacState - FacZip - RegistryID - FacCounty - FacEPARegion - FacFederalFlg - FacFederalAgencyName - FacIndianCntryFlg - FacIndianSpatialFlg - FacDerivedTRIbes - FacSICCodes - FacNAICSCodes - AIRIDs - CamdIDs - NPDESIDs - RCRAIDs - RmpIDs - SDWAIDs - TRIIDs - EisIDs - GHGIDs - TscaIDs - SemsIDs - CAAPermitTypes - CWAPermitTypes - RCRAPermitTypes - SDWASystemTypes - FacSNCFlg - FacQtrsWithNC - FacComplianceStatus - CAAComplianceStatus - CWAComplianceStatus - RCRAComplianceStatus - SDWAComplianceStatus - FacInspectionCount - FacDaysLastInspection - FacDateLastInspection - CAAEvaluationCount - CWAInspectionCount - RCRAInspectionCount - Over80CountUs - PctilePctpre1960Us - PctileDpmUs - PctileCancerUs - PctileRespUs - PctileTrafficScoreUs - PctileProximityNPDESUs - PctileProximityNplUs - PctileProximityRmpUs - PctileProximityTsdfUs - PctileO3Us - PctilePmUs - FacPopDen - FacPercentMinority - FacInformalCount - CAAInformalCount - CWAInformalCount - RCRAInformalCount - SDWAInformalCount - FacFormalActionCount - FacDateLastFormalAction - CAAFormalActionCount - CWAFormalActionCount - RCRAFormalActionCount - SDWAFormalActionCount - FacTotalPenalties - FacPenaltyCount - FacDateLastPenalty - FacLastPenaltyAmt - CAAPenalties - CWAPenalties - RCRAPenalties - GHGCO2Releases - TRIReleasesTransfers - FacDerivedWBDHu8 - FacDerivedWBDHu8Name - FacDerivedRadWBDHu8 - FacDerivedRadWBDHu8Name - FacMajorFlag - FacDateLastInformalAction - Fac3yrComplianceHistory - CAA3yrComplQtrsHistory - CWA13qtrsComplHistory - RCRA3yrComplQtrsHistory - SDWA3yrComplQtrsHistory - FecCaseIDs - FacFIPSCode - FacUsMexBorderFlg - FacChesapeakeBayFlg - FacNaaFlag - FacMapIcon - FacCollectionMethod - FacReferencePoint - FacAccuracyMeters - FacDerivedHuc - FacDerivedWBD - FacDerivedStctyFIPS - FacDerivedZip - FacDerivedCd113 - FacDerivedCb2010 - FacActiveFlag - FacMyrtkUniverse - FacProgramsWithSNC - AIRFlag - NPDESFlag - SDWISFlag - RCRAFlag - TRIFlag - GHGFlag - CAANAICS - CAASICs - CAADaysLastEvaluation - CAADateLastFormalAction - CAALastPenaltyDate - CAALastPenaltyAmt - CAAQtrsWithNC - CAAHpvFlag - CWAComplianceTracking - CWANAICS - CWASICs - CWADaysLastInspection - CWADateLastFormalAction - CWALastPenaltyDate - CWALastPenaltyAmt - CWAQtrsWithNC - CWASNCFlag - CWA13qtrsEfflntExceedances - CWA3YrQncrCodes - RCRANAICS - RCRADaysLastEvaluation - RCRADateLastFormalAction - RCRALastPenaltyDate - RCRALastPenaltyAmt - RCRAQtrsWithNC - RCRASNCFlag - SDWASNCFlag - TRIOnSiteReleases - TRIOffSiteTransfers - TRIReporterInPast - FecNumberOfCases - FecLastCaseDate - FecTotalPenalties - DfrUrl - FacDateLastInspectionEPA - FacDateLastInspectionState - FacDateLastFormalActEPA - FacDateLastFormalActSt - FacDateLastInformalActEPA - FacDateLastInformalActSt - FacFederalAgency - TRIReporter - FacImpWaterFlg - SourceID - NC - FacMapFlg - HasPollRpt - CensusBlockGroup - MaxPctileUs - EjscreenFlagUs - EjscreenFlag - TRIbalFlag - CurrSvFlag - ViolFlag - CurrVioFlag - Insp5yrFlag - Ea5yrFlag - Infea5yrFlag - Lower48 - ActiveLower48 - FacDerivedWBDHu12Name - FacDerivedRadWBDHu12 - FacDerivedRadWBDHu12Name - EisFlag - TscaFlag - WebDocs - NaaCategories - NaaPollutants - EpcraInspections5yr - FifraInspections5yr - TscaInspections5yr - SDWAInspections5yr - SDWAQtrsWithNC - BiosolidsFlag - FacStdCountyName - EffChartsFlag - SemsFlag - Score - MaxScore type: object echo06: description: Cluster Output Object properties: ClusterData: description: An array of state, county, or zip code cluster information items: $ref: '#/definitions/echo05' title: Cluster Data type: array example: - string required: - ClusterData type: object echo02: description: Map Output Object properties: IconBaseURL: description: URL where all the icons are located example: https://echo.epa.gov/app/map/icons/ title: Icon Base URL type: string MapData: description: An array of facility geospatial information. items: $ref: '#/definitions/echo01' title: Map Data type: array xml: name: MapData wrapped: true example: - string PopUpBaseURL: description: Combine this URL with the PUC to get popup info example: https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id= title: Popup Base URL type: string QueryID: description: Sequential number assigned to entire search result example: '245' title: Query Identifier type: string required: - QueryID - IconBaseURL - PopUpBaseURL - MapData type: object echo09: description: GeoJSON Feature Object properties: geometry: $ref: '#/definitions/geo' properties: $ref: '#/definitions/echo10' type: description: Static marker indicating object is a GeoJSON Feature. example: Feature title: Feature type: string required: - type - geometry - properties type: object echo11: description: Results Object properties: Facilities: description: A complex array of facility information. items: $ref: '#/definitions/echo03' title: Facilities type: array xml: name: Facilities wrapped: true example: - string Message: description: Field to record messages (typically performance-related) about packet processing example: Success title: Message type: string PageNo: description: The number of pages of results returned example: '1' title: Page Number type: string QueryID: description: Sequential number assigned to entire search result example: '245' title: Query Identifier type: string QueryRows: description: Number of query results returned example: '5' title: Query Row Count type: string required: - Message - QueryRows - QueryID - PageNo - Facilities type: object parameters: q.tablelist: description: Table List Flag. Enter a Y to display the first page of facility results. enum: - Y - N in: query name: tablelist required: false type: string f.c1_long: description: Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: c1_long required: false type: number q.p_cs: description: 'Facility Compliance Limiter. Enter 2, 3 or 4 to limit facilities returned. - 2 = Facilities in noncompliance. - 3 = Facilities having one or more programs reporting significant noncompliance. - 4 = Facilities having more than one program reporting significant noncompliance.' enum: - '2' - '3' - '4' in: query name: p_cs required: false type: number f.responseset: description: Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000. in: formData name: responseset required: false type: number f.summarylist: description: Summary List Flag. Enter a Y to return a list of summary statistics based on the parameters submitted to the query service. enum: - Y - N in: formData name: summarylist required: false type: string f.p_fips: description: FIPS Code Filter. Enter a single 5-character Federal Information Processing Standards (FIPS) state + county value to restrict results. E.g. to limit results to Kenosha County, Wisconsin, use 55059. in: formData name: p_fips required: false type: string f.p_c2lon: description: In decimal degrees. Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: p_c2lon required: false type: number f.callback: description: JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response. in: formData name: callback required: false type: string f.p_act: description: Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits. enum: - Y - N - A in: formData name: p_act required: false type: string q.p_ysla: description: 'Facility Last Inspection Code Filter. If left blank, both agencies are included. Enter a value to limit results: - E = EPA - S = State' enum: - E - S - A in: query name: p_ysla required: false type: string f.p_tribedist: description: Proximity to tribal land limiter. Enter an amount of mile between 0 and 25 to filter results. This parameter is only evaluated if p_tribeid is populated. in: formData name: p_tribedist required: false type: number q.p_sic: description: Standard Industrial Classification (SIC) Code Filter. Enter a single 4-digit SIC Code to filter results. If more complex filtering is required, use p_sic2 and p_sic4. in: query name: p_sic required: false type: string f.maplist: description: Map List Flag. Provide a Y to return mappable coordinates representing the full geographic extent of the queryset (all facilities that met the selection criteria). enum: - Y - N in: formData name: maplist required: false type: string f.p_st: description: Facility State and State-Equivalent Filter. Provide one or more USPS postal abbreviations for states and state-equivalents to filter results. Provide multiple values as a comma-delimited list. in: formData name: p_st required: false type: string q.p_med: description: Filter Results by Media.- A = Air- C = CAMD (Clean Air Markets Division)- E = EIS (Emissions Inventory Systems)- G = GHG (Greenhouse Gases)- M = RMP (Risk Management Plan)- R = RCRA (Hazardous Waste)- S = SDWA (Public Drinking Water Systems)- T = TRI (Toxic Release Inventory)- TSCA = TSCA (Toxic Substances Control Act)- W = Water- ALL = Air and Water and RCRA enum: - A - C - E - G - M - R - S - T - TSCA - W - ALL in: query name: p_med required: false type: string f.p_qid: description: Query ID Selector. Enter the QueryID number from a previously run query. in: formData name: p_qid required: true type: string q.xmax: description: Maximum longitude value in decimal degrees. in: query name: xmax required: false type: number q.p_fea: description: 'Formal Enforcement Actions [within / not within] specified date range indicator. The date range is determined by parameters p_fead1 and p_fead2 or by parameter p_feay. - W = within date range - N = not within date range' enum: - W - N in: query name: p_fea required: false type: string q.p_ncs: description: North American Industry Classification System Filter. Enter two to six digits to filter results to facilities having matching NAICS codes. Digits less than six will match to all codes beginning with the provided values. in: query name: p_ncs required: false type: string f.p_agoo: description: Indicates whether to AND or OR the Owner/Operator parameter (p_owop) and the federal agency code (p_fa) parameters. enum: - AND - OR in: formData name: p_agoo required: false type: string f.p_id: description: Identifier for the service. in: formData name: p_id required: true type: string q.p_sic4: description: Standard Industrial Classification (SIC) Code Filter Alternate 3. Enter the first 2, 3 or 4 SIC code digits to filter results to facilities having those code prefixes. As this alternative does not utilize an index, p_sic2 will generally be quicker. in: query name: p_sic4 required: false type: string f.p_fea_5yr: description: A Y value identifies facilities that have had a formal enforcement action within the last 5 years. in: formData name: p_fea_5yr required: false type: string f.p_c1lon: description: In decimal degrees. Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: p_c1lon required: false type: number f.p_feac_5yr: in: formData name: p_feac_5yr required: false type: string q.p_sfs: description: Single Facility Search Filter. Provide a facility name or program system identifier to limit results. For the all data search, the FRS registry identifier is also searched. in: query name: p_sfs required: false type: string f.p_tribename: description: Tribe Name Filter. Enter a single tribe name to filter results. in: formData name: p_tribename required: false type: string f.p_lat: description: Latitude location in decimal degrees. in: formData name: p_lat required: false type: number f.ymin: description: Minimum latitude value in decimal degrees. in: formData name: ymin required: false type: number q.descending: description: Output Sort Column Descending Flag. Enter Y to column identified in the newsort parameter descending. Enter N to use ascending sort order. Used only when newsort parameter is populated. enum: - Y - N in: query name: descending required: false type: string f.p_ico: description: Indian Country Flag. Enter a "Y" or "N" to restrict searches to facilities inside or outside Indian Country. enum: - Y - N in: formData name: p_ico required: false type: string f.p_pretty_print: description: Optional flag to request GeoJSON formatted results to be pretty printed. Only provide a numeric value when the output needs to be human readable as pretty printing has a performance cost. in: formData name: p_pretty_print required: false type: number q.p_mact: description: CAA Maximum Achievable Control Technology (MACT) Subpart codes (alpha ID between 1 and 7 characters) applicable to the facility. in: query name: p_mact required: false type: string f.pageno: default: 1 description: Indicates the number of the page to display. It is used only when the results are paginated. in: formData name: pageno required: false type: number q.qid: description: Query ID Selector. Enter the QueryID number from a previously run query. in: query name: qid required: true type: string f.p_long: description: Longitude location in decimal degrees. in: formData name: p_long required: false type: number q.p_ysly: description: Number of years (1 to 5) since last facility inspection. A value of 1 means that it has been inspected within the year. enum: - 1 - 2 - 3 - 4 - 5 in: query name: p_ysly required: false type: number f.p_sic: description: Standard Industrial Classification (SIC) Code Filter. Enter a single 4-digit SIC Code to filter results. If more complex filtering is required, use p_sic2 and p_sic4. in: formData name: p_sic required: false type: string f.p_pen: description: "Last Penality Date Qualifier Filter. Enter one of the following: \n- NEVER = No Penalties\n- ANY = Any Penalty\n- LEXX = Less than or equal to XX months. Provide a number in place of XX, e.g. \"LE5\" for a facility with a penalty within previous 5 months.\n- GTXX = Greater than XX months. Provide a number in place of XX, eg. GT12, for a facility with the last penalty greater than 12 months ago." in: formData name: p_pen required: false type: string q.p_oct: description: 'Toxic Release Inventory Pounds of Off-Site Chemical Releases Limiter. Enter a keyword to filter results. - Z = Zero pounds of chemical releases. - GT0 = More than zero pounds of chemical releases. - GT1000 = More than one thousand pounds of chemical releases. - GT5000 = More than five thousand pounds of chemical releases. - GT10000 = More than ten thousand pounds of chemical releases. - GT20000 = More than twenty thousand pounds of chemical releases. - GT50000 = More than fifty thousand pounds of chemical releases.' enum: - Z - GT0 - GT1000 - GT5000 - GT10000 - GT20000 - GT50000 in: query name: p_oct required: false type: string f.p_fac_icos: description: FRS tribal land spatial flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land spatial flag. in: formData name: p_fac_icos required: false type: string q.p_c1lat: description: In decimal degrees. Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: p_c1lat required: false type: number q.p_fea_5yr: description: A Y value identifies facilities that have had a formal enforcement action within the last 5 years. in: query name: p_fea_5yr required: false type: string q.p_usmex: description: US-Mexico Border Flag. Enter Y/N to restrict searches to facilities located within 100KM of the border. enum: - Y - N in: query name: p_usmex required: false type: string q.ymin: description: Minimum latitude value in decimal degrees. in: query name: ymin required: false type: number q.p_iea_5yr: description: A Y value identifies facilities that have had an informal enforcement action within the last 5 years. in: query name: p_iea_5yr required: false type: string q.p_maj: description: Major Facility Flag. Enter Y to restrict results to Major facilities only. enum: - Y - N in: query name: p_maj required: false type: string f.c2_long: description: Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: c2_long required: false type: number f.p_wbd: description: 2-, 4-, 6-, 8-, 10-, or 12-character watershed (WBD from the USGS Watershed Boundary Dataset). May contain multiple comma-separated values. Uses the FRS Best Pick Coordinate to obtain the WBD12 Huc value. in: formData name: p_wbd required: false type: string f.p_cs: description: 'Facility Compliance Limiter. Enter 2, 3 or 4 to limit facilities returned. - 2 = Facilities in noncompliance. - 3 = Facilities having one or more programs reporting significant noncompliance. - 4 = Facilities having more than one program reporting significant noncompliance.' enum: - '2' - '3' - '4' in: formData name: p_cs required: false type: number q.xmin: description: Minimum longitude value in decimal degrees. in: query name: xmin required: false type: number f.p_ysly: description: Number of years (1 to 5) since last facility inspection. A value of 1 means that it has been inspected within the year. enum: - 1 - 2 - 3 - 4 - 5 in: formData name: p_ysly required: false type: number q.p_pid: description: Nine-digit permit IDs. May contain up to 2000 comma-separated values. in: query name: p_pid required: false type: string q.p_fn: description: Facility Name Filter. Enter one or more case-insensitive facility names to filter results. Provide multiple values as a comma-delimited list. See p_fntype for additional modifiers. in: query name: p_fn required: false type: string q.p_pen: description: "Last Penality Date Qualifier Filter. Enter one of the following: \n- NEVER = No Penalties\n- ANY = Any Penalty\n- LEXX = Less than or equal to XX months. Provide a number in place of XX, e.g. \"LE5\" for a facility with a penalty within previous 5 months.\n- GTXX = Greater than XX months. Provide a number in place of XX, eg. GT12, for a facility with the last penalty greater than 12 months ago." in: query name: p_pen required: false type: string f.tablelist: description: Table List Flag. Enter a Y to display the first page of facility results. enum: - Y - N in: formData name: tablelist required: false type: string f.xmax: description: Maximum longitude value in decimal degrees. in: formData name: xmax required: false type: number f.p_maj: description: Major Facility Flag. Enter Y to restrict results to Major facilities only. enum: - Y - N in: formData name: p_maj required: false type: string f.p_oct: description: 'Toxic Release Inventory Pounds of Off-Site Chemical Releases Limiter. Enter a keyword to filter results. - Z = Zero pounds of chemical releases. - GT0 = More than zero pounds of chemical releases. - GT1000 = More than one thousand pounds of chemical releases. - GT5000 = More than five thousand pounds of chemical releases. - GT10000 = More than ten thousand pounds of chemical releases. - GT20000 = More than twenty thousand pounds of chemical releases. - GT50000 = More than fifty thousand pounds of chemical releases.' enum: - Z - GT0 - GT1000 - GT5000 - GT10000 - GT20000 - GT50000 in: formData name: p_oct required: false type: string q.p_tribedist: description: Proximity to tribal land limiter. Enter an amount of mile between 0 and 25 to filter results. This parameter is only evaluated if p_tribeid is populated. in: query name: p_tribedist required: false type: number q.maplist: description: Map List Flag. Provide a Y to return mappable coordinates representing the full geographic extent of the queryset (all facilities that met the selection criteria). enum: - Y - N in: query name: maplist required: false type: string q.summarylist: description: Summary List Flag. Enter a Y to return a list of summary statistics based on the parameters submitted to the query service. enum: - Y - N in: query name: summarylist required: false type: string f.p_qiv: description: 'Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance. - Z = Zero quarters in noncompliance. - GEXX = Replacing XX with a numeric value, that number of quarterd or more in noncompliance. - GTXX = Replacing XX with a numeric value, more than that number of quarters in noncompliance.' enum: - '0' - GT1 - GT2 - GT4 - GT8 - '12' in: formData name: p_qiv required: false type: string f.p_ysla: description: 'Facility Last Inspection Code Filter. If left blank, both agencies are included. Enter a value to limit results: - E = EPA - S = State' enum: - E - S - A in: formData name: p_ysla required: false type: string q.newsort: description: Output Sort Column. Enter the number of the column on which the data will be sorted. If unpopulated results will sort on the first column. in: query name: newsort required: false type: number f.p_usmex: description: US-Mexico Border Flag. Enter Y/N to restrict searches to facilities located within 100KM of the border. enum: - Y - N in: formData name: p_usmex required: false type: string q.p_c1lon: description: In decimal degrees. Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: p_c1lon required: false type: number q.p_lat: description: Latitude location in decimal degrees. in: query name: p_lat required: false type: number q.p_ocr: description: 'Toxics Release Inventory Pounds of On-Site Chemical Releases Limiter. Enter a keyword to filter results. - Z = Zero pounds of chemical releases. - GT0 = More than zero pounds of chemical releases. - GT1000 = More than one thousand pounds of chemical releases. - GT5000 = More than five thousand pounds of chemical releases. - GT10000 = More than ten thousand pounds of chemical releases. - GT20000 = More than twenty thousand pounds of chemical releases. - GT50000 = More than fifty thousand pounds of chemical releases.' in: query name: p_ocr required: false type: string f.p_pid: description: Nine-digit permit IDs. May contain up to 2000 comma-separated values. in: formData name: p_pid required: false type: string f.p_fea: description: 'Formal Enforcement Actions [within / not within] specified date range indicator. The date range is determined by parameters p_fead1 and p_fead2 or by parameter p_feay. - W = within date range - N = not within date range' enum: - W - N in: formData name: p_fea required: false type: string q.p_wbd: description: 2-, 4-, 6-, 8-, 10-, or 12-character watershed (WBD from the USGS Watershed Boundary Dataset). May contain multiple comma-separated values. Uses the FRS Best Pick Coordinate to obtain the WBD12 Huc value. in: query name: p_wbd required: false type: string f.p_sic2: description: Standard Industrial Classification (SIC) Code Filter Alternate 2. Enter a wild-card search against SIC codes. A final wild-card is always present allowing "22" to match all SIC codes beginning with 22. Use the "%" character within strings to match any SIC values with the pattern. For example, "2%21" matches 2021, 2121, 2221, etc. in: formData name: p_sic2 required: false type: string q.p_limit_addr: description: 'Limit Address Search Flag. Enter Y to restrict facility searches to native data source only. ' enum: - Y - N in: query name: p_limit_addr required: false type: string q.p_istatute: description: For use in identifying Facilities that have an inspection performed under the entered Statute. in: query name: p_istatute required: false type: string q.c1_lat: description: Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: c1_lat required: false type: number f.p_c1lat: description: In decimal degrees. Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: p_c1lat required: false type: number q.p_sa: description: Facility street address. Enter a complete or partial street address. in: query name: p_sa required: false type: string f.ymax: description: Maximum latitude value in decimal degrees. in: formData name: ymax required: false type: number q.pageno: default: 1 description: Indicates the number of the page to display. It is used only when the results are paginated. in: query name: pageno required: false type: number q.p_sic2: description: Standard Industrial Classification (SIC) Code Filter Alternate 2. Enter a wild-card search against SIC codes. A final wild-card is always present allowing "22" to match all SIC codes beginning with 22. Use the "%" character within strings to match any SIC values with the pattern. For example, "2%21" matches 2021, 2121, 2221, etc. in: query name: p_sic2 required: false type: string q.p_long: description: Longitude location in decimal degrees. in: query name: p_long required: false type: number f.p_impw: description: Discharging into Impaired Waters Flag. Enter Y to limit results to facilities with discharge to waterbodies listed as impaired in the ATTAINS database. enum: - Y - N in: formData name: p_impw required: false type: string q.p_ieaa: description: 'Agency associated with Informal Enforcement Actions. If left blank, both agencies are included. - E = EPA - S = State' enum: - E - S in: query name: p_ieaa required: false type: string q.p_qid: description: Query ID Selector. Enter the QueryID number from a previously run query. in: query name: p_qid required: true type: string f.p_feaa: description: 'Agency associated with Formal Enforcement Actions: - E = EPA - S = State - A = All' enum: - A - E - S in: formData name: p_feaa required: false type: string q.queryset: description: Query Limiter. Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000. in: query name: queryset required: false type: number f.p_ejscreen_over80cnt: description: The number of Environmenmt Justice Indicators above the 80th percentile. Valid values are 1 through 11. enum: - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' - '10' - '11' in: formData name: p_ejscreen_over80cnt required: false type: string q.p_impw: description: Discharging into Impaired Waters Flag. Enter Y to limit results to facilities with discharge to waterbodies listed as impaired in the ATTAINS database. enum: - Y - N in: query name: p_impw required: false type: string q.p_pm: description: 'Percent Minority Population Limiter. Enter a value to restrict results to facilities with a given percentage of minority population within 3-mile radius. - NONE = 0% - GT5 = greater than 5% - GT10 = greater than 10% - GT25 = greater than 25% - GT50 = greater than 50% - GT75 = greater than 75%' enum: - NONE - GT5 - GT10 - GT25 - GT50 - GT75 in: query name: p_pm required: false type: string f.p_naa: description: Non-Attainment Area Flag. Enter a Y or N to filter for or against facilities flagged as non-attainment areas. in: formData name: p_naa required: false type: string f.p_frs: description: Facility Registry Service ID Filter. Enter a single 12-digit FRS identifier to filter results. in: formData name: p_frs required: false type: string q.p_c2lat: description: In decimal degrees. Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: p_c2lat required: false type: number f.p_ysl: description: 'Last Facility Inspection [within / not within] Specified Date Range Indicator. The date range is determined by parameters p_idt1 and p_idt2 or by parameter p_ysly. - W = within date range - N = not within date range' enum: - W - N - NV in: formData name: p_ysl required: false type: string q.p_ejscreen: description: Enter "Y" to limit facilities to Census block groups where one of more Environmental Justice indexes above 80th percentile. in: query name: p_ejscreen required: false type: string q.p_feaa: description: 'Agency associated with Formal Enforcement Actions: - E = EPA - S = State - A = All' enum: - A - E - S in: query name: p_feaa required: false type: string f.p_limit_addr: description: 'Limit Address Search Flag. Enter Y to restrict facility searches to native data source only. ' enum: - Y - N in: formData name: p_limit_addr required: false type: string f.xmin: description: Minimum longitude value in decimal degrees. in: formData name: xmin required: false type: number f.queryset: description: Query Limiter. Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000. in: formData name: queryset required: false type: number f.p_ocr: description: 'Toxics Release Inventory Pounds of On-Site Chemical Releases Limiter. Enter a keyword to filter results. - Z = Zero pounds of chemical releases. - GT0 = More than zero pounds of chemical releases. - GT1000 = More than one thousand pounds of chemical releases. - GT5000 = More than five thousand pounds of chemical releases. - GT10000 = More than ten thousand pounds of chemical releases. - GT20000 = More than twenty thousand pounds of chemical releases. - GT50000 = More than fifty thousand pounds of chemical releases.' in: formData name: p_ocr required: false type: string f.p_ct: description: Facility City Filter. Enter a single case-insensitive city name to filter results. in: formData name: p_ct required: false type: string f.p_iea_5yr: description: A Y value identifies facilities that have had an informal enforcement action within the last 5 years. in: formData name: p_iea_5yr required: false type: string q.c1_long: description: Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: c1_long required: false type: number f.descending: description: Output Sort Column Descending Flag. Enter Y to column identified in the newsort parameter descending. Enter N to use ascending sort order. Used only when newsort parameter is populated. enum: - Y - N in: formData name: descending required: false type: string q.p_ct: description: Facility City Filter. Enter a single case-insensitive city name to filter results. in: query name: p_ct required: false type: string q.p_pretty_print: description: Optional flag to request GeoJSON formatted results to be pretty printed. Only provide a numeric value when the output needs to be human readable as pretty printing has a performance cost. in: query name: p_pretty_print required: false type: number f.p_huc: description: 2-, 4-, 6-, or 8-character watershed code. May contain multiple comma-separated values. in: formData name: p_huc required: false type: string q.p_pd: description: 'Population Density Limiter (per sq mile). Enter a value to limit results to facilities located in area of a given population density. - NONE = 0 population density per square mile - GT100 = More than 100 population density per square mile - GT500 = More than 500 population density per square mile - GT1000 = More than 1000 population density per square mile - GT5000 = More than 5000 population density per square mile - GT10000 = More than 10000 population density per square mile - GT20000 = More than 20000 population density per square mile' enum: - NONE - GT100 - GT500 - GT1000 - GT5000 - GT10000 - GT20000 in: query name: p_pd required: false type: string f.p_neiu: in: formData name: p_neiu required: false type: string f.p_pd: description: 'Population Density Limiter (per sq mile). Enter a value to limit results to facilities located in area of a given population density. - NONE = 0 population density per square mile - GT100 = More than 100 population density per square mile - GT500 = More than 500 population density per square mile - GT1000 = More than 1000 population density per square mile - GT5000 = More than 5000 population density per square mile - GT10000 = More than 10000 population density per square mile - GT20000 = More than 20000 population density per square mile' enum: - NONE - GT100 - GT500 - GT1000 - GT5000 - GT10000 - GT20000 in: formData name: p_pd required: false type: string q.p_agoo: description: Indicates whether to AND or OR the Owner/Operator parameter (p_owop) and the federal agency code (p_fa) parameters. enum: - AND - OR in: query name: p_agoo required: false type: string f.c2_lat: description: Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: c2_lat required: false type: number f.p_co: description: Facility County Filter. Provide a single county name in combination with a state value provided via p_st. in: formData name: p_co required: false type: string q.p_reg: description: EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region. enum: - '01' - '02' - '03' - '04' - '05' - '06' - '07' - 08 - 09 - '10' in: query name: p_reg required: false type: string f.p_sfs: description: Single Facility Search Filter. Provide a facility name or program system identifier to limit results. For the all data search, the FRS registry identifier is also searched. in: formData name: p_sfs required: false type: string q.p_fntype: description: 'Controls type of text search performed on facility name with parameter p_fn. - EXACT = Find facilities having the exact provided name(s). - BEGINS = Find facilities with names starting with the provided term(s). - ALL = Find facilities using Oracle text search terms. - CONTAINS = ' enum: - ALL - CONTAINS - EXACT - BEGINS in: query name: p_fntype required: false type: string f.p_qs: description: Quick Search. Allows entry for city, state, and/or zip code. in: formData name: p_qs required: false type: string q.p_ejscreen_over80cnt: description: The number of Environmenmt Justice Indicators above the 80th percentile. Valid values are 1 through 11. enum: - '1' - '2' - '3' - '4' - '5' - '6' - '7' - '8' - '9' - '10' - '11' in: query name: p_ejscreen_over80cnt required: false type: string f.p_icoo: description: Indian country search and/or flag. Enter "Y" to set indian country search conditions to return any results found using p_ico, p_fac_ico or p_fac_icoo. Otherwise only results matching all provided p_ico, p_fac_ico or p_fac_icoo conditions will be returned. in: formData name: p_icoo required: false type: string q.p_st: description: Facility State and State-Equivalent Filter. Provide one or more USPS postal abbreviations for states and state-equivalents to filter results. Provide multiple values as a comma-delimited list. in: query name: p_st required: false type: string q.ymax: description: Maximum latitude value in decimal degrees. in: query name: ymax required: false type: number q.p_fips: description: FIPS Code Filter. Enter a single 5-character Federal Information Processing Standards (FIPS) state + county value to restrict results. E.g. to limit results to Kenosha County, Wisconsin, use 55059. in: query name: p_fips required: false type: string q.p_ff: description: Federal Facility Indicator Flag. Enter Y to restrict searches to federal facilities. enum: - Y in: query name: p_ff required: false type: string f.p_radius: description: Spatial Search Radius. Enter a radius up to 100 miles in which to spatially search for facilities. in: formData name: p_radius required: false type: number q.p_huc: description: 2-, 4-, 6-, or 8-character watershed code. May contain multiple comma-separated values. in: query name: p_huc required: false type: string q.p_c2lon: description: In decimal degrees. Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: p_c2lon required: false type: number q.p_feac_5yr: in: query name: p_feac_5yr required: false type: string q.p_feac: description: Formal Enforcment Action Last Case Date Limiter Flag. Enter a value of "Y" to additionally apply the p_feay year filter to the last formal enforcement action case date. Use the p_fea parameter to control if the filter is within or outside the date span provided. in: query name: p_feac required: false type: string f.p_sa: description: Facility street address. Enter a complete or partial street address. in: formData name: p_sa required: false type: string f.p_feay: description: Years (1 to 5) Range. This value is used to create a date range for Formal Enforcement Actions (FEA). Used along with p_fea (which indicates whether to look within or outside of the date range) to find FEAs within (or not within) the number of years specified. enum: - 1 - 2 - 3 - 4 - 5 in: formData name: p_feay required: false type: number q.p_tribename: description: Tribe Name Filter. Enter a single tribe name to filter results. in: query name: p_tribename required: false type: string q.p_qiv: description: 'Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance. - Z = Zero quarters in noncompliance. - GEXX = Replacing XX with a numeric value, that number of quarterd or more in noncompliance. - GTXX = Replacing XX with a numeric value, more than that number of quarters in noncompliance.' enum: - '0' - GT1 - GT2 - GT4 - GT8 - '12' in: query name: p_qiv required: false type: string q.responseset: description: Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000. in: query name: responseset required: false type: number q.p_naa: description: Non-Attainment Area Flag. Enter a Y or N to filter for or against facilities flagged as non-attainment areas. in: query name: p_naa required: false type: string f.p_feac: description: Formal Enforcment Action Last Case Date Limiter Flag. Enter a value of "Y" to additionally apply the p_feay year filter to the last formal enforcement action case date. Use the p_fea parameter to control if the filter is within or outside the date span provided. in: formData name: p_feac required: false type: string f.p_ieaa: description: 'Agency associated with Informal Enforcement Actions. If left blank, both agencies are included. - E = EPA - S = State' enum: - E - S in: formData name: p_ieaa required: false type: string q.p_feay: description: Years (1 to 5) Range. This value is used to create a date range for Formal Enforcement Actions (FEA). Used along with p_fea (which indicates whether to look within or outside of the date range) to find FEAs within (or not within) the number of years specified. enum: - 1 - 2 - 3 - 4 - 5 in: query name: p_feay required: false type: number f.p_ejscreen: description: Enter "Y" to limit facilities to Census block groups where one of more Environmental Justice indexes above 80th percentile. in: formData name: p_ejscreen required: false type: string f.newsort: description: Output Sort Column. Enter the number of the column on which the data will be sorted. If unpopulated results will sort on the first column. in: formData name: newsort required: false type: number f.p_pm: description: 'Percent Minority Population Limiter. Enter a value to restrict results to facilities with a given percentage of minority population within 3-mile radius. - NONE = 0% - GT5 = greater than 5% - GT10 = greater than 10% - GT25 = greater than 25% - GT50 = greater than 50% - GT75 = greater than 75%' enum: - NONE - GT5 - GT10 - GT25 - GT50 - GT75 in: formData name: p_pm required: false type: string q.c2_long: description: Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: c2_long required: false type: number f.p_iea: description: 'Informal Enforcement Actions [within / not within] specified date range. The date range is determined by parameters p_iead1 and p_iead2 or by parameter p_ieay. - W = within date range - N = not within date range' enum: - W - N in: formData name: p_iea required: false type: string f.p_c2lat: description: In decimal degrees. Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: p_c2lat required: false type: number f.p_ff: description: Federal Facility Indicator Flag. Enter Y to restrict searches to federal facilities. enum: - Y in: formData name: p_ff required: false type: string f.p_sic4: description: Standard Industrial Classification (SIC) Code Filter Alternate 3. Enter the first 2, 3 or 4 SIC code digits to filter results to facilities having those code prefixes. As this alternative does not utilize an index, p_sic2 will generally be quicker. in: formData name: p_sic4 required: false type: string q.p_qs: description: Quick Search. Allows entry for city, state, and/or zip code. in: query name: p_qs required: false type: string q.c2_lat: description: Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: query name: c2_lat required: false type: number q.p_ico: description: Indian Country Flag. Enter a "Y" or "N" to restrict searches to facilities inside or outside Indian Country. enum: - Y - N in: query name: p_ico required: false type: string q.p_id: description: Identifier for the service. in: query name: p_id required: true type: string f.p_med: description: Filter Results by Media.- A = Air- C = CAMD (Clean Air Markets Division)- E = EIS (Emissions Inventory Systems)- G = GHG (Greenhouse Gases)- M = RMP (Risk Management Plan)- R = RCRA (Hazardous Waste)- S = SDWA (Public Drinking Water Systems)- T = TRI (Toxic Release Inventory)- TSCA = TSCA (Toxic Substances Control Act)- W = Water- ALL = Air and Water and RCRA enum: - A - C - E - G - M - R - S - T - TSCA - W - ALL in: formData name: p_med required: false type: string f.p_tribeid: description: Numeric code for tribe (or list of tribes). in: formData name: p_tribeid required: false type: number f.qid: description: Query ID Selector. Enter the QueryID number from a previously run query. in: formData name: qid required: true type: string q.p_ieay: description: Years (1 to 5) Range. This value is used to create a date range for Informal Enforcement Actions (IEA). Used along with p_iea (which indicates whether to look within or outside of the date range) to find IEAs within (or not within) the number of years specified. enum: - 1 - 2 - 3 - 4 - 5 in: query name: p_ieay required: false type: number f.c1_lat: description: Latitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided. in: formData name: c1_lat required: false type: number q.callback: description: JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response. in: query name: callback required: false type: string f.p_istatute: description: For use in identifying Facilities that have an inspection performed under the entered Statute. in: formData name: p_istatute required: false type: string f.p_fntype: description: 'Controls type of text search performed on facility name with parameter p_fn. - EXACT = Find facilities having the exact provided name(s). - BEGINS = Find facilities with names starting with the provided term(s). - ALL = Find facilities using Oracle text search terms. - CONTAINS = ' enum: - ALL - CONTAINS - EXACT - BEGINS in: formData name: p_fntype required: false type: string q.p_fac_icos: description: FRS tribal land spatial flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land spatial flag. in: query name: p_fac_icos required: false type: string q.p_neiu: in: query name: p_neiu required: false type: string q.p_radius: description: Spatial Search Radius. Enter a radius up to 100 miles in which to spatially search for facilities. in: query name: p_radius required: false type: number q.p_co: description: Facility County Filter. Provide a single county name in combination with a state value provided via p_st. in: query name: p_co required: false type: string f.p_reg: description: EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region. enum: - '01' - '02' - '03' - '04' - '05' - '06' - '07' - 08 - 09 - '10' in: formData name: p_reg required: false type: string f.p_fa: description: Federal Agency. 1 character or 5-character values; may contain multiple comma-separated values. ALL will retrieve all facilities where the federal agency code is not null. Use the Federal Agencies lookup service to obtain a list of values. in: formData name: p_fa required: false type: string f.p_ncs: description: North American Industry Classification System Filter. Enter two to six digits to filter results to facilities having matching NAICS codes. Digits less than six will match to all codes beginning with the provided values. in: formData name: p_ncs required: false type: string f.p_sa1: description: Facility street address. Enter a complete or partial street address. Note that p_sa1 is culmulative with p_sa. in: formData name: p_sa1 required: false type: string f.p_ieay: description: Years (1 to 5) Range. This value is used to create a date range for Informal Enforcement Actions (IEA). Used along with p_iea (which indicates whether to look within or outside of the date range) to find IEAs within (or not within) the number of years specified. enum: - 1 - 2 - 3 - 4 - 5 in: formData name: p_ieay required: false type: number f.p_mact: description: CAA Maximum Achievable Control Technology (MACT) Subpart codes (alpha ID between 1 and 7 characters) applicable to the facility. in: formData name: p_mact required: false type: string q.p_zip: description: 5-Digit ZIP Code Filter. Provide one or more 5-digit postal zip codes to filter results. May contain multiple comma-separated values. in: query name: p_zip required: false type: string q.p_iea: description: 'Informal Enforcement Actions [within / not within] specified date range. The date range is determined by parameters p_iead1 and p_iead2 or by parameter p_ieay. - W = within date range - N = not within date range' enum: - W - N in: query name: p_iea required: false type: string q.p_act: description: Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits. enum: - Y - N - A in: query name: p_act required: false type: string q.p_tribeid: description: Numeric code for tribe (or list of tribes). in: query name: p_tribeid required: false type: number q.p_icoo: description: Indian country search and/or flag. Enter "Y" to set indian country search conditions to return any results found using p_ico, p_fac_ico or p_fac_icoo. Otherwise only results matching all provided p_ico, p_fac_ico or p_fac_icoo conditions will be returned. in: query name: p_icoo required: false type: string q.p_ysl: description: 'Last Facility Inspection [within / not within] Specified Date Range Indicator. The date range is determined by parameters p_idt1 and p_idt2 or by parameter p_ysly. - W = within date range - N = not within date range' enum: - W - N - NV in: query name: p_ysl required: false type: string q.p_sa1: description: Facility street address. Enter a complete or partial street address. Note that p_sa1 is culmulative with p_sa. in: query name: p_sa1 required: false type: string f.p_fn: description: Facility Name Filter. Enter one or more case-insensitive facility names to filter results. Provide multiple values as a comma-delimited list. See p_fntype for additional modifiers. in: formData name: p_fn required: false type: string q.p_frs: description: Facility Registry Service ID Filter. Enter a single 12-digit FRS identifier to filter results. in: query name: p_frs required: false type: string q.p_fa: description: Federal Agency. 1 character or 5-character values; may contain multiple comma-separated values. ALL will retrieve all facilities where the federal agency code is not null. Use the Federal Agencies lookup service to obtain a list of values. in: query name: p_fa required: false type: string q.p_trep: description: 'Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results. - CURR = Current TRI reporter. - NONCURR = Has reported to TRI in the past but not for the current reporting year.' enum: - CURR - NOTCURR in: query name: p_trep required: false type: string f.p_trep: description: 'Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results. - CURR = Current TRI reporter. - NONCURR = Has reported to TRI in the past but not for the current reporting year.' enum: - CURR - NOTCURR in: formData name: p_trep required: false type: string f.p_zip: description: 5-Digit ZIP Code Filter. Provide one or more 5-digit postal zip codes to filter results. May contain multiple comma-separated values. in: formData name: p_zip required: false type: string