openapi: 3.0.3 info: title: EPA Air Quality System (AQS) Account Type Codes Facility Information 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 Information paths: /cwa_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).' 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: Clean Water Act (CWA) Download Data Service tags: - Facility Information 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).' 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: Clean Water Act (CWA) Download Data Service tags: - Facility Information x-microcks-operation: delay: 0 dispatcher: FALLBACK /cwa_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_iea' - $ref: '#/parameters/q.p_ieay' - $ref: '#/parameters/q.p_ieaa' - $ref: '#/parameters/q.p_qiv' - $ref: '#/parameters/q.p_iv' - $ref: '#/parameters/q.p_impw' - $ref: '#/parameters/q.p_imp_cau_grp' - $ref: '#/parameters/q.p_imp_pol' - $ref: '#/parameters/q.p_trep' - $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_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_pstat' - $ref: '#/parameters/q.p_ptype' - $ref: '#/parameters/q.p_pcomp' - $ref: '#/parameters/q.p_plimits' - $ref: '#/parameters/q.p_pcss' - $ref: '#/parameters/q.p_pexp' - $ref: '#/parameters/q.p_owop' - $ref: '#/parameters/q.p_ipfti' - $ref: '#/parameters/q.p_agoo' - $ref: '#/parameters/q.p_idt1' - $ref: '#/parameters/q.p_idt2' - $ref: '#/parameters/q.p_pityp' - $ref: '#/parameters/q.p_pfead1' - $ref: '#/parameters/q.p_pfead2' - $ref: '#/parameters/q.p_pfeat' - $ref: '#/parameters/q.p_pccs' - $ref: '#/parameters/q.p_pexcd' - $ref: '#/parameters/q.p_psncq' - $ref: '#/parameters/q.p_pctrack' - $ref: '#/parameters/q.p_dwd' - $ref: '#/parameters/q.p_pt' - $ref: '#/parameters/q.p_pdwdist' - $ref: '#/parameters/q.p_pswdpc' - $ref: '#/parameters/q.p_pswdmp' - $ref: '#/parameters/q.p_pswpol' - $ref: '#/parameters/q.p_pswcas' - $ref: '#/parameters/q.p_pswparam' - $ref: '#/parameters/q.p_pswvio' - $ref: '#/parameters/q.p_wbd' - $ref: '#/parameters/q.p_radwbd' - $ref: '#/parameters/q.p_frswbd' - $ref: '#/parameters/q.p_fntype' - $ref: '#/parameters/q.p_pidall' - $ref: '#/parameters/q.p_months_last_dmr' - $ref: '#/parameters/q.p_last_dmr_within' - $ref: '#/parameters/q.p_indsw' - $ref: '#/parameters/q.p_msgp_ptype' - $ref: '#/parameters/q.p_mon_type' - $ref: '#/parameters/q.p_iagency' - $ref: '#/parameters/q.p_permitting_agency' - $ref: '#/parameters/q.p_isws' - $ref: '#/parameters/q.p_iswss' - $ref: '#/parameters/q.p_iswssID' - $ref: '#/parameters/q.p_ds1' - $ref: '#/parameters/q.p_ds2' - $ref: '#/parameters/q.p_da1' - $ref: '#/parameters/q.p_da2' - $ref: '#/parameters/q.p_MS4' - $ref: '#/parameters/q.p_ooFN' - $ref: '#/parameters/q.p_ooFNtype' - $ref: '#/parameters/q.p_ooSA' - $ref: '#/parameters/q.p_ooSA1' - $ref: '#/parameters/q.p_ooCt' - $ref: '#/parameters/q.p_ooSt' - $ref: '#/parameters/q.p_ooZip' - $ref: '#/parameters/q.p_fac_ico' - $ref: '#/parameters/q.p_icoo' - $ref: '#/parameters/q.p_fac_icos' - $ref: '#/parameters/q.p_ejscreen' - $ref: '#/parameters/q.p_alrexceed' - $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_bio_flag' - $ref: '#/parameters/q.p_bio_fac_type' - $ref: '#/parameters/q.p_bio_trtmnt_procs' - $ref: '#/parameters/q.p_bio_analy_method_catgry' - $ref: '#/parameters/q.p_bio_total_volume_amt' - $ref: '#/parameters/q.p_bio_mgmt_prctce_type' - $ref: '#/parameters/q.p_bio_mgmt_prctce_stype' - $ref: '#/parameters/q.p_bio_mgmt_prctce_handler' - $ref: '#/parameters/q.p_bio_mgmt_container' - $ref: '#/parameters/q.p_bio_mgmt_pathogen' - $ref: '#/parameters/q.p_bio_mgmt_pathred' - $ref: '#/parameters/q.p_bio_mgmt_vector' - $ref: '#/parameters/q.p_bio_mgmt_def_category' - $ref: '#/parameters/q.p_bio_mgmt_deficiencies' - $ref: '#/parameters/q.p_bio_vio_code' - $ref: '#/parameters/q.p_bio_current_vio' - $ref: '#/parameters/q.p_bio_qtrs_in_vio' - $ref: '#/parameters/q.p_bio_rpt_year' - $ref: '#/parameters/q.p_bio_vio_last_year' - $ref: '#/parameters/q.p_msgp_rpt_year' - $ref: '#/parameters/q.p_vio_last_year' - $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 - $ref: '#/parameters/q.p_e90_count' - $ref: '#/parameters/q.p_e90_years' - $ref: '#/parameters/q.p_psc' responses: '200': description: Results are summary statistics for the query and a query identifier (QID). schema: description: Root Object properties: Results: $ref: '#/definitions/cwa04' required: - Results type: object xml: name: Root summary: Clean Water Act (CWA) Facility Search Service tags: - Facility Information 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_iea' - $ref: '#/parameters/f.p_ieay' - $ref: '#/parameters/f.p_ieaa' - $ref: '#/parameters/f.p_qiv' - $ref: '#/parameters/f.p_iv' - $ref: '#/parameters/f.p_impw' - $ref: '#/parameters/f.p_imp_cau_grp' - $ref: '#/parameters/f.p_imp_pol' - $ref: '#/parameters/f.p_trep' - $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_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_pstat' - $ref: '#/parameters/f.p_ptype' - $ref: '#/parameters/f.p_pcomp' - $ref: '#/parameters/f.p_plimits' - $ref: '#/parameters/f.p_pcss' - $ref: '#/parameters/f.p_pexp' - $ref: '#/parameters/f.p_owop' - $ref: '#/parameters/f.p_ipfti' - $ref: '#/parameters/f.p_agoo' - $ref: '#/parameters/f.p_idt1' - $ref: '#/parameters/f.p_idt2' - $ref: '#/parameters/f.p_pityp' - $ref: '#/parameters/f.p_pfead1' - $ref: '#/parameters/f.p_pfead2' - $ref: '#/parameters/f.p_pfeat' - $ref: '#/parameters/f.p_pccs' - $ref: '#/parameters/f.p_pexcd' - $ref: '#/parameters/f.p_psncq' - $ref: '#/parameters/f.p_pctrack' - $ref: '#/parameters/f.p_dwd' - $ref: '#/parameters/f.p_pt' - $ref: '#/parameters/f.p_pdwdist' - $ref: '#/parameters/f.p_pswdpc' - $ref: '#/parameters/f.p_pswdmp' - $ref: '#/parameters/f.p_pswpol' - $ref: '#/parameters/f.p_pswcas' - $ref: '#/parameters/f.p_pswparam' - $ref: '#/parameters/f.p_pswvio' - $ref: '#/parameters/f.p_wbd' - $ref: '#/parameters/f.p_radwbd' - $ref: '#/parameters/f.p_frswbd' - $ref: '#/parameters/f.p_fntype' - $ref: '#/parameters/f.p_pidall' - $ref: '#/parameters/f.p_months_last_dmr' - $ref: '#/parameters/f.p_last_dmr_within' - $ref: '#/parameters/f.p_indsw' - $ref: '#/parameters/f.p_msgp_ptype' - $ref: '#/parameters/f.p_mon_type' - $ref: '#/parameters/f.p_iagency' - $ref: '#/parameters/f.p_permitting_agency' - $ref: '#/parameters/f.p_isws' - $ref: '#/parameters/f.p_iswss' - $ref: '#/parameters/f.p_iswssID' - $ref: '#/parameters/f.p_ds1' - $ref: '#/parameters/f.p_ds2' - $ref: '#/parameters/f.p_da1' - $ref: '#/parameters/f.p_da2' - $ref: '#/parameters/f.p_MS4' - $ref: '#/parameters/f.p_ooFN' - $ref: '#/parameters/f.p_ooFNtype' - $ref: '#/parameters/f.p_ooSA' - $ref: '#/parameters/f.p_ooSA1' - $ref: '#/parameters/f.p_ooCt' - $ref: '#/parameters/f.p_ooSt' - $ref: '#/parameters/f.p_ooZip' - $ref: '#/parameters/f.p_fac_ico' - $ref: '#/parameters/f.p_icoo' - $ref: '#/parameters/f.p_fac_icos' - $ref: '#/parameters/f.p_ejscreen' - $ref: '#/parameters/f.p_alrexceed' - $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_bio_flag' - $ref: '#/parameters/f.p_bio_fac_type' - $ref: '#/parameters/f.p_bio_trtmnt_procs' - $ref: '#/parameters/f.p_bio_analy_method_catgry' - $ref: '#/parameters/f.p_bio_total_volume_amt' - $ref: '#/parameters/f.p_bio_mgmt_prctce_type' - $ref: '#/parameters/f.p_bio_mgmt_prctce_stype' - $ref: '#/parameters/f.p_bio_mgmt_prctce_handler' - $ref: '#/parameters/f.p_bio_mgmt_container' - $ref: '#/parameters/f.p_bio_mgmt_pathogen' - $ref: '#/parameters/f.p_bio_mgmt_pathred' - $ref: '#/parameters/f.p_bio_mgmt_vector' - $ref: '#/parameters/f.p_bio_mgmt_def_category' - $ref: '#/parameters/f.p_bio_mgmt_deficiencies' - $ref: '#/parameters/f.p_bio_vio_code' - $ref: '#/parameters/f.p_bio_current_vio' - $ref: '#/parameters/f.p_bio_qtrs_in_vio' - $ref: '#/parameters/f.p_bio_rpt_year' - $ref: '#/parameters/f.p_bio_vio_last_year' - $ref: '#/parameters/f.p_msgp_rpt_year' - $ref: '#/parameters/f.p_vio_last_year' - $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 - $ref: '#/parameters/f.p_e90_count' - $ref: '#/parameters/f.p_e90_years' - $ref: '#/parameters/f.p_psc' responses: '200': description: Results are summary statistics for the query and a query identifier (QID). schema: description: Root Object properties: Results: $ref: '#/definitions/cwa04' required: - Results type: object xml: name: Root summary: Clean Water Act (CWA) Facility Search Service tags: - Facility Information x-microcks-operation: delay: 0 dispatcher: FALLBACK /cwa_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_iea' - $ref: '#/parameters/q.p_ieay' - $ref: '#/parameters/q.p_ieaa' - $ref: '#/parameters/q.p_qiv' - $ref: '#/parameters/q.p_iv' - $ref: '#/parameters/q.p_impw' - $ref: '#/parameters/q.p_imp_pol' - $ref: '#/parameters/q.p_imp_cau_grp' - $ref: '#/parameters/q.p_trep' - $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_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_pstat' - $ref: '#/parameters/q.p_ptype' - $ref: '#/parameters/q.p_pcomp' - $ref: '#/parameters/q.p_plimits' - $ref: '#/parameters/q.p_pcss' - $ref: '#/parameters/q.p_pexp' - $ref: '#/parameters/q.p_owop' - $ref: '#/parameters/q.p_ipfti' - $ref: '#/parameters/q.p_agoo' - $ref: '#/parameters/q.p_idt1' - $ref: '#/parameters/q.p_idt2' - $ref: '#/parameters/q.p_pityp' - $ref: '#/parameters/q.p_pfead1' - $ref: '#/parameters/q.p_pfead2' - $ref: '#/parameters/q.p_pfeat' - $ref: '#/parameters/q.p_pccs' - $ref: '#/parameters/q.p_pexcd' - $ref: '#/parameters/q.p_psncq' - $ref: '#/parameters/q.p_pctrack' - $ref: '#/parameters/q.p_dwd' - $ref: '#/parameters/q.p_pt' - $ref: '#/parameters/q.p_pdwdist' - $ref: '#/parameters/q.p_pswdpc' - $ref: '#/parameters/q.p_pswdmp' - $ref: '#/parameters/q.p_pswpol' - $ref: '#/parameters/q.p_pswcas' - $ref: '#/parameters/q.p_pswparam' - $ref: '#/parameters/q.p_pswvio' - $ref: '#/parameters/q.p_wbd' - $ref: '#/parameters/q.p_radwbd' - $ref: '#/parameters/q.p_frswbd' - $ref: '#/parameters/q.p_fntype' - $ref: '#/parameters/q.p_pidall' - $ref: '#/parameters/q.p_months_last_dmr' - $ref: '#/parameters/q.p_last_dmr_within' - $ref: '#/parameters/q.p_indsw' - $ref: '#/parameters/q.p_msgp_ptype' - $ref: '#/parameters/q.p_mon_type' - $ref: '#/parameters/q.p_iagency' - $ref: '#/parameters/q.p_permitting_agency' - $ref: '#/parameters/q.p_isws' - $ref: '#/parameters/q.p_iswss' - $ref: '#/parameters/q.p_iswssID' - $ref: '#/parameters/q.p_ds1' - $ref: '#/parameters/q.p_ds2' - $ref: '#/parameters/q.p_da1' - $ref: '#/parameters/q.p_da2' - $ref: '#/parameters/q.p_MS4' - $ref: '#/parameters/q.p_ooFN' - $ref: '#/parameters/q.p_ooFNtype' - $ref: '#/parameters/q.p_ooSA' - $ref: '#/parameters/q.p_ooSA1' - $ref: '#/parameters/q.p_ooCt' - $ref: '#/parameters/q.p_ooSt' - $ref: '#/parameters/q.p_ooZip' - $ref: '#/parameters/q.p_fac_ico' - $ref: '#/parameters/q.p_icoo' - $ref: '#/parameters/q.p_fac_icos' - $ref: '#/parameters/q.p_ejscreen' - $ref: '#/parameters/q.p_alrexceed' - $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_bio_flag' - $ref: '#/parameters/q.p_bio_fac_type' - $ref: '#/parameters/q.p_bio_trtmnt_procs' - $ref: '#/parameters/q.p_bio_analy_method_catgry' - $ref: '#/parameters/q.p_bio_total_volume_amt' - $ref: '#/parameters/q.p_bio_mgmt_prctce_type' - $ref: '#/parameters/q.p_bio_mgmt_prctce_stype' - $ref: '#/parameters/q.p_bio_mgmt_prctce_handler' - $ref: '#/parameters/q.p_bio_mgmt_container' - $ref: '#/parameters/q.p_bio_mgmt_pathogen' - $ref: '#/parameters/q.p_bio_mgmt_pathred' - $ref: '#/parameters/q.p_bio_mgmt_vector' - $ref: '#/parameters/q.p_bio_mgmt_def_category' - $ref: '#/parameters/q.p_bio_mgmt_deficiencies' - $ref: '#/parameters/q.p_bio_vio_code' - $ref: '#/parameters/q.p_bio_current_vio' - $ref: '#/parameters/q.p_bio_qtrs_in_vio' - $ref: '#/parameters/q.p_bio_rpt_year' - $ref: '#/parameters/q.p_bio_vio_last_year' - $ref: '#/parameters/q.p_msgp_rpt_year' - $ref: '#/parameters/q.p_vio_last_year' - $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' - $ref: '#/parameters/q.p_e90_count' - $ref: '#/parameters/q.p_e90_years' - $ref: '#/parameters/q.p_psc' responses: '200': description: Results will either be an array of Facilities or an array of Clusters. The search will return clusters if the number of facilities returned is greater than the resposeset size, otherwise individual facility records will be returned. schema: description: Root Object properties: Results: $ref: '#/definitions/cwa08' required: - Results type: object xml: name: Root summary: Clean Water Act (CWA) Facility Enhanced Search Service tags: - Facility Information 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_iea' - $ref: '#/parameters/f.p_ieay' - $ref: '#/parameters/f.p_ieaa' - $ref: '#/parameters/f.p_qiv' - $ref: '#/parameters/f.p_iv' - $ref: '#/parameters/f.p_impw' - $ref: '#/parameters/f.p_imp_pol' - $ref: '#/parameters/f.p_imp_cau_grp' - $ref: '#/parameters/f.p_trep' - $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_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_pstat' - $ref: '#/parameters/f.p_ptype' - $ref: '#/parameters/f.p_pcomp' - $ref: '#/parameters/f.p_plimits' - $ref: '#/parameters/f.p_pcss' - $ref: '#/parameters/f.p_pexp' - $ref: '#/parameters/f.p_owop' - $ref: '#/parameters/f.p_ipfti' - $ref: '#/parameters/f.p_agoo' - $ref: '#/parameters/f.p_idt1' - $ref: '#/parameters/f.p_idt2' - $ref: '#/parameters/f.p_pityp' - $ref: '#/parameters/f.p_pfead1' - $ref: '#/parameters/f.p_pfead2' - $ref: '#/parameters/f.p_pfeat' - $ref: '#/parameters/f.p_pccs' - $ref: '#/parameters/f.p_pexcd' - $ref: '#/parameters/f.p_psncq' - $ref: '#/parameters/f.p_pctrack' - $ref: '#/parameters/f.p_dwd' - $ref: '#/parameters/f.p_pt' - $ref: '#/parameters/f.p_pdwdist' - $ref: '#/parameters/f.p_pswdpc' - $ref: '#/parameters/f.p_pswdmp' - $ref: '#/parameters/f.p_pswpol' - $ref: '#/parameters/f.p_pswcas' - $ref: '#/parameters/f.p_pswparam' - $ref: '#/parameters/f.p_pswvio' - $ref: '#/parameters/f.p_wbd' - $ref: '#/parameters/f.p_radwbd' - $ref: '#/parameters/f.p_frswbd' - $ref: '#/parameters/f.p_fntype' - $ref: '#/parameters/f.p_pidall' - $ref: '#/parameters/f.p_months_last_dmr' - $ref: '#/parameters/f.p_last_dmr_within' - $ref: '#/parameters/f.p_indsw' - $ref: '#/parameters/f.p_msgp_ptype' - $ref: '#/parameters/f.p_mon_type' - $ref: '#/parameters/f.p_iagency' - $ref: '#/parameters/f.p_permitting_agency' - $ref: '#/parameters/f.p_isws' - $ref: '#/parameters/f.p_iswss' - $ref: '#/parameters/f.p_iswssID' - $ref: '#/parameters/f.p_ds1' - $ref: '#/parameters/f.p_ds2' - $ref: '#/parameters/f.p_da1' - $ref: '#/parameters/f.p_da2' - $ref: '#/parameters/f.p_MS4' - $ref: '#/parameters/f.p_ooFN' - $ref: '#/parameters/f.p_ooFNtype' - $ref: '#/parameters/f.p_ooSA' - $ref: '#/parameters/f.p_ooSA1' - $ref: '#/parameters/f.p_ooCt' - $ref: '#/parameters/f.p_ooSt' - $ref: '#/parameters/f.p_ooZip' - $ref: '#/parameters/f.p_fac_ico' - $ref: '#/parameters/f.p_icoo' - $ref: '#/parameters/f.p_fac_icos' - $ref: '#/parameters/f.p_ejscreen' - $ref: '#/parameters/f.p_alrexceed' - $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_bio_flag' - $ref: '#/parameters/f.p_bio_fac_type' - $ref: '#/parameters/f.p_bio_trtmnt_procs' - $ref: '#/parameters/f.p_bio_analy_method_catgry' - $ref: '#/parameters/f.p_bio_total_volume_amt' - $ref: '#/parameters/f.p_bio_mgmt_prctce_type' - $ref: '#/parameters/f.p_bio_mgmt_prctce_stype' - $ref: '#/parameters/f.p_bio_mgmt_prctce_handler' - $ref: '#/parameters/f.p_bio_mgmt_container' - $ref: '#/parameters/f.p_bio_mgmt_pathogen' - $ref: '#/parameters/f.p_bio_mgmt_pathred' - $ref: '#/parameters/f.p_bio_mgmt_vector' - $ref: '#/parameters/f.p_bio_mgmt_def_category' - $ref: '#/parameters/f.p_bio_mgmt_deficiencies' - $ref: '#/parameters/f.p_bio_vio_code' - $ref: '#/parameters/f.p_bio_current_vio' - $ref: '#/parameters/f.p_bio_qtrs_in_vio' - $ref: '#/parameters/f.p_bio_rpt_year' - $ref: '#/parameters/f.p_bio_vio_last_year' - $ref: '#/parameters/f.p_msgp_rpt_year' - $ref: '#/parameters/f.p_vio_last_year' - $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' - $ref: '#/parameters/f.p_e90_count' - $ref: '#/parameters/f.p_e90_years' - $ref: '#/parameters/f.p_psc' responses: '200': description: Results will either be an array of Facilities or an array of Clusters. The search will return clusters if the number of facilities returned is greater than the resposeset size, otherwise individual facility records will be returned. schema: description: Root Object properties: Results: $ref: '#/definitions/cwa08' required: - Results type: object xml: name: Root summary: Clean Water Act (CWA) Facility Enhanced Search Service tags: - Facility Information x-microcks-operation: delay: 0 dispatcher: FALLBACK /cwa_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/cwa09' 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: Clean Water Act (CWA) GeoJSON Service tags: - Facility Information 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/cwa09' 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: Clean Water Act (CWA) GeoJSON Service tags: - Facility Information x-microcks-operation: delay: 0 dispatcher: FALLBACK /cwa_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: Clean Water Act (CWA) Info Clusters Service tags: - Facility Information 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: Clean Water Act (CWA) Info Clusters Service tags: - Facility Information x-microcks-operation: delay: 0 dispatcher: FALLBACK /cwa_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/cwa12' required: - MapOutput type: object xml: name: Root summary: Clean Water Act (CWA) Map Service tags: - Facility Information 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/cwa12' required: - MapOutput type: object xml: name: Root summary: Clean Water Act (CWA) Map Service tags: - Facility Information x-microcks-operation: delay: 0 dispatcher: FALLBACK /cwa_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) of CWA (ICIS NPDES) Facilities with the number of facilities equal to the responseset (page size). schema: description: Root Object properties: Results: $ref: '#/definitions/cwa13' required: - Results type: object xml: name: Root summary: Clean Water Act (CWA) Paginated Results Service tags: - Facility Information 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) of CWA (ICIS NPDES) Facilities with the number of facilities equal to the responseset (page size). schema: description: Root Object properties: Results: $ref: '#/definitions/cwa13' required: - Results type: object xml: name: Root summary: Clean Water Act (CWA) Paginated Results Service tags: - Facility Information 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: cwa10: description: GeoJSON Properties Object properties: 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 AlrExceedences: title: Alert Limit Exceedences type: string example: string AssociatedPollutant: description: Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater. type: string example: string AttainsAquaticLifeUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database. example: Y title: ATTAINS Aquatic Life Use Flag type: string AttainsAuCategory: description: 'The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database: - 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters). - 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories). - 4a = TMDL completed. A TMDL has been completed, but impairment still exists. - 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements). - 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction).' example: '5' title: ATTAINS Assessment Unit Category type: string AttainsCauseGroups: description: Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database. example: POLYCHLORINATED BIPHENYLS (PCBS) | TOXIC ORGANICS title: ATTAINS Cause Groups type: string AttainsCycleYear: description: The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database. example: '2012' title: ATTAINS Cycle Year type: string AttainsExceptnlUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database. example: Y title: ATTAINS Exceptional Use Flag type: string AttainsImpWaterFlg: description: Displays "Y" if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database. example: Y title: ATTAINS Impaired Water Flag type: string AttainsPossibleNPDESParams: description: Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies. example: pH title: ATTAINS Possible NPDES Parameters type: string AttainsRecreationUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database. example: Y title: ATTAINS Recreational Use Flag type: string AttainsShellfishUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database. example: Y title: ATTAINS Shellfish Use Flag type: string AttainsSource: description: The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database. example: 303(d) title: ATTAINS Source type: string AttainsStateCauses: description: Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database. example: PH | POLYCHLORINATED BIPHENYLS (PCBS) title: ATTAINS State Causes type: string BeachCloseLast2yrsFlg: description: Displays "Y" if the facility is located on or near a waterbody with a beach closure within the last two years. example: Y type: string BeachCloseLastYearFlg: description: Displays "Y" if the facility is located on or near a waterbody with a beach closure within the last year. example: Y type: string BioAnalyMethodCatgrys: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethodCatgrys2016: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethodCatgrys2017: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethods: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioAnalyMethods2016: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioAnalyMethods2017: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioCommentText: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioCommentText2016: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioCommentText2017: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioIncinerationSum: description: The amount (dry metric tons) of biosolids incinerated. type: number example: 0.0 BioIncinerationSum2016: description: The amount (dry metric tons) of biosolids incinerated. type: number example: 0.0 BioIncinerationSum2017: description: The amount (dry metric tons) of biosolids incinerated. type: number example: 0.0 BioLandApplicationSum: description: The amount (dry metric tons) of biosolids land applied. type: number example: 0.0 BioLandApplicationSum2016: description: The amount (dry metric tons) of biosolids land applied. type: number example: 0.0 BioLandApplicationSum2017: description: The amount (dry metric tons) of biosolids land applied. type: number example: 0.0 BioMgmtContainers: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtContainers2016: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtContainers2017: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtDefCategories: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCategories2016: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCategories2017: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCurrentCnt: description: The number of times noncompliance reported by the facility in the last 3 years. example: 0 type: number BioMgmtDefCurrentCnt2016: description: The number of times noncompliance reported by the facility in the last 3 years. type: number example: 0.0 BioMgmtDefCurrentCnt2017: description: The number of times noncompliance reported by the facility in the last 3 years. type: number example: 0.0 BioMgmtDeficiencies: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtDeficiencies2016: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtDeficiencies2017: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtHandlers: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtHandlers2016: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtHandlers2017: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtPathogens: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathogens2016: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathogens2017: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathreds: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPathreds2016: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPathreds2017: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPrctceStypes: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceStypes2016: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceStypes2017: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceTypes: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtPrctceTypes2016: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtPrctceTypes2017: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtVectors: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioMgmtVectors2016: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioMgmtVectors2017: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioOtherManagementSum: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: number example: 0.0 BioOtherManagementSum2016: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: number example: 0.0 BioOtherManagementSum2017: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: number example: 0.0 BioOtherMgmtPrctcTxts: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioOtherMgmtPrctcTxts2016: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioOtherMgmtPrctcTxts2017: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioQtrsWithVio: description: Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids. example: 0 title: Quarters with Violation for Biosolids (3 years) type: number BioReportDate: description: The date the report was received by EPA. type: string example: string BioReportDate2016: description: The date the report was received by EPA. type: string example: string BioReportDate2017: description: The date the report was received by EPA. type: string example: string BioReportYear: description: The calendar year corresponding to the Annual Biosolids Report. type: string example: string BioReportYears: description: Reporting years are determined by the year of the reporting period end date. Data reflect the last two reporting years. title: Biosolids Annual Report type: string example: string BioReportingObligations: description: Indicates the reporting obligation reason. type: string example: string BioReportingObligations2016: description: Indicates the reporting obligation reason. type: string example: string BioReportingObligations2017: description: Indicates the reporting obligation reason. type: string example: string BioSurfaceDispSum: description: The amount of surface disposal in dry metric tons (DMT). type: number example: 0.0 BioSurfaceDispSum2016: description: The amount of surface disposal in dry metric tons (DMT). type: number example: 0.0 BioSurfaceDispSum2017: description: The amount of surface disposal in dry metric tons (DMT). type: number example: 0.0 BioTotalVolumeAmt: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. example: 0 type: number BioTotalVolumeAmt2016: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: number example: 0.0 BioTotalVolumeAmt2017: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: number example: 0.0 BioTrmntPrcssCmntTxts2016: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrmntPrcssCmntTxts2017: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrtmntPrcssCmmntTxts: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrtmntProcesses: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioTrtmntProcesses2016: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioTrtmntProcesses2017: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioVioLastYear: description: A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters. type: number example: 2024 BioVioLastYearFlag: description: 'Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility''s recently submitted or updated report.�' example: N title: Biosolids Violation in Last Year type: string BioVioStatus: description: A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation. example: 1 title: Biosolids Violation Status Flag type: number BioViolFlag: description: Displays "Yes" if the facility is in violation for biosolids under the Clean Water Act, in the last three years. type: number example: 0.0 BiosolidsFlag: description: A Yes/No field to indicate permits with biosolids management and compliance information. type: string example: '12345' CWP13qtrsComplHistory: description: 'The facility''s 3-year or 13-quarter 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: VV__SS_U__V_ title: CWP 13 Quarters Compliance History type: string CWPActualAverageFlowNmbr: description: The actual amount of the facility's wastewater flow measured in million gallons per day (MGD). example: 448 type: number CWPBioFeaCount: description: The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility. type: number example: 100 CWPBioIeaCount: description: The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility. type: number example: 100 CWPBioInspCount: description: The count of Biosolids related Inspections that have occured for the facility. type: number example: 100 CWPBioPenalties: description: The total amount of Biosolids related penalties that have been assessed against the facility. type: number example: 0.0 CWPCaseIDs: description: Indicates the ICIS Case Number, a unique number identifying the civil enforcement action. example: 03-2014-0228 type: string CWPCity: description: City in which the facility is located. example: HUNTSVILLE title: City type: string CWPComplianceTracking: description: Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial). example: 'On' type: string CWPCounty: description: County in which the facility is located. example: District of Columbia title: County type: string CWPCsoFlag: description: The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act. example: N title: Combined Sewer Overflows (CSOs)? type: string CWPCsoOutfalls: description: The number of discharge outfalls at points prior to the treatment plant. example: '59' title: CSO Outfalls type: string CWPDateLastBioFea: description: Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years. title: Date Last Biosolids Formal Action type: string example: string CWPDateLastBioFeaEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years. title: Date Last Biosolids Formal Action (EPA) type: string example: string CWPDateLastBioFeaSt: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years. title: Date Last Biosolids Formal Action (State) type: string example: string CWPDateLastBioIea: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years. title: Date Last Biosolids Informal Action type: string example: string CWPDateLastBioIeaEPA: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years. title: Date Last Biosolids Informal Action (EPA) type: string example: string CWPDateLastBioIeaSt: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years. title: Date Last Biosolids Informal Action (State) type: string example: string CWPDateLastBioInsp: description: The date on which the most recent biosolids program inspection of the facility took place. title: Date of Last Biosolids Inspection type: string example: string CWPDateLastBioInspEPA: description: Indicate the last inspection date by EPA title: Date of Last Biosolids Inspection (EPA) type: string example: string CWPDateLastBioInspSt: description: Indicate the last inspection date by state environmental agency title: Date of Last Biosolids Inspection (State) type: string example: string CWPDateLastBioPenalty: description: Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES. title: Date of Last Biosolids Penalty type: string example: string CWPDateLastFea: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility. example: 06/01/2006 type: string CWPDateLastFeaEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA. example: 06/01/2006 type: string CWPDateLastFeaSt: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency. example: 09/27/2010 type: string CWPDateLastIeaEPA: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA. example: 12/09/1992 type: string CWPDateLastIeaSt: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency. example: 06/09/2013 type: string CWPDateLastInformalEa: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility. example: 06/09/2013 title: Date of Last Informal Enf Action type: string CWPDateLastInspEPA: description: Indicates the effective date of the most recent inspection taken against the facility. example: 07/29/2015 type: string CWPDateLastInspSt: description: Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency. example: 09/15/2004 type: string CWPDateLastInspection: description: The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed. example: 07/29/2015 title: Date of Last Inspection type: string CWPDateLastPenalty: description: Indicates date of most recent penalty against the facility. example: 09/27/2010 type: string CWPDaysLastBioInsp: description: Indicates the number of days since the most recent Biosolids related inspection of the facility. type: string example: string CWPDaysLastInspection: description: Indicates the number of days since the most recent inspection of the facility. example: 247 type: number CWPE90Cnt: description: Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities. example: 5 title: Effluent Violations (5 yrs) type: number CWPEPARegion: 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 type: string CWPEffectiveDate: description: Date (MM/DD/YYYY) that the permit became effective. example: 01/14/2009 title: Permit Effective Date type: string CWPExpirationDate: description: Date that the permit expires. example: 04/19/2005 title: Date of Permit Expiration type: string CWPFIPSCode: description: A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in. example: '11032' title: CWP FIPS Code type: string CWPFacilityTypeCode: type: string example: string CWPFacilityTypeIndicator: description: Each National Pollutant Discharge Elimination System (NPDES) permit is defined by the program office as a Major or non-major discharger. This field also indicates the permit type. example: NON-POTW title: Facility Type type: string CWPFormalEaCnt: 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: '1' type: string CWPImpWaterFlg: description: Displays "Y" if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act. example: Y title: Impaired Water Body type: string CWPIndianCntryFlg: description: Displays "Y" if a facility is located in Indian country. example: Y title: In Indian Country type: string CWPInformalEnfActCount: description: Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years. example: 3 title: Information Enforcement Actions (5 yrs) type: number CWPInspectionCount: description: The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years. example: 4 title: Inspections (5 yrs) type: number CWPIssueDate: description: Date (MM/DD/YYYY) that the permit was issued. example: 11/10/2015 title: Permit Issue Date type: string CWPMajorMinorStatusFlag: description: 'Facilities marked "M" for major refers to CWA major permittees. - M = Major - N = Minor' example: N title: Major/Minor Status Flag type: string CWPNAICSCodes: description: Indicates the facility's or permit's primary North American Industry Classification System (NAICS) Code. example: '236220' title: NAICS Code type: string CWPName: description: Facility or permit holder name, as maintained in ICIS-NPDES. example: REDSTONE ARSENAL title: Facility Name type: string CWPPermitStatusCode: description: The code associated with the facility's NPDES permit status. example: ADC title: Permit Status (Code) type: string CWPPermitStatusDesc: description: The current stage/status in the NPDES permit life cycle. example: Effective title: Permit Status Description type: string CWPPermitTypeCode: description: The code associated with the facility's NPDES permit classification. example: NPD title: Permit Type (Code) type: string CWPPermitTypeDesc: description: 'NPDES facility permit classification: - NPDES Individual Permit - General Permit Covered Facility - NPDES Master General Permit - Associated Permit Record - Individual Industrial User Permit - Individual State Issued Permit - State Issued Master General Permit - Unpermitted Facility' example: General Permit Covered Facility title: Permit Type Description type: string CWPQtrsWithNC: description: Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status. example: 3 title: Quarters with Noncompliance (3 years) type: number CWPQtrsWithSNC: description: Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status. example: '2' title: Quarters with SNC (3 years) type: number CWPSICCodes: description: Indicates the facility's or permit's primary Standard Industrial Classification (SIC) Code. example: '4911' title: SIC Code type: string CWPSNCEventDesc: description: Describes the event that resulted in the facility's status of Significant Noncompliance. type: string example: string CWPSNCStatus: description: Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation. title: Significant Noncompliance (SNC) Status type: string example: active CWPSNCStatusDate: description: The status date of the facility's Significant Noncompliance designation. example: 09/30/2018 title: SNC Status Date type: string CWPState: description: Facility location - two-digit state abbreviation. example: AL title: State type: string CWPStateDistrict: description: The State Congressional District the facility is located within. type: string example: NC CWPStateWaterBodyCode: description: 'Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification: - Region (first-level, 2-digit HUC) - Subregion (second-level, 4-digit HUC) - Accounting unit (third-level, 6-digit HUC) - Cataloguing unit (fourth-level, 8-digit HUC) - Watershed (fifth-level, 10-digit HUC) - Subwatershed (sixth-level, 12-digit HUC)' example: '552968' type: string CWPStateWaterBodyName: description: The name of the watershed from the ATTAINS database in which the facility resides. example: POTOMAC RIVER type: string CWPStatus: description: 'An indication of the facility''s current compliance status under the Clean Water Act: - Significant Violation - Noncompliance - No Violation - Unknown' example: No Violation title: Current Compliance Status type: string CWPStreet: description: Facility street address example: BUILDING 3240 AREA title: Street Address type: string CWPTRIbalLandCode: description: From ICIS, the unique identifier for every unit of land within Indian Country. title: ICIS Tribal Land Code type: string example: string CWPTerminationDate: description: Date (MM/DD/YYYY) that the permit was terminated. title: Permit Termination Date type: string example: string CWPTotalDesignFlowNmbr: description: The amount of wastewater flow in million gallons per day (MGD) that the facility is designed for. example: 40 type: number CWPTotalPenalties: description: The total penalty value incurred over 5 years. example: $6,524 type: string CWPVersionNmbr: description: The version number of the facility's NPDES permit. example: 0 title: Permit Version Number type: number CWPVioStatus: description: The current Reportable Non Compliance value for the facility. example: E(EffViol) title: Current RNC Violation Status type: string CWPViolStatus: description: Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance. example: 'No' title: Current Violation Status type: string CWPZip: description: Facility ZIP code example: '35898' title: Zip type: string CalculatedAccuracyMeters: description: Indicates the calculated accuracy in meters for the facilities geospatial coordinate. Generally, the accuracy is directly linked to the collection method where GPS methods are more accurate that manual methods like map or photo interpolations. example: 50 title: Calculated Accuracy in Meters type: number 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 CertifiedDate: description: The issue date or effective date of the permit. example: 01/01/2018 title: Certified Date type: string ChesapeakeBayFlag: description: Displays "Y" if the facility is located within the Chesapeake Bay watershed. example: Y title: Chesapeake Bay Flag type: string CollectionMethod: description: ?? example: ADDRESS MATCHING-HOUSE NUMBER title: Collection Method type: string ControlMeasure: description: Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8. title: Control Measure type: string example: string ControlMeasureSchedule: description: Description of schedule for control measures associated with good housekeeping and maintenance. title: Control Measure Schedule type: string example: 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 DMRImpairedPoll: description: The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies example: Mercury | Oil and grease | Solids, total suspended | Temperature, water deg. centigrade | Temperature, water deg. fahrenheit | pH type: string DMRPounds: description: Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year. example: 4012 type: number DMRTwpe: description: Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity. example: 1.15 type: number DschToMs4: description: Indicates�if a facility discharges into a Municipal Separate Storm Sewer System (MS4). title: Discharging to MS4 type: string example: string E90Exceeds1yr: description: The number of E90 Exceedences in the last year. example: '4' title: E90 Exceedences 1 Year type: string E90Exceeds2yr: description: The number of E90 Exceedences in the last 2 years. example: '8' title: E90 Exceedences 2 Years type: string E90Exceeds3yr: description: The number of E90 Exceedences in the last 3 years. example: '10' title: E90 Exceedences 3 Years type: string E90Exceeds4yr: description: The number of E90 Exceedences in the last 4 years. example: '12' title: E90 Exceedences 4 Years type: string E90Exceeds5yr: description: The number of E90 Exceedences in the last 5 years. example: '16' title: E90 Exceedences 5 Years type: string E90Pollutants1yr: description: The pollutants for the E90 Exceedences in the last year. example: Lead title: E90 Pollutants 1 Year type: string E90Pollutants2yr: description: The pollutants for the E90 Exceedences in the last 2 years. example: Lead, Copper title: E90 Pollutants 2 Years type: string E90Pollutants3yr: description: The pollutants for the E90 Exceedences in the last 3 years. example: Lead, Copper title: E90 Pollutants 3 Years type: string E90Pollutants4yr: description: The pollutants for the E90 Exceedences in the last 4 years. example: Lead, Copper title: E90 Pollutants 4 Years type: string E90Pollutants5yr: description: The pollutants for the E90 Exceedences in the last 5 years. example: Lead, Copper title: E90 Pollutants 5 Years type: string EPASystem: description: "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: \n\n- AFS: Air Facility System for Clean Air Act stationary source programs.\n- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.\n- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.\n- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).\n- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.\n- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.\n- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." example: ICP title: EPA Data System type: string 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 EffExceeds: description: The number of E90 Effluent Violations in the last 3 years. example: '4' title: Effluent Exceedances type: number 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 ElectrRptWaiverEffDate: description: This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver. title: Electronic Reporting Waiver Effective Date type: string example: string ElectrRptWaiverExpDate: description: This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Reporting Waiver Expiration Date type: string example: string ElectrRptWaiverTypeCode: description: The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Reporting Waiver Type Code type: string example: string ElectrRptWaiverTypeDesc: description: Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Waiver Type Code Description type: string example: string ElectrSubmissionTypeCode: description: This is the code indicating the means by which the data were submitted electronically. title: Electronic Submission Type Code type: string example: string ElectrSubmissionTypeDesc: description: This is the description of the code indicating the means by which the data were submitted electronically. title: Electronic Submission Type Code Description type: string example: string ExposedActivity: description: Description of onsite industrial activities exposed to stormwater and potential spill and leak areas. type: string example: string FacCountyName: description: The facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Facility County Name 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 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 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 FacDerivedWBDName: description: The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate example: Fourmile Run-Potomac River title: FRS Derived Watershed Boundary Dataset (WBD) Name 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 FacFederalAgencyCode: description: 'Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code.' example: E title: Facility Federal Agency Code 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 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 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 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 FacStdCountyName: description: The standardized facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Standardized Facility County Name type: string FacTRIPotwTrans: description: POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year. example: '1058200' type: string FacTRIReporter: description: Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. example: B title: Facility TRI Reporter type: string FacTRISwRel: description: Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year. example: '0' 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 HistoricCriterionCode: description: Indicates the eligibility criteria for historic properties preservation. title: Historic Preservation Criterion type: string example: string IndswFlag: description: A value of Y indicates an Industrial Stormwater Permit. example: Y title: Industrial Stormwater Flag 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 InspDef5yrCnt: example: 1 type: number IssuingAgency: description: This is the name of the organization issuing or granting a permit. title: Permit Issuing Agency type: string example: string LastDMRValueRcvdDate: description: The latest date that a Discharge Monitoring Report was received by the State or EPA. example: 01/31/2018 title: Last DMR Value Received Date type: string LimPollutant: description: The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit. title: Pollutants(s) With Limits type: string example: 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 Map: description: No Longer Used. title: Map type: string example: string MasterExternalPermitNmbr: description: This is the unique identifier for the Master General Permit for a General Permit Covered Facility. title: Master External Permit Number type: string example: 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 MissDMRQtrs: description: Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status. example: 0 title: Qtrs in Undetermined Compliance Status (2 years) type: number MsgpCorrectiveActionSmmry: description: Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year. title: MSGP Corrective Action Summary type: string example: string MsgpFacilityInspctnSmmry: description: Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year. title: MSGP Facility Inspection Summary type: string example: string MsgpLastReportYear: description: The calendar year of the latest MSGP annual report submitted by the permitted facility. title: MSGP Latest Annual Report Year type: string example: string MsgpNoFurtherRdctnRtnle: description: Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year. title: MsgpNoFurtherRdctnRtnle type: string example: string MsgpPermitType: description: The Industrial stormwater permit type. example: NOI title: MSGP Permit Type type: string MsgpVisualAssessmentSmmry: description: Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year. title: MSGP Visual Assessment Summary type: string example: string NPDESDataGroups: description: This is the code indicating the NPDES eReporting Rule Data Group that applies to the data. title: NPDES Data Group Codes type: string example: string NPDESDataGroupsDescs: description: Description for each NPDES Data Group eReporting rule code related to the current NPDES permit. title: NPDES Data Group Codes Descriptions type: string example: 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' OtherPermitIDs: type: string example: '12345' 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 PastCalYrAverageFlow: description: The past calendar year average flow in Million Gallons a Day (MGD). example: '209' title: Past Calendar Year Average Flow type: string PastCalYrConvPolOvrLmt: description: Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year. title: DMR Conventional Pollutants - Load Over Limit (lb/year) type: number example: 0.0 PastCalYrConvPollutants: description: Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year. title: DMR Conventional Pollutants Loadings (lb/year) type: string example: string PastCalYrToxicPolOvrLmt: description: Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. example: 0 title: DMR Toxic Load Over Limit (lb-eq/year) type: number PastCalYrToxicPollutants: description: The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year. example: Benzene title: DMR Toxic Pollutants type: string 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 PermitComponents: description: Indicates the permit component(s) associated with the NPDES Permit Program Area. example: POTW title: Permit Components type: string PermitName: type: string example: EPA Facility PermittingAgency: description: This is the type of organization issuing or granting a permit. title: Permitting Agency type: string example: string PollWithViolation: description: The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES. title: Pollutant(s) With Violations (3 years) type: string example: 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 RadGnisName: description: The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly. example: Pojoaque River title: Reach Address Database GNIS Name type: string RadHu12Name: description: The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD). example: Nichols Run-Potomac River title: Reach Address Database HUC12 Name type: string RadReachcode: description: A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey. example: '144957244039' title: Reach Address Database Reach Code type: string RadWBDHu8: description: Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset. example: '2060003' title: WBD Hydrologic Unit Code (RAD) type: string RadWBDHu8Name: description: The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset. example: Gunpowder-Patapsco title: WBD Hydrologic Unit Name (RAD) type: string RadWBDHuc12: description: 'Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification: - Region (first-level, 2-digit HUC) - Subregion (second-level, 4-digit HUC) - Accounting unit (third-level, 6-digit HUC) - Cataloguing unit (fourth-level, 8-digit HUC) - Watershed (fifth-level, 10-digit HUC) - Subwatershed (sixth-level, 12-digit HUC)' example: 020700081005 title: Reach Address Database Watershed Boundary Dataset HUC12 Code type: string ReceivingMs4Name: description: This is the name of the receiving MS4(s). title: Receiving MS4 Name type: string example: EPA Facility ReferencePoint: description: ?? example: ENTRANCE POINT OF A FACILITY OR STATION title: Reference Point 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 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 Score: example: 1 title: Score type: number Sector: description: The sector code and description for the industrial stormwater facility. example: 'N: Scrap Recycling Facilities' title: Sector type: string SourceID: description: Unique Identifier assigned by EPA. example: ALR040033 title: EPA Source Identifier type: string SpeciesCriticalHabitalFlag: description: This identifies if Endangered Species Act (ESA) provisions are met. type: string example: string StateAuthBiosolids: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids. example: Y title: State Authorization Biosolids type: string StateAuthFedfac: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities. title: State Authorization Federal Facilities type: string example: NC StateAuthGen: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities. title: State Authorization General Facilities type: string example: NC StateAuthNPDES: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities. title: State Authorization NPDES Facilities type: string example: NC StateAuthPretreat: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities. title: State Authorization Pretreatment Facilities type: string example: NC Statute: description: "The name of the statute associated with each of the permits and identifiers linked to the facility: \n- CAA = the Clean Air Act\n- CWA = the Clean Water Act\n- RCRA = the Resource Conservation and Recovery Act\n- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)\n- TSCA = the Toxic Substances Control Act\n- SDWA = the Safe Drinking Water Act" example: CWA title: Regulatory Statute type: string StormWaterArea: description: The estimated area of industrial activity at the site exposed to stormwater in acres. title: Est. Area Exposed to Stormwater (Acres) type: string example: string SubmittedDate: description: Date that the permit was submitted to the issuing agency. title: Submitted Date type: string example: string Subsector: description: The industrial subsector associated with the facility. title: Subsector type: string example: string SwpppUrl: description: Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained. type: string example: https://example.com 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 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 TypeOfMonitoring: description: The type of monitoring specified in the SWPPP. title: Type Of Monitoring type: string example: string TypeOfWater: description: The type of water body receiving discharges stormwater discharges specified in the SWPPP. title: Type Of Water type: string example: string VioLastYear: description: A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters. example: 1 title: Water Program Violation Flag type: number 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: - CWPName - SourceID - CWPStreet - CWPCity - CWPState - CWPStateDistrict - CWPZip - MasterExternalPermitNmbr - RegistryID - CWPCounty - CWPEPARegion - FacFederalAgencyCode - FacFederalAgencyName - FacDerivedHuc - FacFIPSCode - FacIndianCntryFlg - CWPIndianCntryFlg - FacIndianSpatialFlg - FacDerivedTRIbes - FacUsMexBorderFlg - CWPSICCodes - CWPNAICSCodes - CWPTotalDesignFlowNmbr - CWPActualAverageFlowNmbr - CWPFacilityTypeIndicator - CWPFacilityTypeCode - BioReportingObligations - DschToMs4 - ReceivingMs4Name - StormWaterArea - HistoricCriterionCode - SpeciesCriticalHabitalFlag - SwpppUrl - ExposedActivity - AssociatedPollutant - ControlMeasure - ControlMeasureSchedule - TypeOfMonitoring - TypeOfWater - EjscreenFlagUs - Over80CountUs - PctilePctpre1960Us - PctileDpmUs - PctileCancerUs - PctileRespUs - PctileTrafficScoreUs - PctileProximityNPDESUs - PctileProximityNplUs - PctileProximityRmpUs - PctileProximityTsdfUs - PctileO3Us - PctilePmUs - FacPopDen - FacPercentMinority - Sector - Subsector - MsgpPermitType - CWPVersionNmbr - CWPPermitStatusDesc - IssuingAgency - SubmittedDate - CWPPermitTypeDesc - CWPIssueDate - CWPEffectiveDate - CWPTerminationDate - CWPExpirationDate - CWPMajorMinorStatusFlag - PermitComponents - NPDESDataGroupsDescs - MsgpLastReportYear - MsgpFacilityInspctnSmmry - MsgpVisualAssessmentSmmry - MsgpNoFurtherRdctnRtnle - MsgpCorrectiveActionSmmry - AIRIDs - NPDESIDs - RCRAIDs - SDWAIDs - TRIIDs - RmpIDs - BioVioLastYearFlag - BioQtrsWithVio - CWPStatus - CWPSNCStatus - CWPSNCStatusDate - CWPQtrsWithNC - CWPViolStatus - CWPQtrsWithSNC - MissDMRQtrs - CWPE90Cnt - CWPComplianceTracking - AlrExceedences - BioReportYear - CWPInspectionCount - CWPDaysLastInspection - CWPDateLastInspEPA - CWPDateLastInspSt - CWPDateLastInspection - CWPBioInspCount - CWPDaysLastBioInsp - CWPDateLastBioInsp - CWPDateLastBioInspEPA - CWPDateLastBioInspSt - CWPFormalEaCnt - CWPInformalEnfActCount - CWPDateLastInformalEa - CWPDateLastIeaEPA - CWPDateLastIeaSt - CWPDateLastFea - CWPDateLastFeaEPA - CWPDateLastFeaSt - CWPBioIeaCount - CWPBioFeaCount - CWPDateLastBioIea - CWPDateLastBioIeaEPA - CWPDateLastBioIeaSt - CWPDateLastBioFea - CWPDateLastBioFeaEPA - CWPDateLastBioFeaSt - CWPBioPenalties - CWPDateLastBioPenalty - BioReportYears - BioReportingObligations2016 - BioTotalVolumeAmt - BioTotalVolumeAmt2016 - BioLandApplicationSum - BioLandApplicationSum2016 - BioSurfaceDispSum - BioSurfaceDispSum2016 - BioIncinerationSum - BioIncinerationSum2016 - BioOtherManagementSum - BioOtherManagementSum2016 - BioTrtmntProcesses - BioTrtmntProcesses2016 - BioTrtmntPrcssCmmntTxts - BioTrmntPrcssCmntTxts2016 - BioAnalyMethodCatgrys - BioAnalyMethodCatgrys2016 - BioAnalyMethods - BioAnalyMethods2016 - BioMgmtPrctceTypes - BioMgmtPrctceTypes2016 - BioOtherMgmtPrctcTxts - BioOtherMgmtPrctcTxts2016 - BioMgmtPrctceStypes - BioMgmtPrctceStypes2016 - BioMgmtHandlers - BioMgmtHandlers2016 - BioMgmtContainers - BioMgmtContainers2016 - BioMgmtPathogens - BioMgmtPathogens2016 - BioMgmtPathreds - BioMgmtPathreds2016 - BioMgmtVectors - BioMgmtVectors2016 - BioCommentText - BioCommentText2016 - BioReportDate - BioReportDate2016 - BioMgmtDefCurrentCnt - BioMgmtDefCurrentCnt2016 - BioMgmtDefCategories - BioMgmtDefCategories2016 - BioMgmtDeficiencies - BioMgmtDeficiencies2016 - BioVioStatus - BioViolFlag - BioVioLastYear - BioReportingObligations2017 - BioTotalVolumeAmt2017 - BioLandApplicationSum2017 - BioSurfaceDispSum2017 - BioIncinerationSum2017 - BioOtherManagementSum2017 - BioTrtmntProcesses2017 - BioTrmntPrcssCmntTxts2017 - BioAnalyMethodCatgrys2017 - BioAnalyMethods2017 - BioMgmtPrctceTypes2017 - BioOtherMgmtPrctcTxts2017 - BioMgmtPrctceStypes2017 - BioMgmtHandlers2017 - BioMgmtContainers2017 - BioMgmtPathogens2017 - BioMgmtPathreds2017 - BioMgmtVectors2017 - BioCommentText2017 - BioReportDate2017 - BioMgmtDefCurrentCnt2017 - BioMgmtDefCategories2017 - BioMgmtDeficiencies2017 - PollWithViolation - LimPollutant - DMRPounds - DMRTwpe - PastCalYrConvPollutants - PastCalYrConvPolOvrLmt - PastCalYrToxicPolOvrLmt - FacTRISwRel - FacTRIPotwTrans - CWPCsoFlag - CWPCsoOutfalls - CWPStateWaterBodyCode - CWPStateWaterBodyName - AttainsCycleYear - RadGnisName - RadReachcode - RadWBDHu8 - RadWBDHu8Name - FacDerivedWBDHu8 - FacDerivedWBDHu8Name - RadWBDHuc12 - RadHu12Name - FacDerivedWBD - FacDerivedWBDName - AttainsSource - CWPImpWaterFlg - AttainsImpWaterFlg - AttainsAuCategory - AttainsStateCauses - AttainsCauseGroups - AttainsPossibleNPDESParams - AttainsAquaticLifeUseFlg - AttainsExceptnlUseFlg - AttainsRecreationUseFlg - AttainsShellfishUseFlg - BeachCloseLastYearFlg - BeachCloseLast2yrsFlg - ChesapeakeBayFlag - EPASystem - Statute - CWPTRIbalLandCode - CWPPermitStatusCode - CWPPermitTypeCode - CWPSNCEventDesc - FacMapFlg - FacMapIcon - CWPDateLastPenalty - FacTRIReporter - CWP13qtrsComplHistory - CWPCaseIDs - CWPFIPSCode - DMRImpairedPoll - CurrSvFlag - ViolFlag - CurrVioFlag - Insp5yrFlag - Ea5yrFlag - Infea5yrFlag - CWPTotalPenalties - TRIbalFlag - CensusBlockGroup - MaxPctileUs - EjscreenFlag - LastDMRValueRcvdDate - Lower48 - ActiveLower48 - EffExceeds - PastCalYrAverageFlow - PastCalYrToxicPollutants - CWPVioStatus - IndswFlag - CertifiedDate - CollectionMethod - ReferencePoint - CalculatedAccuracyMeters - Map - BiosolidsFlag - VioLastYear - StateAuthNPDES - StateAuthFedfac - StateAuthPretreat - StateAuthGen - StateAuthBiosolids - NPDESDataGroups - PermittingAgency - ElectrRptWaiverTypeCode - ElectrRptWaiverTypeDesc - ElectrRptWaiverEffDate - ElectrRptWaiverExpDate - ElectrSubmissionTypeCode - ElectrSubmissionTypeDesc - WebDocs - E90Exceeds5yr - E90Exceeds4yr - E90Exceeds3yr - E90Exceeds2yr - E90Exceeds1yr - E90Pollutants5yr - E90Pollutants4yr - E90Pollutants3yr - E90Pollutants2yr - E90Pollutants1yr - FacCountyName - FacStdCountyName - EffChartsFlag - InspDef5yrCnt - OtherPermitIDs - PermitName - Score - MaxScore type: object cwa04: description: Results Object properties: BadSystemIDs: description: Identifies which passed query system identifiers are invalid. type: string example: '12345' BioCVRows: description: Number of facilities with current biosolid-related violations. type: string example: string BioV3Rows: description: Number of facilities having one or more quarters of biosolid-related non-compliance in the last three years. type: string example: string CVRows: description: Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations. example: '0' 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/cwa01' 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/cwa03' 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 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 Version: description: Version of the SDWA system service example: 'v2016-02-02 14:' title: Version type: string VioLast4QRows: description: The number of facilities with a violation in the last year. title: Facilities in Violation in the Last Year type: string example: string required: - Message - Version - QueryRows - IndianCountryRows - SVRows - CVRows - V3Rows - FEARows - InfFEARows - INSPRows - BioCVRows - BioV3Rows - VioLast4QRows - TotalPenalties - BadSystemIDs - QueryID - PageNo type: object cwa01: description: Facilities Object properties: 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 AlrExceedences: title: Alert Limit Exceedences type: string example: string AssociatedPollutant: description: Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater. type: string example: string AttainsAquaticLifeUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database. example: Y title: ATTAINS Aquatic Life Use Flag type: string AttainsAuCategory: description: 'The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database: - 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters). - 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories). - 4a = TMDL completed. A TMDL has been completed, but impairment still exists. - 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements). - 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction).' example: '5' title: ATTAINS Assessment Unit Category type: string AttainsCauseGroups: description: Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database. example: POLYCHLORINATED BIPHENYLS (PCBS) | TOXIC ORGANICS title: ATTAINS Cause Groups type: string AttainsCycleYear: description: The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database. example: '2012' title: ATTAINS Cycle Year type: string AttainsExceptnlUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database. example: Y title: ATTAINS Exceptional Use Flag type: string AttainsImpWaterFlg: description: Displays "Y" if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database. example: Y title: ATTAINS Impaired Water Flag type: string AttainsPossibleNPDESParams: description: Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies. example: pH title: ATTAINS Possible NPDES Parameters type: string AttainsRecreationUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database. example: Y title: ATTAINS Recreational Use Flag type: string AttainsShellfishUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database. example: Y title: ATTAINS Shellfish Use Flag type: string AttainsSource: description: The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database. example: 303(d) title: ATTAINS Source type: string AttainsStateCauses: description: Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database. example: PH | POLYCHLORINATED BIPHENYLS (PCBS) title: ATTAINS State Causes type: string BeachCloseLast2yrsFlg: description: Displays "Y" if the facility is located on or near a waterbody with a beach closure within the last two years. example: Y type: string BeachCloseLastYearFlg: description: Displays "Y" if the facility is located on or near a waterbody with a beach closure within the last year. example: Y type: string BioAnalyMethodCatgrys: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethodCatgrys2016: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethodCatgrys2017: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethods: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioAnalyMethods2016: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioAnalyMethods2017: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioCommentText: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioCommentText2016: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioCommentText2017: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioIncinerationSum: description: The amount (dry metric tons) of biosolids incinerated. type: string example: string BioIncinerationSum2016: description: The amount (dry metric tons) of biosolids incinerated. type: string example: string BioIncinerationSum2017: description: The amount (dry metric tons) of biosolids incinerated. type: string example: string BioLandApplicationSum: description: The amount (dry metric tons) of biosolids land applied. type: string example: string BioLandApplicationSum2016: description: The amount (dry metric tons) of biosolids land applied. type: string example: string BioLandApplicationSum2017: description: The amount (dry metric tons) of biosolids land applied. type: string example: string BioMgmtContainers: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtContainers2016: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtContainers2017: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtDefCategories: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCategories2016: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCategories2017: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCurrentCnt: description: The number of times noncompliance reported by the facility in the last 3 years. type: string example: string BioMgmtDefCurrentCnt2016: description: The number of times noncompliance reported by the facility in the last 3 years. type: string example: string BioMgmtDefCurrentCnt2017: description: The number of times noncompliance reported by the facility in the last 3 years. type: string example: string BioMgmtDeficiencies: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtDeficiencies2016: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtDeficiencies2017: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtHandlers: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtHandlers2016: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtHandlers2017: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtPathogens: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathogens2016: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathogens2017: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathreds: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPathreds2016: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPathreds2017: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPrctceStypes: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceStypes2016: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceStypes2017: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceTypes: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtPrctceTypes2016: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtPrctceTypes2017: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtVectors: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioMgmtVectors2016: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioMgmtVectors2017: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioOtherManagementSum: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: string example: string BioOtherManagementSum2016: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: string example: string BioOtherManagementSum2017: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: string example: string BioOtherMgmtPrctcTxts: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioOtherMgmtPrctcTxts2016: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioOtherMgmtPrctcTxts2017: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioQtrsWithVio: description: Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids. example: '0' title: Quarters with Violation for Biosolids (3 years) type: string BioReportDate: description: The date the report was received by EPA. type: string example: string BioReportDate2016: description: The date the report was received by EPA. type: string example: string BioReportDate2017: description: The date the report was received by EPA. type: string example: string BioReportYear: description: The calendar year corresponding to the Annual Biosolids Report. type: string example: string BioReportYears: description: Reporting years are determined by the year of the reporting period end date. Data reflect the last two reporting years. title: Biosolids Annual Report type: string example: string BioReportingObligations: description: Indicates the reporting obligation reason. type: string example: string BioReportingObligations2016: description: Indicates the reporting obligation reason. type: string example: string BioReportingObligations2017: description: Indicates the reporting obligation reason. type: string example: string BioSurfaceDispSum: description: The amount of surface disposal in dry metric tons (DMT). type: string example: string BioSurfaceDispSum2016: description: The amount of surface disposal in dry metric tons (DMT). type: string example: string BioSurfaceDispSum2017: description: The amount of surface disposal in dry metric tons (DMT). type: string example: string BioTotalVolumeAmt: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: string example: string BioTotalVolumeAmt2016: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: string example: string BioTotalVolumeAmt2017: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: string example: string BioTrmntPrcssCmntTxts2016: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrmntPrcssCmntTxts2017: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrtmntPrcssCmmntTxts: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrtmntProcesses: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioTrtmntProcesses2016: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioTrtmntProcesses2017: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioVioLastYear: description: A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters. type: string example: string BioVioLastYearFlag: description: 'Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility''s recently submitted or updated report.�' example: N title: Biosolids Violation in Last Year type: string BioVioStatus: description: A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation. example: '0' title: Biosolids Violation Status Flag type: string BioViolFlag: description: Displays "Yes" if the facility is in violation for biosolids under the Clean Water Act, in the last three years. type: string example: string BiosolidsFlag: description: A Yes/No field to indicate permits with biosolids management and compliance information. type: string example: '12345' CWP13qtrsComplHistory: description: 'The facility''s 3-year or 13-quarter 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: VV__SS_U__V_ title: CWP 13 Quarters Compliance History type: string CWPActualAverageFlowNmbr: description: The actual amount of the facility's wastewater flow measured in million gallons per day (MGD). example: '448' type: string CWPBioFeaCount: description: The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility. type: string example: string CWPBioIeaCount: description: The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility. type: string example: string CWPBioInspCount: description: The count of Biosolids related Inspections that have occured for the facility. type: string example: string CWPBioPenalties: description: The total amount of Biosolids related penalties that have been assessed against the facility. type: string example: string CWPCaseIDs: description: Indicates the ICIS Case Number, a unique number identifying the civil enforcement action. example: 03-2014-0228 type: string CWPCity: description: City in which the facility is located. example: HUNTSVILLE title: City type: string CWPComplianceTracking: description: Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial). example: 'On' type: string CWPCounty: description: County in which the facility is located. example: District of Columbia title: County type: string CWPCsoFlag: description: The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act. example: N title: Combined Sewer Overflows (CSOs)? type: string CWPCsoOutfalls: description: The number of discharge outfalls at points prior to the treatment plant. example: '59' title: CSO Outfalls type: string CWPDateLastBioFea: description: Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years. title: Date Last Biosolids Formal Action type: string example: string CWPDateLastBioFeaEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years. title: Date Last Biosolids Formal Action (EPA) type: string example: string CWPDateLastBioFeaSt: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years. title: Date Last Biosolids Formal Action (State) type: string example: string CWPDateLastBioIea: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years. title: Date Last Biosolids Informal Action type: string example: string CWPDateLastBioIeaEPA: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years. title: Date Last Biosolids Informal Action (EPA) type: string example: string CWPDateLastBioIeaSt: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years. title: Date Last Biosolids Informal Action (State) type: string example: string CWPDateLastBioInsp: description: The date on which the most recent biosolids program inspection of the facility took place. title: Date of Last Biosolids Inspection type: string example: string CWPDateLastBioInspEPA: description: Indicate the last inspection date by EPA title: Date of Last Biosolids Inspection (EPA) type: string example: string CWPDateLastBioInspSt: description: Indicate the last inspection date by state environmental agency title: Date of Last Biosolids Inspection (State) type: string example: string CWPDateLastBioPenalty: description: Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES. title: Date of Last Biosolids Penalty type: string example: string CWPDateLastFea: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility. example: 06/01/2006 type: string CWPDateLastFeaEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA. example: 06/01/2006 type: string CWPDateLastFeaSt: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency. example: 09/27/2010 type: string CWPDateLastIeaEPA: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA. example: 12/09/1992 type: string CWPDateLastIeaSt: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency. example: 06/09/2013 type: string CWPDateLastInformalEa: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility. example: 06/09/2013 title: Date of Last Informal Enf Action type: string CWPDateLastInspEPA: description: Indicates the effective date of the most recent inspection taken against the facility. example: 07/29/2015 type: string CWPDateLastInspSt: description: Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency. example: 09/15/2004 type: string CWPDateLastInspection: description: The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed. example: 07/29/2015 title: Date of Last Inspection type: string CWPDateLastPenalty: description: Indicates date of most recent penalty against the facility. example: 09/27/2010 type: string CWPDaysLastBioInsp: description: Indicates the number of days since the most recent Biosolids related inspection of the facility. type: string example: string CWPDaysLastInspection: description: Indicates the number of days since the most recent inspection of the facility. example: '247' type: string CWPE90Cnt: description: Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities. example: '5' title: Effluent Violations (5 yrs) type: string CWPEPARegion: 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 type: string CWPEffectiveDate: description: Date (MM/DD/YYYY) that the permit became effective. example: 01/14/2009 title: Permit Effective Date type: string CWPExpirationDate: description: Date that the permit expires. example: 04/19/2005 title: Date of Permit Expiration type: string CWPFIPSCode: description: A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in. example: '11032' title: CWP FIPS Code type: string CWPFacilityTypeCode: type: string example: string CWPFacilityTypeIndicator: description: Each National Pollutant Discharge Elimination System (NPDES) permit is defined by the program office as a Major or non-major discharger. This field also indicates the permit type. example: NON-POTW title: Facility Type type: string CWPFormalEaCnt: 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: '1' type: string CWPImpWaterFlg: description: Displays "Y" if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act. example: Y title: Impaired Water Body type: string CWPIndianCntryFlg: description: Displays "Y" if a facility is located in Indian country. example: Y title: In Indian Country type: string CWPInformalEnfActCount: description: Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years. example: '3' title: Information Enforcement Actions (5 yrs) type: string CWPInspectionCount: description: The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years. example: '4' title: Inspections (5 yrs) type: string CWPIssueDate: description: Date (MM/DD/YYYY) that the permit was issued. example: 11/10/2015 title: Permit Issue Date type: string CWPMajorMinorStatusFlag: description: 'Facilities marked "M" for major refers to CWA major permittees. - M = Major - N = Minor' example: N title: Major/Minor Status Flag type: string CWPNAICSCodes: description: Indicates the facility's or permit's primary North American Industry Classification System (NAICS) Code. example: '236220' title: NAICS Code type: string CWPName: description: Facility or permit holder name, as maintained in ICIS-NPDES. example: REDSTONE ARSENAL title: Facility Name type: string CWPPermitStatusCode: description: The code associated with the facility's NPDES permit status. example: ADC title: Permit Status (Code) type: string CWPPermitStatusDesc: description: The current stage/status in the NPDES permit life cycle. example: Effective title: Permit Status Description type: string CWPPermitTypeCode: description: The code associated with the facility's NPDES permit classification. example: NPD title: Permit Type (Code) type: string CWPPermitTypeDesc: description: 'NPDES facility permit classification: - NPDES Individual Permit - General Permit Covered Facility - NPDES Master General Permit - Associated Permit Record - Individual Industrial User Permit - Individual State Issued Permit - State Issued Master General Permit - Unpermitted Facility' example: General Permit Covered Facility title: Permit Type Description type: string CWPQtrsWithNC: description: Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status. example: '0' title: Quarters with Noncompliance (3 years) type: string CWPQtrsWithSNC: description: Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status. example: '0' title: Quarters with SNC (3 years) type: string CWPSICCodes: description: Indicates the facility's or permit's primary Standard Industrial Classification (SIC) Code. example: '4911' title: SIC Code type: string CWPSNCEventDesc: description: Describes the event that resulted in the facility's status of Significant Noncompliance. type: string example: string CWPSNCStatus: description: Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation. title: Significant Noncompliance (SNC) Status type: string example: active CWPSNCStatusDate: description: The status date of the facility's Significant Noncompliance designation. example: 09/30/2018 title: SNC Status Date type: string CWPState: description: Facility location - two-digit state abbreviation. example: AL title: State type: string CWPStateDistrict: description: The State Congressional District the facility is located within. type: string example: NC CWPStateWaterBodyCode: description: 'Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification: - Region (first-level, 2-digit HUC) - Subregion (second-level, 4-digit HUC) - Accounting unit (third-level, 6-digit HUC) - Cataloguing unit (fourth-level, 8-digit HUC) - Watershed (fifth-level, 10-digit HUC) - Subwatershed (sixth-level, 12-digit HUC)' example: '552968' type: string CWPStateWaterBodyName: description: The name of the watershed from the ATTAINS database in which the facility resides. example: POTOMAC RIVER type: string CWPStatus: description: 'An indication of the facility''s current compliance status under the Clean Water Act: - Significant Violation - Noncompliance - No Violation - Unknown' example: No Violation title: Current Compliance Status type: string CWPStreet: description: Facility street address example: BUILDING 3240 AREA title: Street Address type: string CWPTRIbalLandCode: description: From ICIS, the unique identifier for every unit of land within Indian Country. title: ICIS Tribal Land Code type: string example: string CWPTerminationDate: description: Date (MM/DD/YYYY) that the permit was terminated. title: Permit Termination Date type: string example: string CWPTotalDesignFlowNmbr: description: The amount of wastewater flow in million gallons per day (MGD) that the facility is designed for. example: '40' type: string CWPTotalPenalties: description: The total penalty value incurred over 5 years. example: $6,524 type: string CWPVersionNmbr: description: The version number of the facility's NPDES permit. example: '0' title: Permit Version Number type: string CWPVioStatus: description: The current Reportable Non Compliance value for the facility. example: E(EffViol) title: Current RNC Violation Status type: string CWPViolStatus: description: Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance. example: 'No' title: Current Violation Status type: string CWPZip: description: Facility ZIP code example: '35898' title: Zip type: string CalculatedAccuracyMeters: description: The estimated accuracy in Meters for the facility's geospatial coordinate. example: '50' title: Calculated Accuracy in Meters type: string 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 CertifiedDate: description: The issue date or effective date of the permit. example: 01/01/2018 title: Certified Date type: string ChesapeakeBayFlag: description: Displays "Y" if the facility is located within the Chesapeake Bay watershed. example: Y title: Chesapeake Bay Flag type: string CollectionMethod: description: ?? example: ADDRESS MATCHING-HOUSE NUMBER title: Collection Method type: string ControlMeasure: description: Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8. title: Control Measure type: string example: string ControlMeasureSchedule: description: Description of schedule for control measures associated with good housekeeping and maintenance. title: Control Measure Schedule type: string example: 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 DMRImpairedPoll: description: The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies example: Mercury | Oil and grease | Solids, total suspended | Temperature, water deg. centigrade | Temperature, water deg. fahrenheit | pH type: string DMRPounds: description: Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year. example: '500696' type: string DMRTwpe: description: Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity. example: '1.15' type: string DschToMs4: description: Indicates�if a facility discharges into a Municipal Separate Storm Sewer System (MS4). title: Discharging to MS4 type: string example: string E90Exceeds1yr: description: The number of E90 Exceedences in the last year. example: '4' title: E90 Exceedences 1 Year type: string E90Exceeds2yr: description: The number of E90 Exceedences in the last 2 years. example: '8' title: E90 Exceedences 2 Years type: string E90Exceeds3yr: description: The number of E90 Exceedences in the last 3 years. example: '10' title: E90 Exceedences 3 Years type: string E90Exceeds4yr: description: The number of E90 Exceedences in the last 4 years. example: '12' title: E90 Exceedences 4 Years type: string E90Exceeds5yr: description: The number of E90 Exceedences in the last 5 years. example: '16' title: E90 Exceedences 5 Years type: string E90Pollutants1yr: description: The pollutants for the E90 Exceedences in the last year. example: Lead title: E90 Pollutants 1 Year type: string E90Pollutants2yr: description: The pollutants for the E90 Exceedences in the last 2 years. example: Lead, Copper title: E90 Pollutants 2 Years type: string E90Pollutants3yr: description: The pollutants for the E90 Exceedences in the last 3 years. example: Lead, Copper title: E90 Pollutants 3 Years type: string E90Pollutants4yr: description: The pollutants for the E90 Exceedences in the last 4 years. example: Lead, Copper title: E90 Pollutants 4 Years type: string E90Pollutants5yr: description: The pollutants for the E90 Exceedences in the last 5 years. example: Lead, Copper title: E90 Pollutants 5 Years type: string EPASystem: description: "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: \n\n- AFS: Air Facility System for Clean Air Act stationary source programs.\n- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.\n- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.\n- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).\n- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.\n- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.\n- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." example: ICP title: EPA Data System type: string 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 EffExceeds: description: The number of E90 Effluent Violations in the last 3 years. example: '4' title: Effluent Exceedances 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 ElectrRptWaiverEffDate: description: This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver. title: Electronic Reporting Waiver Effective Date type: string example: string ElectrRptWaiverExpDate: description: This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Reporting Waiver Expiration Date type: string example: string ElectrRptWaiverTypeCode: description: The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Reporting Waiver Type Code type: string example: string ElectrRptWaiverTypeDesc: description: Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Waiver Type Code Description type: string example: string ElectrSubmissionTypeCode: description: This is the code indicating the means by which the data were submitted electronically. title: Electronic Submission Type Code type: string example: string ElectrSubmissionTypeDesc: description: This is the description of the code indicating the means by which the data were submitted electronically. title: Electronic Submission Type Code Description type: string example: string ExposedActivity: description: Description of onsite industrial activities exposed to stormwater and potential spill and leak areas. type: string example: string FacCountyName: description: The facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Facility County Name 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 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 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 FacDerivedWBDName: description: The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate example: Fourmile Run-Potomac River title: FRS Derived Watershed Boundary Dataset (WBD) Name 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 FacFederalAgencyCode: description: 'Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code.' example: E title: Facility Federal Agency Code 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 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 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 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 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 FacStdCountyName: description: The standardized facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Standardized Facility County Name type: string FacTRIPotwTrans: description: POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year. example: '1058200' type: string FacTRIReporter: description: Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. example: B title: Facility TRI Reporter type: string FacTRISwRel: description: Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year. example: '0' 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 HistoricCriterionCode: description: Indicates the eligibility criteria for historic properties preservation. title: Historic Preservation Criterion type: string example: string IndswFlag: description: A value of Y indicates an Industrial Stormwater Permit. example: Y title: Industrial Stormwater Flag 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 InspDef5yrCnt: example: '0' type: string IssuingAgency: description: This is the name of the organization issuing or granting a permit. title: Permit Issuing Agency type: string example: string LastDMRValueRcvdDate: description: The latest date that a Discharge Monitoring Report was received by the State or EPA. example: 01/31/2018 title: Last DMR Value Received Date type: string LimPollutant: description: The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit. title: Pollutants(s) With Limits type: string example: 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 Map: description: No Longer Used. title: Map type: string example: string MasterExternalPermitNmbr: description: This is the unique identifier for the Master General Permit for a General Permit Covered Facility. title: Master External Permit Number type: string example: 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 MissDMRQtrs: description: Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status. title: Qtrs in Undetermined Compliance Status (2 years) type: string example: string MsgpCorrectiveActionSmmry: description: Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year. title: MSGP Corrective Action Summary type: string example: string MsgpFacilityInspctnSmmry: description: Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year. title: MSGP Facility Inspection Summary type: string example: string MsgpLastReportYear: description: The calendar year of the latest MSGP annual report submitted by the permitted facility. title: MSGP Latest Annual Report Year type: string example: string MsgpNoFurtherRdctnRtnle: description: Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year. title: MsgpNoFurtherRdctnRtnle type: string example: string MsgpPermitType: description: The Industrial stormwater permit type. example: NOI title: MSGP Permit Type type: string MsgpVisualAssessmentSmmry: description: Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year. title: MSGP Visual Assessment Summary type: string example: string NPDESDataGroups: description: This is the code indicating the NPDES eReporting Rule Data Group that applies to the data. title: NPDES Data Group Codes type: string example: string NPDESDataGroupsDescs: description: Description for each NPDES Data Group eReporting rule code related to the current NPDES permit. title: NPDES Data Group Codes Descriptions type: string example: 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' OtherPermitIDs: type: string example: '12345' 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 PastCalYrAverageFlow: description: The past calendar year average flow in Million Gallons a Day (MGD). example: '209' title: Past Calendar Year Average Flow type: string PastCalYrConvPolOvrLmt: description: Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year. title: DMR Conventional Pollutants - Load Over Limit (lb/year) type: string example: string PastCalYrConvPollutants: description: Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year. title: DMR Conventional Pollutants Loadings (lb/year) type: string example: string PastCalYrToxicPolOvrLmt: description: Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. example: '0' title: DMR Toxic Load Over Limit (lb-eq/year) type: string PastCalYrToxicPollutants: description: The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year. example: Benzene title: DMR Toxic Pollutants 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 PermitComponents: description: Indicates the permit component(s) associated with the NPDES Permit Program Area. example: POTW title: Permit Components type: string PermitName: type: string example: EPA Facility PermittingAgency: description: This is the type of organization issuing or granting a permit. title: Permitting Agency type: string example: string PollWithViolation: description: The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES. title: Pollutant(s) With Violations (3 years) type: string example: 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 RadGnisName: description: The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly. example: Pojoaque River title: Reach Address Database GNIS Name type: string RadHu12Name: description: The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD). example: Nichols Run-Potomac River title: Reach Address Database HUC12 Name type: string RadReachcode: description: A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey. example: '144957244039' title: Reach Address Database Reach Code type: string RadWBDHu8: description: Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset. example: '2060003' title: WBD Hydrologic Unit Code (RAD) type: string RadWBDHu8Name: description: The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset. example: Gunpowder-Patapsco title: WBD Hydrologic Unit Name (RAD) type: string RadWBDHuc12: description: 'Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification: - Region (first-level, 2-digit HUC) - Subregion (second-level, 4-digit HUC) - Accounting unit (third-level, 6-digit HUC) - Cataloguing unit (fourth-level, 8-digit HUC) - Watershed (fifth-level, 10-digit HUC) - Subwatershed (sixth-level, 12-digit HUC)' example: 020700081005 title: Reach Address Database Watershed Boundary Dataset HUC12 Code type: string ReceivingMs4Name: description: This is the name of the receiving MS4(s). title: Receiving MS4 Name type: string example: EPA Facility ReferencePoint: description: ?? example: ENTRANCE POINT OF A FACILITY OR STATION title: Reference Point 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 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 Score: example: '1' title: Score type: string Sector: description: The sector code and description for the industrial stormwater facility. example: 'N: Scrap Recycling Facilities' title: Sector type: string SourceID: description: Unique Identifier assigned by EPA. example: ALR040033 title: EPA Source Identifier type: string SpeciesCriticalHabitalFlag: description: This identifies if Endangered Species Act (ESA) provisions are met. type: string example: string StateAuthBiosolids: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids. example: Y title: State Authorization Biosolids type: string StateAuthFedfac: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities. title: State Authorization Federal Facilities type: string example: NC StateAuthGen: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities. title: State Authorization General Facilities type: string example: NC StateAuthNPDES: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities. title: State Authorization NPDES Facilities type: string example: NC StateAuthPretreat: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities. title: State Authorization Pretreatment Facilities type: string example: NC Statute: description: "The name of the statute associated with each of the permits and identifiers linked to the facility: \n- CAA = the Clean Air Act\n- CWA = the Clean Water Act\n- RCRA = the Resource Conservation and Recovery Act\n- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)\n- TSCA = the Toxic Substances Control Act\n- SDWA = the Safe Drinking Water Act" example: CWA title: Regulatory Statute type: string StormWaterArea: description: The estimated area of industrial activity at the site exposed to stormwater in acres. title: Est. Area Exposed to Stormwater (Acres) type: string example: string SubmittedDate: description: Date that the permit was submitted to the issuing agency. title: Submitted Date type: string example: string Subsector: description: The industrial subsector associated with the facility. title: Subsector type: string example: string SwpppUrl: description: Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained. type: string example: https://example.com 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 TRIbalFlag: description: A flag indicating that the facility is within a tribal area. example: '1' title: Tribal Lands Flag type: string TypeOfMonitoring: description: The type of monitoring specified in the SWPPP. title: Type Of Monitoring type: string example: string TypeOfWater: description: The type of water body receiving discharges stormwater discharges specified in the SWPPP. title: Type Of Water type: string example: string VioLastYear: description: A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters. example: '1' title: Water Program Violation Flag 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: - CWPName - SourceID - CWPStreet - CWPCity - CWPState - CWPStateDistrict - CWPZip - MasterExternalPermitNmbr - RegistryID - CWPCounty - CWPEPARegion - FacFederalAgencyCode - FacFederalAgencyName - FacDerivedHuc - FacFIPSCode - FacIndianCntryFlg - CWPIndianCntryFlg - FacIndianSpatialFlg - FacDerivedTRIbes - FacUsMexBorderFlg - CWPSICCodes - CWPNAICSCodes - FacLat - FacLong - CWPTotalDesignFlowNmbr - CWPActualAverageFlowNmbr - CWPFacilityTypeIndicator - CWPFacilityTypeCode - BioReportingObligations - DschToMs4 - ReceivingMs4Name - StormWaterArea - HistoricCriterionCode - SpeciesCriticalHabitalFlag - SwpppUrl - ExposedActivity - AssociatedPollutant - ControlMeasure - ControlMeasureSchedule - TypeOfMonitoring - TypeOfWater - EjscreenFlagUs - Over80CountUs - PctilePctpre1960Us - PctileDpmUs - PctileCancerUs - PctileRespUs - PctileTrafficScoreUs - PctileProximityNPDESUs - PctileProximityNplUs - PctileProximityRmpUs - PctileProximityTsdfUs - PctileO3Us - PctilePmUs - FacPopDen - FacPercentMinority - Sector - Subsector - MsgpPermitType - CWPVersionNmbr - CWPPermitStatusDesc - IssuingAgency - SubmittedDate - CWPPermitTypeDesc - CWPIssueDate - CWPEffectiveDate - CWPTerminationDate - CWPExpirationDate - CWPMajorMinorStatusFlag - PermitComponents - NPDESDataGroupsDescs - MsgpLastReportYear - MsgpFacilityInspctnSmmry - MsgpVisualAssessmentSmmry - MsgpNoFurtherRdctnRtnle - MsgpCorrectiveActionSmmry - AIRIDs - NPDESIDs - RCRAIDs - SDWAIDs - TRIIDs - RmpIDs - BioVioLastYearFlag - BioQtrsWithVio - CWPStatus - CWPSNCStatus - CWPSNCStatusDate - CWPQtrsWithNC - CWPViolStatus - CWPQtrsWithSNC - MissDMRQtrs - CWPE90Cnt - CWPComplianceTracking - AlrExceedences - BioReportYear - CWPInspectionCount - CWPDaysLastInspection - CWPDateLastInspection - CWPDateLastInspEPA - CWPDateLastInspSt - CWPBioInspCount - CWPDaysLastBioInsp - CWPDateLastBioInsp - CWPDateLastBioInspEPA - CWPDateLastBioInspSt - CWPInformalEnfActCount - CWPFormalEaCnt - CWPDateLastInformalEa - CWPDateLastIeaEPA - CWPDateLastIeaSt - CWPDateLastFea - CWPDateLastFeaEPA - CWPDateLastFeaSt - CWPBioIeaCount - CWPBioFeaCount - CWPDateLastBioIea - CWPDateLastBioIeaEPA - CWPDateLastBioIeaSt - CWPDateLastBioFea - CWPDateLastBioFeaEPA - CWPDateLastBioFeaSt - CWPBioPenalties - CWPDateLastBioPenalty - BioReportYears - BioReportingObligations2016 - BioTotalVolumeAmt - BioTotalVolumeAmt2016 - BioLandApplicationSum - BioLandApplicationSum2016 - BioSurfaceDispSum - BioSurfaceDispSum2016 - BioIncinerationSum - BioIncinerationSum2016 - BioOtherManagementSum - BioOtherManagementSum2016 - BioTrtmntProcesses - BioTrtmntProcesses2016 - BioTrtmntPrcssCmmntTxts - BioTrmntPrcssCmntTxts2016 - BioAnalyMethodCatgrys - BioAnalyMethodCatgrys2016 - BioAnalyMethods - BioAnalyMethods2016 - BioMgmtPrctceTypes - BioMgmtPrctceTypes2016 - BioOtherMgmtPrctcTxts - BioOtherMgmtPrctcTxts2016 - BioMgmtPrctceStypes - BioMgmtPrctceStypes2016 - BioMgmtHandlers - BioMgmtHandlers2016 - BioMgmtContainers - BioMgmtContainers2016 - BioMgmtPathogens - BioMgmtPathogens2016 - BioMgmtPathreds - BioMgmtPathreds2016 - BioMgmtVectors - BioMgmtVectors2016 - BioCommentText - BioCommentText2016 - BioReportDate - BioReportDate2016 - BioMgmtDefCurrentCnt - BioMgmtDefCurrentCnt2016 - BioMgmtDefCategories - BioMgmtDefCategories2016 - BioMgmtDeficiencies - BioMgmtDeficiencies2016 - BioVioStatus - BioViolFlag - BioVioLastYear - BioReportingObligations2017 - BioTotalVolumeAmt2017 - BioLandApplicationSum2017 - BioSurfaceDispSum2017 - BioIncinerationSum2017 - BioOtherManagementSum2017 - BioTrtmntProcesses2017 - BioTrmntPrcssCmntTxts2017 - BioAnalyMethodCatgrys2017 - BioAnalyMethods2017 - BioOtherMgmtPrctcTxts2017 - BioMgmtPrctceTypes2017 - BioMgmtPrctceStypes2017 - BioMgmtHandlers2017 - BioMgmtContainers2017 - BioMgmtPathogens2017 - BioMgmtPathreds2017 - BioMgmtVectors2017 - BioCommentText2017 - BioReportDate2017 - BioMgmtDefCurrentCnt2017 - BioMgmtDefCategories2017 - BioMgmtDeficiencies2017 - PollWithViolation - LimPollutant - DMRPounds - DMRTwpe - PastCalYrConvPollutants - PastCalYrConvPolOvrLmt - PastCalYrToxicPolOvrLmt - FacTRISwRel - FacTRIPotwTrans - CWPCsoFlag - CWPCsoOutfalls - CWPStateWaterBodyCode - CWPStateWaterBodyName - AttainsCycleYear - RadGnisName - RadReachcode - RadWBDHu8 - RadWBDHu8Name - FacDerivedWBDHu8 - FacDerivedWBDHu8Name - RadWBDHuc12 - RadHu12Name - FacDerivedWBD - FacDerivedWBDName - AttainsSource - CWPImpWaterFlg - AttainsImpWaterFlg - AttainsAuCategory - AttainsStateCauses - AttainsCauseGroups - AttainsPossibleNPDESParams - AttainsAquaticLifeUseFlg - AttainsExceptnlUseFlg - AttainsRecreationUseFlg - AttainsShellfishUseFlg - BeachCloseLastYearFlg - BeachCloseLast2yrsFlg - ChesapeakeBayFlag - EPASystem - Statute - CWPTRIbalLandCode - CWPPermitStatusCode - CWPPermitTypeCode - CWPSNCEventDesc - FacMapFlg - FacMapIcon - CWPDateLastPenalty - FacTRIReporter - CWP13qtrsComplHistory - CWPCaseIDs - CWPFIPSCode - DMRImpairedPoll - CurrSvFlag - ViolFlag - CurrVioFlag - Insp5yrFlag - Ea5yrFlag - Infea5yrFlag - CWPTotalPenalties - TRIbalFlag - CensusBlockGroup - MaxPctileUs - EjscreenFlag - LastDMRValueRcvdDate - Lower48 - ActiveLower48 - EffExceeds - PastCalYrAverageFlow - PastCalYrToxicPollutants - CWPVioStatus - IndswFlag - CertifiedDate - CollectionMethod - ReferencePoint - CalculatedAccuracyMeters - Map - BiosolidsFlag - VioLastYear - StateAuthNPDES - StateAuthFedfac - StateAuthPretreat - StateAuthGen - StateAuthBiosolids - NPDESDataGroups - PermittingAgency - ElectrRptWaiverTypeCode - ElectrRptWaiverTypeDesc - ElectrRptWaiverEffDate - ElectrRptWaiverExpDate - ElectrSubmissionTypeCode - ElectrSubmissionTypeDesc - WebDocs - E90Exceeds5yr - E90Exceeds4yr - E90Exceeds3yr - E90Exceeds2yr - E90Exceeds1yr - E90Pollutants5yr - E90Pollutants4yr - E90Pollutants3yr - E90Pollutants2yr - E90Pollutants1yr - FacCountyName - FacStdCountyName - EffChartsFlag - InspDef5yrCnt - OtherPermitIDs - PermitName - Score 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 cwa06: description: Cluster Output Object properties: ClusterData: description: An array of state, county, or zip code cluster information items: $ref: '#/definitions/cwa05' title: Cluster Data type: array example: - string required: - ClusterData type: object 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 cwa11: description: Map Data Object properties: 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 TYPE: description: For DFR, this is always facility example: Facility title: Type type: string required: - LAT - LON - ICON - TYPE - NAME - PUV - CWAstatus - LastInsp - FormalCount - InformalCount type: object xml: name: Object cwa13: description: Results Object properties: Facilities: description: A complex array of facility information. items: $ref: '#/definitions/cwa01' 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 cwa07: description: Facilities Object properties: 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 AlrExceedences: title: Alert Limit Exceedences type: string example: string AssociatedPollutant: description: Description of pollutant(s) or pollutant constituent(s) associated with each industrial activity exposed to stormwater. type: string example: string AttainsAquaticLifeUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for aquatic life use. The data are from the ATTAINS database. example: Y title: ATTAINS Aquatic Life Use Flag type: string AttainsAuCategory: description: 'The impairment class or category of the waterbody in which the facility is permitted to discharge directly. The data are from the ATTAINS database: - 5 = Impaired: TMDL needed. Available information indicates that at least one designated use is not being supported and a TMDL is needed (also known as the 303(d) listed waters). - 4 = Impaired: TMDL not needed. Available information indicates that at least one designated use is not being supported, but a TMDL is not needed (see subcategories). - 4a = TMDL completed. A TMDL has been completed, but impairment still exists. - 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements). - 4c = Non-pollutant causes. Cause of impairment is not a pollutant (e.g., habitat destruction).' example: '5' title: ATTAINS Assessment Unit Category type: string AttainsCauseGroups: description: Lists all groups of pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database. example: POLYCHLORINATED BIPHENYLS (PCBS) | TOXIC ORGANICS title: ATTAINS Cause Groups type: string AttainsCycleYear: description: The year in which the most recent state assessment occurred for the waterbody. The data are from the ATTAINS database. example: '2012' title: ATTAINS Cycle Year type: string AttainsExceptnlUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for exceptional use. The data are from the ATTAINS database. example: Y title: ATTAINS Exceptional Use Flag type: string AttainsImpWaterFlg: description: Displays "Y" if the waterbody in which the facility resides is listed for impairment. The data are from the ATTAINS database. example: Y title: ATTAINS Impaired Water Flag type: string AttainsPossibleNPDESParams: description: Lists all pollutants discharged by the facility that are potentially contributing to the impairment of local waterbodies. example: pH title: ATTAINS Possible NPDES Parameters type: string AttainsRecreationUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for recreational use. The data are from the ATTAINS database. example: Y title: ATTAINS Recreational Use Flag type: string AttainsShellfishUseFlg: description: Displays "Y" if the waterbody in which the facility resides is designated for shellfish use. The data are from the ATTAINS database. example: Y title: ATTAINS Shellfish Use Flag type: string AttainsSource: description: The CWA Report in which the waterbody data can be found. The data are from the Assessment TMDL Tracking & Implementation System (ATTAINS) database. example: 303(d) title: ATTAINS Source type: string AttainsStateCauses: description: Lists all pollutants or stressors that are causing impairment in the assessed waterbody. The data are from the ATTAINS database. example: PH | POLYCHLORINATED BIPHENYLS (PCBS) title: ATTAINS State Causes type: string BeachCloseLast2yrsFlg: description: Displays "Y" if the facility is located on or near a waterbody with a beach closure within the last two years. example: Y type: string BeachCloseLastYearFlg: description: Displays "Y" if the facility is located on or near a waterbody with a beach closure within the last year. example: Y type: string BioAnalyMethodCatgrys: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethodCatgrys2016: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethodCatgrys2017: description: Displays the categories of the analytic methods used by the facility to analyze regulated parameters at the facility. type: string example: string BioAnalyMethods: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioAnalyMethods2016: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioAnalyMethods2017: description: Displays the analytic methods used by the facility to analyze enteric viruses, fecal coliforms, helminth ova, Salmonella sp., and other regulated parameters as reported on the Biosolids Program Report. type: string example: string BioCommentText: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioCommentText2016: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioCommentText2017: description: Free text allowing the user to provide comments on the annual program report. type: string example: string BioIncinerationSum: description: The amount (dry metric tons) of biosolids incinerated. type: string example: string BioIncinerationSum2016: description: The amount (dry metric tons) of biosolids incinerated. type: string example: string BioIncinerationSum2017: description: The amount (dry metric tons) of biosolids incinerated. type: string example: string BioLandApplicationSum: description: The amount (dry metric tons) of biosolids land applied. type: string example: string BioLandApplicationSum2016: description: The amount (dry metric tons) of biosolids land applied. type: string example: string BioLandApplicationSum2017: description: The amount (dry metric tons) of biosolids land applied. type: string example: string BioMgmtContainers: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtContainers2016: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtContainers2017: description: Identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. type: string example: string BioMgmtDefCategories: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCategories2016: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCategories2017: description: Indicates the program deficiency category to assist in reporting and displaying program deficiencies on web screens. type: string example: string BioMgmtDefCurrentCnt: description: The number of times noncompliance reported by the facility in the last 3 years. type: string example: string BioMgmtDefCurrentCnt2016: description: The number of times noncompliance reported by the facility in the last 3 years. type: string example: string BioMgmtDefCurrentCnt2017: description: The number of times noncompliance reported by the facility in the last 3 years. type: string example: string BioMgmtDeficiencies: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtDeficiencies2016: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtDeficiencies2017: description: Indicates the type of NPDES special regulatory program deficiency. type: string example: string BioMgmtHandlers: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtHandlers2016: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtHandlers2017: description: Indicates the type of Biosolids or Sewage Sludge handlers/preparers, either owner/operator or off-site third-party handler/preparer. type: string example: string BioMgmtPathogens: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathogens2016: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathogens2017: description: Identifies the pathogen class for biosolids or sewage sludge generated by the facility. type: string example: string BioMgmtPathreds: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPathreds2016: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPathreds2017: description: Identifies the options used by the facility to control pathogens for a Biosolids Management Practice. type: string example: string BioMgmtPrctceStypes: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceStypes2016: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceStypes2017: description: Additional detail about the type of Management Practice used for an amount of Biosolids or Sewage Sludge. type: string example: string BioMgmtPrctceTypes: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtPrctceTypes2016: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtPrctceTypes2017: description: The type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. type: string example: string BioMgmtVectors: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioMgmtVectors2016: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioMgmtVectors2017: description: Identifies the option used by the facility for vector attraction reduction. type: string example: string BioOtherManagementSum: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: string example: string BioOtherManagementSum2016: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: string example: string BioOtherManagementSum2017: description: The amount (dry metric tons) of biosolids managed using methods not previously described. type: string example: string BioOtherMgmtPrctcTxts: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioOtherMgmtPrctcTxts2016: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioOtherMgmtPrctcTxts2017: description: Free text additional description of "other" Biosolids Management Practices. type: string example: string BioQtrsWithVio: description: Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered with violations for biosolids. example: '0' title: Quarters with Violation for Biosolids (3 years) type: string BioReportDate: description: The date the report was received by EPA. type: string example: string BioReportDate2016: description: The date the report was received by EPA. type: string example: string BioReportDate2017: description: The date the report was received by EPA. type: string example: string BioReportYear: description: The calendar year corresponding to the Annual Biosolids Report. type: string example: string BioReportYears: description: Reporting years are determined by the year of the reporting period end date. Data reflect the last two reporting years. title: Biosolids Annual Report type: string example: string BioReportingObligations: description: Indicates the reporting obligation reason. type: string example: string BioReportingObligations2016: description: Indicates the reporting obligation reason. type: string example: string BioReportingObligations2017: description: Indicates the reporting obligation reason. type: string example: string BioSurfaceDispSum: description: The amount of surface disposal in dry metric tons (DMT). type: string example: string BioSurfaceDispSum2016: description: The amount of surface disposal in dry metric tons (DMT). type: string example: string BioSurfaceDispSum2017: description: The amount of surface disposal in dry metric tons (DMT). type: string example: string BioTotalVolumeAmt: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: string example: string BioTotalVolumeAmt2016: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: string example: string BioTotalVolumeAmt2017: description: The amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. type: string example: string BioTrmntPrcssCmntTxts2016: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrmntPrcssCmntTxts2017: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrtmntPrcssCmmntTxts: description: Free text additional description of "other" biotreatment processes. type: string example: string BioTrtmntProcesses: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioTrtmntProcesses2016: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioTrtmntProcesses2017: description: Identifies the biosolids or sewage sludge treatment process or processes at the facility. type: string example: string BioVioLastYear: description: A flag (values of 1 for Yes, 0 for No) that a Bisolids Violation occurred in the last 4 quarters. type: string example: string BioVioLastYearFlag: description: 'Y if the facility has a biosolids single event violation under the Clean Water Act in the last year. Note: Violations reported on the 2016 and 2017 Biosolids Annual Report are not updated with the weekly data refresh and may not be representative of a facility''s recently submitted or updated report.�' example: N title: Biosolids Violation in Last Year type: string BioVioStatus: description: A value of 1 indicates if the Biosolids facility currently has an unresolved biosolids related Single Event Violation. example: '0' title: Biosolids Violation Status Flag type: string BioViolFlag: description: Displays "Yes" if the facility is in violation for biosolids under the Clean Water Act, in the last three years. type: string example: string BiosolidsFlag: description: A Yes/No field to indicate permits with biosolids management and compliance information. type: string example: '12345' CWP13qtrsComplHistory: description: 'The facility''s 3-year or 13-quarter 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: VV__SS_U__V_ title: CWP 13 Quarters Compliance History type: string CWPActualAverageFlowNmbr: description: The actual amount of the facility's wastewater flow measured in million gallons per day (MGD). example: '448' type: string CWPBioFeaCount: description: The count of Biosolids related Formal Enforcement Actions that have been taken against the Facility. type: string example: string CWPBioIeaCount: description: The count of Biosolids related Informal Enforcement Actions that have been taken against the Facility. type: string example: string CWPBioInspCount: description: The count of Biosolids related Inspections that have occured for the facility. type: string example: string CWPBioPenalties: description: The total amount of Biosolids related penalties that have been assessed against the facility. type: string example: string CWPCaseIDs: description: Indicates the ICIS Case Number, a unique number identifying the civil enforcement action. example: 03-2014-0228 type: string CWPCity: description: City in which the facility is located. example: HUNTSVILLE title: City type: string CWPComplianceTracking: description: Extent to which data is being entered and effluent exceedances are being identified (Off, On, Partial). example: 'On' type: string CWPCounty: description: County in which the facility is located. example: District of Columbia title: County type: string CWPCsoFlag: description: The discharge from a Combined Sewer System at a point prior to the treatment plant. CSOs are point sources subject to NPDES permit requirements including both technology-based and water quality-based requirements of the Clean Water Act. example: N title: Combined Sewer Overflows (CSOs)? type: string CWPCsoOutfalls: description: The number of discharge outfalls at points prior to the treatment plant. example: '59' title: CSO Outfalls type: string CWPDateLastBioFea: description: Indicates the effective date of the most recent listed biosolids formal enforcement action taken against the facility within the last five years. title: Date Last Biosolids Formal Action type: string example: string CWPDateLastBioFeaEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA within the last five years. title: Date Last Biosolids Formal Action (EPA) type: string example: string CWPDateLastBioFeaSt: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency within the last five years. title: Date Last Biosolids Formal Action (State) type: string example: string CWPDateLastBioIea: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility within the last five years. title: Date Last Biosolids Informal Action type: string example: string CWPDateLastBioIeaEPA: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by EPA within the last five years. title: Date Last Biosolids Informal Action (EPA) type: string example: string CWPDateLastBioIeaSt: description: Indicates the effective date of the most recent listed biosolids informal enforcement action taken against the facility by a state environmental agency within the last five years. title: Date Last Biosolids Informal Action (State) type: string example: string CWPDateLastBioInsp: description: The date on which the most recent biosolids program inspection of the facility took place. title: Date of Last Biosolids Inspection type: string example: string CWPDateLastBioInspEPA: description: Indicate the last inspection date by EPA title: Date of Last Biosolids Inspection (EPA) type: string example: string CWPDateLastBioInspSt: description: Indicate the last inspection date by state environmental agency title: Date of Last Biosolids Inspection (State) type: string example: string CWPDateLastBioPenalty: description: Indicates the date on which the most recent assessed (or final) biosolids penalty was taken against the facility within the last five years. This measure only includes penalties that have been entered in the program database ICIS-NPDES. title: Date of Last Biosolids Penalty type: string example: string CWPDateLastFea: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility. example: 06/01/2006 type: string CWPDateLastFeaEPA: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by EPA. example: 06/01/2006 type: string CWPDateLastFeaSt: description: Indicates the effective date of the most recent listed formal enforcement action taken against the facility by a state environmental agency. example: 09/27/2010 type: string CWPDateLastIeaEPA: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility by EPA. example: 12/09/1992 type: string CWPDateLastIeaSt: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility by a state environmental agency. example: 06/09/2013 type: string CWPDateLastInformalEa: description: Indicates the effective date of the most recent listed informal enforcement action taken against the facility. example: 06/09/2013 title: Date of Last Informal Enf Action type: string CWPDateLastInspEPA: description: Indicates the effective date of the most recent inspection taken against the facility. example: 07/29/2015 type: string CWPDateLastInspSt: description: Indicates the effective date of the most recent inspection taken against the facility by a state environmental agency. example: 09/15/2004 type: string CWPDateLastInspection: description: The date on which the most recent inspection of the facility took place. For the CAA, the date on which a Full Compliance Evaluation (FCE) was completed. example: 07/29/2015 title: Date of Last Inspection type: string CWPDateLastPenalty: description: Indicates date of most recent penalty against the facility. example: 09/27/2010 type: string CWPDaysLastBioInsp: description: Indicates the number of days since the most recent Biosolids related inspection of the facility. type: string example: string CWPDaysLastInspection: description: Indicates the number of days since the most recent inspection of the facility. example: '247' type: string CWPE90Cnt: description: Displays the number of instances where effluent limits have been exceeded in the past 3 years (E90 compliance code), based on monthly Discharge Monitoring Reports (DMRs) submitted by facilities. example: '5' title: Effluent Violations (5 yrs) type: string CWPEPARegion: 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 type: string CWPEffectiveDate: description: Date (MM/DD/YYYY) that the permit became effective. example: 01/14/2009 title: Permit Effective Date type: string CWPExpirationDate: description: Date that the permit expires. example: 04/19/2005 title: Date of Permit Expiration type: string CWPFIPSCode: description: A 5 digit combination of the 2 digit Federal Information Processing Standards (FIPS) code for the state and the 3 digit FIPS code of the county that a facility is located in. example: '11032' title: CWP FIPS Code type: string CWPFacilityTypeCode: type: string example: string CWPFacilityTypeIndicator: description: Each National Pollutant Discharge Elimination System (NPDES) permit is defined by the program office as a Major or non-major discharger. This field also indicates the permit type. example: NON-POTW title: Facility Type type: string CWPFormalEaCnt: 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: '1' type: string CWPImpWaterFlg: description: Displays "Y" if the permitted facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act. example: Y title: Impaired Water Body type: string CWPIndianCntryFlg: description: Displays "Y" if a facility is located in Indian country. example: Y title: In Indian Country type: string CWPInformalEnfActCount: description: Indicates the total number of informal enforcement actions/notices of violations (NOVs) taken against the facility within the last five years. example: '3' title: Information Enforcement Actions (5 yrs) type: string CWPInspectionCount: description: The number of inspections/compliance evaluations, under the corresponding statute, occurring at the facility within the last five years. example: '4' title: Inspections (5 yrs) type: string CWPIssueDate: description: Date (MM/DD/YYYY) that the permit was issued. example: 11/10/2015 title: Permit Issue Date type: string CWPMajorMinorStatusFlag: description: 'Facilities marked "M" for major refers to CWA major permittees. - M = Major - N = Minor' example: N title: Major/Minor Status Flag type: string CWPNAICSCodes: description: Indicates the facility's or permit's primary North American Industry Classification System (NAICS) Code. example: '236220' title: NAICS Code type: string CWPName: description: Facility or permit holder name, as maintained in ICIS-NPDES. example: REDSTONE ARSENAL title: Facility Name type: string CWPPermitStatusCode: description: The code associated with the facility's NPDES permit status. example: ADC title: Permit Status (Code) type: string CWPPermitStatusDesc: description: The current stage/status in the NPDES permit life cycle. example: Effective title: Permit Status Description type: string CWPPermitTypeCode: description: The code associated with the facility's NPDES permit classification. example: NPD title: Permit Type (Code) type: string CWPPermitTypeDesc: description: 'NPDES facility permit classification: - NPDES Individual Permit - General Permit Covered Facility - NPDES Master General Permit - Associated Permit Record - Individual Industrial User Permit - Individual State Issued Permit - State Issued Master General Permit - Unpermitted Facility' example: General Permit Covered Facility title: Permit Type Description type: string CWPQtrsWithNC: description: Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in noncompliance (NC) status, or in Significant Noncompliance (SNC), as described above under Compliance Status. example: '0' title: Quarters with Noncompliance (3 years) type: string CWPQtrsWithSNC: description: Count of the number of quarters, out of the last twelve quarters, in which the permit is considered in Significant Noncompliance (SNC), as described above under Compliance Status. example: '0' title: Quarters with SNC (3 years) type: string CWPSICCodes: description: Indicates the facility's or permit's primary Standard Industrial Classification (SIC) Code. example: '4911' title: SIC Code type: string CWPSNCEventDesc: description: Describes the event that resulted in the facility's status of Significant Noncompliance. type: string example: string CWPSNCStatus: description: Indicates when a major source is in significant noncompliance (SNC) or a non-major source has a Category I violation. title: Significant Noncompliance (SNC) Status type: string example: active CWPSNCStatusDate: description: The status date of the facility's Significant Noncompliance designation. example: 09/30/2018 title: SNC Status Date type: string CWPState: description: Facility location - two-digit state abbreviation. example: AL title: State type: string CWPStateDistrict: description: The State Congressional District the facility is located within. type: string example: NC CWPStateWaterBodyCode: description: 'Code from the Assessment TMDL Tracking & Implementation System (ATTAINS) database, assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification: - Region (first-level, 2-digit HUC) - Subregion (second-level, 4-digit HUC) - Accounting unit (third-level, 6-digit HUC) - Cataloguing unit (fourth-level, 8-digit HUC) - Watershed (fifth-level, 10-digit HUC) - Subwatershed (sixth-level, 12-digit HUC)' example: '552968' type: string CWPStateWaterBodyName: description: The name of the watershed from the ATTAINS database in which the facility resides. example: POTOMAC RIVER type: string CWPStatus: description: 'An indication of the facility''s current compliance status under the Clean Water Act: - Significant Violation - Noncompliance - No Violation - Unknown' example: No Violation title: Current Compliance Status type: string CWPStreet: description: Facility street address example: BUILDING 3240 AREA title: Street Address type: string CWPTRIbalLandCode: description: From ICIS, the unique identifier for every unit of land within Indian Country. title: ICIS Tribal Land Code type: string example: string CWPTerminationDate: description: Date (MM/DD/YYYY) that the permit was terminated. title: Permit Termination Date type: string example: string CWPTotalDesignFlowNmbr: description: The amount of wastewater flow in million gallons per day (MGD) that the facility is designed for. example: '40' type: string CWPTotalPenalties: description: The total penalty value incurred over 5 years. example: $6,524 type: string CWPVersionNmbr: description: The version number of the facility's NPDES permit. example: '0' title: Permit Version Number type: string CWPVioStatus: description: The current Reportable Non Compliance value for the facility. example: E(EffViol) title: Current RNC Violation Status type: string CWPViolStatus: description: Indicates if the facility is currently in any violation under the Clean Water Act, either in Noncompliance or Significant Noncompliance. example: 'No' title: Current Violation Status type: string CWPZip: description: Facility ZIP code example: '35898' title: Zip type: string CalculatedAccuracyMeters: description: The estimated accuracy in Meters for the facility's geospatial coordinate. example: '50' title: Calculated Accuracy in Meters type: string 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 CertifiedDate: description: The issue date or effective date of the permit. example: 01/01/2018 title: Certified Date type: string ChesapeakeBayFlag: description: Displays "Y" if the facility is located within the Chesapeake Bay watershed. example: Y title: Chesapeake Bay Flag type: string CollectionMethod: description: ?? example: ADDRESS MATCHING-HOUSE NUMBER title: Collection Method type: string ControlMeasure: description: Description of control measures employed to comply with the non-numeric technology-based effluent limits required in Part 2.1.2 and Part 8. title: Control Measure type: string example: string ControlMeasureSchedule: description: Description of schedule for control measures associated with good housekeeping and maintenance. title: Control Measure Schedule type: string example: 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 DMRImpairedPoll: description: The pollutants with limits or monitoring requirements in a facility's NPDES permit with the potential to contribute to impairment of local waterbodies example: Mercury | Oil and grease | Solids, total suspended | Temperature, water deg. centigrade | Temperature, water deg. fahrenheit | pH type: string DMRPounds: description: Total pounds of pollutants discharged by the NPDES ID for the most recent complete calendar year. example: '500696' type: string DMRTwpe: description: Total toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. TWPE is the mass of a pollutant or chemical discharged that accounts for its relative toxicity. example: '1.15' type: string DschToMs4: description: Indicates�if a facility discharges into a Municipal Separate Storm Sewer System (MS4). title: Discharging to MS4 type: string example: string E90Exceeds1yr: description: The number of E90 Exceedences in the last year. example: '4' title: E90 Exceedences 1 Year type: string E90Exceeds2yr: description: The number of E90 Exceedences in the last 2 years. example: '8' title: E90 Exceedences 2 Years type: string E90Exceeds3yr: description: The number of E90 Exceedences in the last 3 years. example: '10' title: E90 Exceedences 3 Years type: string E90Exceeds4yr: description: The number of E90 Exceedences in the last 4 years. example: '12' title: E90 Exceedences 4 Years type: string E90Exceeds5yr: description: The number of E90 Exceedences in the last 5 years. example: '16' title: E90 Exceedences 5 Years type: string E90Pollutants1yr: description: The pollutants for the E90 Exceedences in the last year. example: Lead title: E90 Pollutants 1 Year type: string E90Pollutants2yr: description: The pollutants for the E90 Exceedences in the last 2 years. example: Lead, Copper title: E90 Pollutants 2 Years type: string E90Pollutants3yr: description: The pollutants for the E90 Exceedences in the last 3 years. example: Lead, Copper title: E90 Pollutants 3 Years type: string E90Pollutants4yr: description: The pollutants for the E90 Exceedences in the last 4 years. example: Lead, Copper title: E90 Pollutants 4 Years type: string E90Pollutants5yr: description: The pollutants for the E90 Exceedences in the last 5 years. example: Lead, Copper title: E90 Pollutants 5 Years type: string EPASystem: description: "The EPA data system in which permit and facility records are kept. EPA's Facility Registry System (FRS) links all program database records (such as permit IDs and IDs facilities use in reporting to EPA) together. The following list describes the individual data systems that are linked to from the detailed facility report: \n\n- AFS: Air Facility System for Clean Air Act stationary source programs.\n- ICP: Integrated Compliance Information System for Clean Water Act programs monitoring National Pollutant Discharge Elimination System (NPDES) permits.\n- RCR: Resource Conservation and Recovery Act Information System (RCRAInfo) for tracking the Resource Conservation and Recovery Act (RCRA) programs.\n- NCDB: National Compliance Database System for monitoring national performance of the Toxic Substance Control Act (TSCA); the Emergency Planning and Right-to-Know Act, Section 313 (EPCRA); the Asbestos Hazard Emergency Response (AHERA); and the Federal Insecticide, Fungicide, and Rodenticide Act (FIFRA).\n- TRI: Toxics Release Inventory for Emergency Planning and Community Right-to-Know Act, Section 313 submissions.\n- NEI: National Emissions Inventory database contains information on stationary and mobile sources that emit criteria air pollutants and their precursors, as well as hazardous air pollutants (HAPs). The database includes estimates of annual emissions, by source, of air pollutants in each area of the country, on an annual basis.\n- TSCA: Toxic Substances Control Act addressing the production, importation, use, and disposal of specific chemicals." example: ICP title: EPA Data System type: string 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 EffExceeds: description: The number of E90 Effluent Violations in the last 3 years. example: '4' title: Effluent Exceedances 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 ElectrRptWaiverEffDate: description: This is the effective date for a waiver from electronic reporting in compliance with this part. This data element should always be populated for a waiver. title: Electronic Reporting Waiver Effective Date type: string example: string ElectrRptWaiverExpDate: description: This is the expiration date for a temporary waiver from electronic reporting in compliance with this part. This data element should be left blank if the permittee has a permanent waiver from electronic reporting or if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Reporting Waiver Expiration Date type: string example: string ElectrRptWaiverTypeCode: description: The unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Reporting Waiver Type Code type: string example: string ElectrRptWaiverTypeDesc: description: Description of the unique code that identifies whether the authorized NPDES program has granted the permittee a waiver from electronic reporting in compliance with this part (e.g, temporary waiver, permanent waiver). This data element should be left blank if the permittee does not have a waiver from electronic reporting in compliance with this part. title: Electronic Waiver Type Code Description type: string example: string ElectrSubmissionTypeCode: description: This is the code indicating the means by which the data were submitted electronically. title: Electronic Submission Type Code type: string example: string ElectrSubmissionTypeDesc: description: This is the description of the code indicating the means by which the data were submitted electronically. title: Electronic Submission Type Code Description type: string example: string ExposedActivity: description: Description of onsite industrial activities exposed to stormwater and potential spill and leak areas. type: string example: string FacCountyName: description: The facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Facility County Name 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 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 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 FacDerivedWBDName: description: The 12 digit Watershed Boundary Dataset Name derived from the FRS Best Pick Coordinate example: Fourmile Run-Potomac River title: FRS Derived Watershed Boundary Dataset (WBD) Name 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 FacFederalAgencyCode: description: 'Indicates the federal agency, as classified in FRS. Federal agencies are installations that are owned and operated by the U.S. government. The five-character code consists of a letter followed by four numbers. There are four possible letters that can occupy the first character position: C = Civilian Federal Agency; D = Department of Defense; E = Department of Energy; X = Unknown. The second and third characters represent the agency code, while the fourth and fifth characters represent the bureau code.' example: E title: Facility Federal Agency Code 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 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 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 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 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 FacStdCountyName: description: The standardized facility county name from EPA's Facility Registry System example: Fairfax County title: FRS Standardized Facility County Name type: string FacTRIPotwTrans: description: POTW transfer information from the Toxics Release Inventory (TRI) represents the amount of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW), in pounds, for the most recent reporting year. example: '1058200' type: string FacTRIReporter: description: Indicates whether facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. example: B title: Facility TRI Reporter type: string FacTRISwRel: description: Chemical surface water release information from the Toxics Release Inventory (TRI) represents the total chemical releases discharged to surface water, in pounds, for the most recent reporting year. example: '0' 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 HistoricCriterionCode: description: Indicates the eligibility criteria for historic properties preservation. title: Historic Preservation Criterion type: string example: string IndswFlag: description: A value of Y indicates an Industrial Stormwater Permit. example: Y title: Industrial Stormwater Flag 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 InspDef5yrCnt: example: '0' type: string IssuingAgency: description: This is the name of the organization issuing or granting a permit. title: Permit Issuing Agency type: string example: string LastDMRValueRcvdDate: description: The latest date that a Discharge Monitoring Report was received by the State or EPA. example: 01/31/2018 title: Last DMR Value Received Date type: string LimPollutant: description: The list of pollutants with enforceable (i.e., numeric limits or monitoring only) and/or benchmark limits in the current version of a NPDES permit. title: Pollutants(s) With Limits type: string example: 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 Map: description: No Longer Used. title: Map type: string example: string MasterExternalPermitNmbr: description: This is the unique identifier for the Master General Permit for a General Permit Covered Facility. title: Master External Permit Number type: string example: 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 MissDMRQtrs: description: Count of the number of quarters, out of the last twelve quarters, in which EPA's data system was not able to determine the facility-level compliance status. title: Qtrs in Undetermined Compliance Status (2 years) type: string example: string MsgpCorrectiveActionSmmry: description: Summary of the corrective action documentation (part 4.3 of the permit) during the MSGP annual report year. title: MSGP Corrective Action Summary type: string example: string MsgpFacilityInspctnSmmry: description: Summary of the quarterly facility inspection documentation (part 3.1 of the permit) during the MSGP annual report year. title: MSGP Facility Inspection Summary type: string example: string MsgpLastReportYear: description: The calendar year of the latest MSGP annual report submitted by the permitted facility. title: MSGP Latest Annual Report Year type: string example: string MsgpNoFurtherRdctnRtnle: description: Description of rationale for why no further reductions are achievable (part 6.2.1.2 of the permit) during the MSGP annual report year. title: MsgpNoFurtherRdctnRtnle type: string example: string MsgpPermitType: description: The Industrial stormwater permit type. example: NOI title: MSGP Permit Type type: string MsgpVisualAssessmentSmmry: description: Summary of the quarterly visual assessment documentation (part 3.3 of the permit) during the MSGP annual report year. title: MSGP Visual Assessment Summary type: string example: string NPDESDataGroups: description: This is the code indicating the NPDES eReporting Rule Data Group that applies to the data. title: NPDES Data Group Codes type: string example: string NPDESDataGroupsDescs: description: Description for each NPDES Data Group eReporting rule code related to the current NPDES permit. title: NPDES Data Group Codes Descriptions type: string example: 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' ObjectId: description: Sequential number assigned to each facility or cluster returned. example: '1' title: Object Identifier type: string OtherPermitIDs: type: string example: '12345' 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 PastCalYrAverageFlow: description: The past calendar year average flow in Million Gallons a Day (MGD). example: '209' title: Past Calendar Year Average Flow type: string PastCalYrConvPolOvrLmt: description: Total load over limit of conventional pollutant pounds equivalent discharged by the NPDES ID for the most recent complete calendar year. title: DMR Conventional Pollutants - Load Over Limit (lb/year) type: string example: string PastCalYrConvPollutants: description: Total pounds of conventional pollutants discharged by the NPDES ID for the most recent complete calendar year. title: DMR Conventional Pollutants Loadings (lb/year) type: string example: string PastCalYrToxicPolOvrLmt: description: Total load over limit of toxic-weighted pounds equivalent (TWPE) discharged by the NPDES ID for the most recent complete calendar year. example: '0' title: DMR Toxic Load Over Limit (lb-eq/year) type: string PastCalYrToxicPollutants: description: The toxic pollutants discharged by the NPDES facility for the most recent complete calendar year. example: Benzene title: DMR Toxic Pollutants 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 PermitComponents: description: Indicates the permit component(s) associated with the NPDES Permit Program Area. example: POTW title: Permit Components type: string PermitName: type: string example: EPA Facility PermittingAgency: description: This is the type of organization issuing or granting a permit. title: Permitting Agency type: string example: string PollWithViolation: description: The names of pollutants with effluent exceedances (i.e., violation code E90) in the past three years in ICIS-NPDES. title: Pollutant(s) With Violations (3 years) type: string example: 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 RadGnisName: description: The name of the waterbody from the Geographic Names Information System (GNIS) database in which the facility is permitted to discharge directly. example: Pojoaque River title: Reach Address Database GNIS Name type: string RadHu12Name: description: The name of the waterbody in which the facility is permitted to discharge directly (from the Reach Address Database, RAD). example: Nichols Run-Potomac River title: Reach Address Database HUC12 Name type: string RadReachcode: description: A nationally unique and permanent identifier for the waterbody, assigned by the US Geological Survey. example: '144957244039' title: Reach Address Database Reach Code type: string RadWBDHu8: description: Hydrologic Unit Code (HUC) from the Reach Address Database (RAD), which is derived from the USGS Watershed Boundary Dataset. example: '2060003' title: WBD Hydrologic Unit Code (RAD) type: string RadWBDHu8Name: description: The name of the hydrologic unit in which the facility may discharge, from the Reach Address Database (RAD) and derived from the USGS Watershed Boundary Dataset. example: Gunpowder-Patapsco title: WBD Hydrologic Unit Name (RAD) type: string RadWBDHuc12: description: 'Code from the Reach Address Database (RAD), assigned by the US Geological Survey, used to classify watersheds in the United States and the Caribbean. The code consists of twelve digits which correspond to six levels of classification: - Region (first-level, 2-digit HUC) - Subregion (second-level, 4-digit HUC) - Accounting unit (third-level, 6-digit HUC) - Cataloguing unit (fourth-level, 8-digit HUC) - Watershed (fifth-level, 10-digit HUC) - Subwatershed (sixth-level, 12-digit HUC)' example: 020700081005 title: Reach Address Database Watershed Boundary Dataset HUC12 Code type: string ReceivingMs4Name: description: This is the name of the receiving MS4(s). title: Receiving MS4 Name type: string example: EPA Facility ReferencePoint: description: ?? example: ENTRANCE POINT OF A FACILITY OR STATION title: Reference Point 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 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 Score: example: '1' title: Score type: string Sector: description: The sector code and description for the industrial stormwater facility. example: 'N: Scrap Recycling Facilities' title: Sector type: string SourceID: description: Unique Identifier assigned by EPA. example: ALR040033 title: EPA Source Identifier type: string SpeciesCriticalHabitalFlag: description: This identifies if Endangered Species Act (ESA) provisions are met. type: string example: string StateAuthBiosolids: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Biosolids. example: Y title: State Authorization Biosolids type: string StateAuthFedfac: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized to regulate Federally owned facilities. title: State Authorization Federal Facilities type: string example: NC StateAuthGen: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for General NPDES Facilities. title: State Authorization General Facilities type: string example: NC StateAuthNPDES: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for NPDES Facilities. title: State Authorization NPDES Facilities type: string example: NC StateAuthPretreat: description: Indicates whether the state/tribe/territory code (first 2 digits of the NPDES_ID/SOURCE_ID) is authorized for Pretreatment Facilities. title: State Authorization Pretreatment Facilities type: string example: NC Statute: description: "The name of the statute associated with each of the permits and identifiers linked to the facility: \n- CAA = the Clean Air Act\n- CWA = the Clean Water Act\n- RCRA = the Resource Conservation and Recovery Act\n- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)\n- TSCA = the Toxic Substances Control Act\n- SDWA = the Safe Drinking Water Act" example: CWA title: Regulatory Statute type: string StormWaterArea: description: The estimated area of industrial activity at the site exposed to stormwater in acres. title: Est. Area Exposed to Stormwater (Acres) type: string example: string SubmittedDate: description: Date that the permit was submitted to the issuing agency. title: Submitted Date type: string example: string Subsector: description: The industrial subsector associated with the facility. title: Subsector type: string example: string SwpppUrl: description: Web address URL of Internet page where current copy of Stormwater Pollution Prevention Plan (SWPPP) is maintained. type: string example: https://example.com 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 TRIbalFlag: description: A flag indicating that the facility is within a tribal area. example: '1' title: Tribal Lands Flag type: string TypeOfMonitoring: description: The type of monitoring specified in the SWPPP. title: Type Of Monitoring type: string example: string TypeOfWater: description: The type of water body receiving discharges stormwater discharges specified in the SWPPP. title: Type Of Water type: string example: string VioLastYear: description: A flag (values of 1 for Yes, 0 for No) that a Water Program Violation occurred in the last 4 quarters. example: '1' title: Water Program Violation Flag 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 - CWPName - SourceID - CWPStreet - CWPCity - CWPState - CWPStateDistrict - CWPZip - MasterExternalPermitNmbr - RegistryID - CWPCounty - CWPEPARegion - FacFederalAgencyCode - FacFederalAgencyName - FacDerivedHuc - FacFIPSCode - FacIndianCntryFlg - CWPIndianCntryFlg - FacIndianSpatialFlg - FacDerivedTRIbes - FacUsMexBorderFlg - CWPSICCodes - CWPNAICSCodes - FacLat - FacLong - CWPTotalDesignFlowNmbr - CWPActualAverageFlowNmbr - CWPFacilityTypeIndicator - CWPFacilityTypeCode - BioReportingObligations - DschToMs4 - ReceivingMs4Name - StormWaterArea - HistoricCriterionCode - SpeciesCriticalHabitalFlag - SwpppUrl - ExposedActivity - AssociatedPollutant - ControlMeasure - ControlMeasureSchedule - TypeOfMonitoring - TypeOfWater - EjscreenFlagUs - Over80CountUs - PctilePctpre1960Us - PctileDpmUs - PctileCancerUs - PctileRespUs - PctileTrafficScoreUs - PctileProximityNPDESUs - PctileProximityNplUs - PctileProximityRmpUs - PctileProximityTsdfUs - PctileO3Us - PctilePmUs - FacPopDen - FacPercentMinority - Sector - Subsector - MsgpPermitType - CWPVersionNmbr - CWPPermitStatusDesc - IssuingAgency - SubmittedDate - CWPPermitTypeDesc - CWPIssueDate - CWPEffectiveDate - CWPTerminationDate - CWPExpirationDate - CWPMajorMinorStatusFlag - PermitComponents - NPDESDataGroupsDescs - MsgpLastReportYear - MsgpFacilityInspctnSmmry - MsgpVisualAssessmentSmmry - MsgpNoFurtherRdctnRtnle - MsgpCorrectiveActionSmmry - AIRIDs - NPDESIDs - RCRAIDs - SDWAIDs - TRIIDs - RmpIDs - BioVioLastYearFlag - BioQtrsWithVio - CWPStatus - CWPSNCStatus - CWPSNCStatusDate - CWPQtrsWithNC - CWPViolStatus - CWPQtrsWithSNC - MissDMRQtrs - CWPE90Cnt - CWPComplianceTracking - AlrExceedences - BioReportYear - CWPInspectionCount - CWPDaysLastInspection - CWPDateLastInspection - CWPDateLastInspEPA - CWPDateLastInspSt - CWPBioInspCount - CWPDaysLastBioInsp - CWPDateLastBioInsp - CWPDateLastBioInspEPA - CWPDateLastBioInspSt - CWPInformalEnfActCount - CWPFormalEaCnt - CWPDateLastInformalEa - CWPDateLastIeaEPA - CWPDateLastIeaSt - CWPDateLastFea - CWPDateLastFeaEPA - CWPDateLastFeaSt - CWPBioIeaCount - CWPBioFeaCount - CWPDateLastBioIea - CWPDateLastBioIeaEPA - CWPDateLastBioIeaSt - CWPDateLastBioFea - CWPDateLastBioFeaEPA - CWPDateLastBioFeaSt - CWPBioPenalties - CWPDateLastBioPenalty - BioReportYears - BioReportingObligations2016 - BioTotalVolumeAmt - BioTotalVolumeAmt2016 - BioLandApplicationSum - BioLandApplicationSum2016 - BioSurfaceDispSum - BioSurfaceDispSum2016 - BioIncinerationSum - BioIncinerationSum2016 - BioOtherManagementSum - BioOtherManagementSum2016 - BioTrtmntProcesses - BioTrtmntProcesses2016 - BioTrtmntPrcssCmmntTxts - BioTrmntPrcssCmntTxts2016 - BioAnalyMethodCatgrys - BioAnalyMethodCatgrys2016 - BioAnalyMethods - BioAnalyMethods2016 - BioMgmtPrctceTypes - BioMgmtPrctceTypes2016 - BioOtherMgmtPrctcTxts - BioOtherMgmtPrctcTxts2016 - BioMgmtPrctceStypes - BioMgmtPrctceStypes2016 - BioMgmtHandlers - BioMgmtHandlers2016 - BioMgmtContainers - BioMgmtContainers2016 - BioMgmtPathogens - BioMgmtPathogens2016 - BioMgmtPathreds - BioMgmtPathreds2016 - BioMgmtVectors - BioMgmtVectors2016 - BioCommentText - BioCommentText2016 - BioReportDate - BioReportDate2016 - BioMgmtDefCurrentCnt - BioMgmtDefCurrentCnt2016 - BioMgmtDefCategories - BioMgmtDefCategories2016 - BioMgmtDeficiencies - BioMgmtDeficiencies2016 - BioVioStatus - BioViolFlag - BioVioLastYear - BioReportingObligations2017 - BioTotalVolumeAmt2017 - BioLandApplicationSum2017 - BioSurfaceDispSum2017 - BioIncinerationSum2017 - BioOtherManagementSum2017 - BioTrtmntProcesses2017 - BioTrmntPrcssCmntTxts2017 - BioAnalyMethodCatgrys2017 - BioAnalyMethods2017 - BioMgmtPrctceTypes2017 - BioOtherMgmtPrctcTxts2017 - BioMgmtPrctceStypes2017 - BioMgmtHandlers2017 - BioMgmtContainers2017 - BioMgmtPathogens2017 - BioMgmtPathreds2017 - BioMgmtVectors2017 - BioCommentText2017 - BioReportDate2017 - BioMgmtDefCurrentCnt2017 - BioMgmtDefCategories2017 - BioMgmtDeficiencies2017 - PollWithViolation - LimPollutant - DMRPounds - DMRTwpe - PastCalYrConvPollutants - PastCalYrToxicPolOvrLmt - PastCalYrConvPolOvrLmt - FacTRISwRel - FacTRIPotwTrans - CWPCsoFlag - CWPCsoOutfalls - CWPStateWaterBodyCode - CWPStateWaterBodyName - AttainsCycleYear - RadGnisName - RadReachcode - RadWBDHu8 - RadWBDHu8Name - FacDerivedWBDHu8 - FacDerivedWBDHu8Name - RadWBDHuc12 - RadHu12Name - FacDerivedWBD - FacDerivedWBDName - AttainsSource - CWPImpWaterFlg - AttainsImpWaterFlg - AttainsAuCategory - AttainsStateCauses - AttainsCauseGroups - AttainsPossibleNPDESParams - AttainsAquaticLifeUseFlg - AttainsExceptnlUseFlg - AttainsRecreationUseFlg - AttainsShellfishUseFlg - BeachCloseLastYearFlg - BeachCloseLast2yrsFlg - ChesapeakeBayFlag - EPASystem - Statute - CWPTRIbalLandCode - CWPPermitStatusCode - CWPPermitTypeCode - CWPSNCEventDesc - FacMapFlg - FacMapIcon - CWPDateLastPenalty - FacTRIReporter - CWP13qtrsComplHistory - CWPCaseIDs - CWPFIPSCode - DMRImpairedPoll - CurrSvFlag - ViolFlag - CurrVioFlag - Insp5yrFlag - Ea5yrFlag - Infea5yrFlag - CWPTotalPenalties - TRIbalFlag - CensusBlockGroup - MaxPctileUs - EjscreenFlag - LastDMRValueRcvdDate - Lower48 - ActiveLower48 - EffExceeds - PastCalYrAverageFlow - PastCalYrToxicPollutants - CWPVioStatus - IndswFlag - CertifiedDate - CollectionMethod - ReferencePoint - CalculatedAccuracyMeters - Map - BiosolidsFlag - VioLastYear - StateAuthNPDES - StateAuthFedfac - StateAuthPretreat - StateAuthGen - StateAuthBiosolids - NPDESDataGroups - PermittingAgency - ElectrRptWaiverTypeCode - ElectrRptWaiverTypeDesc - ElectrRptWaiverEffDate - ElectrRptWaiverExpDate - ElectrSubmissionTypeCode - ElectrSubmissionTypeDesc - WebDocs - E90Exceeds5yr - E90Exceeds4yr - E90Exceeds3yr - E90Exceeds2yr - E90Exceeds1yr - E90Pollutants5yr - E90Pollutants4yr - E90Pollutants3yr - E90Pollutants2yr - E90Pollutants1yr - FacCountyName - FacStdCountyName - EffChartsFlag - InspDef5yrCnt - OtherPermitIDs - PermitName - Score - MaxScore type: object xml: name: Facility cwa08: description: Results Object properties: BadSystemIDs: description: Identifies which passed query system identifiers are invalid. type: string example: '12345' BioCVRows: description: Number of facilities with current biosolid-related violations. type: string example: string BioV3Rows: description: Number of facilities having one or more quarters of biosolid-related non-compliance in the last three years. type: string example: string CVRows: description: Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations. example: '0' type: string ClusterOutput: $ref: '#/definitions/cwa06' 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/cwa07' 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 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 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 VioLast4QRows: description: The number of facilities with a violation in the last year. title: Facilities in Violation in the Last Year type: string example: string required: - Message - QueryID - QueryRows - IndianCountryRows - SVRows - CVRows - V3Rows - FEARows - InfFEARows - INSPRows - BioCVRows - BioV3Rows - VioLast4QRows - TotalPenalties - BadSystemIDs - IconBaseURL - PopUpBaseURL - ServiceBaseURL - QueryParameters type: object cwa12: 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/cwa11' 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 cwa02: description: Map Data Object properties: 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 TYPE: description: For DFR, this is always facility example: Facility title: Type type: string required: - LAT - LON - ICON - TYPE - NAME - PUV - CWAstatus - LastInsp - FormalCount - InformalCount type: object xml: name: Object cwa05: description: Cluster Data Object properties: BioCVRows: description: Number of facilities with current biosolid-related violations. type: string example: string BioV3Rows: description: Number of facilities having one or more quarters of biosolid-related non-compliance in the last three years. type: string example: string 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 VioLast4QRows: description: The number of facilities with a violation in the last year. title: Facilities in Violation in the Last Year type: string example: string required: - ObjectId - ClusterLatitude - ClusterLongitude - ClusterIcon - ClusterType - ClusterName - ClusterValue - ClusterCount - IndianCountryRows - EPARegionCode - SVRows - CVRows - V3Rows - FEARows - InfFEARows - INSPRows - BioCVRows - BioV3Rows - VioLast4QRows - TotalPenalties type: object cwa03: 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/cwa02' 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 cwa09: description: GeoJSON Feature Object properties: geometry: $ref: '#/definitions/geo' properties: $ref: '#/definitions/cwa10' type: description: Static marker indicating object is a GeoJSON Feature. example: Feature title: Feature type: string required: - type - geometry - properties 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.p_bio_mgmt_deficiencies: description: The number of times noncompliance was reported by the facility in the last 3 years. The results returned will include facilities whose number of reported noncompliance events is greater than or equal to the number entered. in: formData name: p_bio_mgmt_deficiencies required: false type: number q.p_msgp_ptype: description: 'Multi-Sector General Purpose Permit Type. Enter a value to filter results by MSGP Permit Type. - NOI = Notice of Intent - NOE = No Exposure Certification' enum: - NOI - NOE in: query name: p_msgp_ptype required: false type: string q.p_pidall: description: Controls whether search is restricted to existing system. Y means the search will match the p_pid parameter against all associated permits (AIR, RCRA, SDWIS, etc). enum: - Y - N in: query name: p_pidall 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 q.p_e90_years: description: Number of years for the p_e90_count search. Identified the past number of years to be used for the p_e90_count search. in: query name: p_e90_years required: false type: number 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.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 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 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_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 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_pt: description: POTW Transfers. Pounds of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW) as reported to the Toxics Release Inventory. enum: - '0' - GT0 - GT1000 - GT5000 - GT10000 - GT20000 - GT50000 in: formData name: p_pt required: false type: string q.qid: description: Query ID Selector. Enter the QueryID number from a previously run query. in: query name: qid required: true type: string q.p_bio_mgmt_deficiencies: description: The number of times noncompliance was reported by the facility in the last 3 years. The results returned will include facilities whose number of reported noncompliance events is greater than or equal to the number entered. in: query name: p_bio_mgmt_deficiencies 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_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_bio_current_vio: description: 'Indicator of whether the facility is currently in violation for biosolids under the Clean Water Act, in the 12th or 13th quarter: - Y = Yes - N = No' enum: - Y - N in: query name: p_bio_current_vio required: false type: string f.p_ooFNtype: description: 'Owner/Operator Name Multiple Selection Evaluator. ' enum: - ALL - EXACT - BEGINS - CONTAINS in: formData name: p_ooFNtype required: false type: string f.p_bio_mgmt_container: description: 'The code that identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. The facility separately reports the form for each biosolids or sewage sludge management practice or practices used by the facility and pathogen class: - BUL = Bulk - BAG = Bag or Container' in: formData name: p_bio_mgmt_container required: false type: string f.p_ipfti: in: formData name: p_ipfti 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 q.p_bio_rpt_year: description: The last year that the permittee submitted an annual Biosolids report. Valid values are NONE and any year greater or equal to 2016. in: query name: p_bio_rpt_year required: false type: string f.p_ooCt: description: Owner/Operator City. Enter the city where the owner/operator of the facility is located. in: formData name: p_ooCt required: false type: string q.p_ooSA1: description: Owner/Operator Address Line 2. Enter the line 2 address of the owner/operator of the facility. in: query name: p_ooSA1 required: false type: string f.p_dwd: description: Direct Water Discharges. Pounds of toxic chemicals released directly to surface water as reported to the Toxics Release Inventory. enum: - '0' - GT0 - GT1000 - GT5000 - GT10000 - GT20000 - GT50000 in: formData name: p_dwd required: false type: string q.p_msgp_rpt_year: description: The last year that a MSGP report was submitted for the permit. Valid values are "NONE" and any year Greater or Eqal to 2015. in: query name: p_msgp_rpt_year required: false type: string f.p_isws: description: Multi-Sector General Purpose Permit Subsector Individual Identifier. Enter a value to filter results. in: formData name: p_isws required: false type: string f.p_imp_pol: description: Facility is discharging pollutants that are potentially contributing to the impairment of local waterbodies according to the ATTAINS database. enum: - Y - N in: formData name: p_imp_pol required: false type: string f.p_pstat: description: 'Permit Status Filter. Enter one or more of the following codes. Provide multiple values as a comma-delimited list. - EFF = Effective - EXP = Expired - PND = Pending - TRM = Terminated - RET = Retired - NON = Not Needed - ADC = Admin Continued' in: formData name: p_pstat 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 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.p_pswdpc: description: 'Pollutant Category Code: Values: WTR for Water, AIR for Air' in: query name: p_pswdpc 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 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 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_bio_flag: description: A Y value will select all biosolid-related permits. in: query name: p_bio_flag 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_pccs: description: "Current Compliance Status:\n||||||||||||||||||||||||||| \nSignificant Noncompliance (SNC) \n|||||||||||||||||||||||||||\n- SNC = E, S, X, T, D\n- E�= E(EffViol)\n- S�= S(CSchVio)\n- X = X(EffNMth)\n- T = T(CSchRpt)\n- D�= D(DMR NR)\n\n|||||||||||||||||||||||||||\nNoncompliance (NC)\n|||||||||||||||||||||||||||\n- NC = N, V\n- N�= N(RptViol)\n- V�= V(NonRNCV)\n\n|||||||||||||||||||||||||||\nNew Violations (PQV)\n|||||||||||||||||||||||||||\n- PQV = New Violations (13th Quarter)\n\n|||||||||||||||||||||||||||\nNo Violations (NV)\n|||||||||||||||||||||||||||\n- NV = R, P, M, U, W\n, Blank, and No New Violations (no PQV)\n- R�= R(Resolvd)\n- P�= P(ResPend)\n- M�= C(Manual)\n- U = U(N/A)\n- W = W(N/A)\n- Blank = (null)\n\nMay contain multiple comma-separated values." in: formData name: p_pccs required: false type: string q.p_iswss: description: Multi-Sector General Purpose Permit Subsector Group Code. Enter a value to filter results. in: query name: p_iswss required: false type: string q.p_pcomp: description: 'Permit Component Code Filter. Enter one or more codes to filter results. Provide multiple values as a comma-delimited list. - PRE = Pretreatment - CAF = CAFO - CSO = CSO - POT = POTW - BIO = Biosolids - SWS = Storm Water Small MS4s - SWM = Storm Water Medium/Large MS4s - SWI = Storm Water Industrial - SWC = Storm Water Construction' in: query name: p_pcomp required: false type: string f.p_da1: description: Active Date Filter Start. To filter by the active date, enter a start date here and an end date in the p_da2 parameter. Both dates are required for filtering. in: formData name: p_da1 required: false type: string f.p_owop: description: 'Owner/Operator code filter. Enter one of the following values to restrict results. - Federal = Federal facilities regulated under the NPDES program. - POTW = Publicly owned treatment works. Treatment works that are owned by a State, Tribe, or municipality. - Non-POTW = Non-publicly owned treatment works. Often referred to as "non-municipals" or "industrials".' enum: - FEDERAL - POTW - NON-POTW in: formData name: p_owop required: false type: string q.p_pcss: description: 'Combined Sewer Systems Outflows Limiter. Enter one of the following to limit results to facilities having the given count of CSS outflows. - ALL = returns all facilities, regardless of the number of outflows. - GE1 = returns facilities with one or more outflows. - GE10 = returns facilities with ten or more outflows. - GE50 = returns facilities with fifty or more outflows.' enum: - ALL - GE1 - GE10 - GE50 in: query name: p_pcss 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 q.p_pswvio: description: Used in conjuction with parameters p_pswpol and p_pswparam, indicates whether search should only include pollutants with violations. enum: - Y - N in: query name: p_pswvio required: false type: string f.p_psc: description: Point Source Category. in: formData name: p_psc 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.p_ooSA: description: Owner/Operator Address. Enter the address of the owner/operator of the facility. in: formData name: p_ooSA 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 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.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 f.p_sa: description: Facility street address. Enter a complete or partial street address. in: formData name: p_sa required: false type: string 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_pfead2: description: Formal Enforcement Action Date Range End. Enter a date in MM/DD/YYYY format to set the end of the date range for filtering by recent Formal Enforcement Action (FEA) taken against the facility within the last five years. in: query name: p_pfead2 required: false type: string f.p_ds1: description: Submitted Date Filter Start. To filter by the date of submission, enter a start date here and an end date in the p_ds2 parameter. Both dates are required for filtering. in: formData name: p_ds1 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.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 f.p_da2: description: Active Date Filter End. To filter by the active date, enter an end date here and a start date in the p_da1 parameter. Both dates are required for filtering. in: formData name: p_da2 required: false type: string f.p_pswparam: description: Parameter codes for surface water discharges. May contain multiple comma-separated values. in: formData name: p_pswparam required: false type: string q.p_alrexceed: description: Alert Limits Exceedences Limiter. Enter a numeric value to restrict results to facilities having the given amount or more of alert limits exceedances. in: query name: p_alrexceed required: false type: number f.p_pexp: description: 'Permit Expired or Administratively Continued Limiter. Enter one of the following values to filter results. - EXP = limit results to facilities with permits expired or administratively continued. - EXPLE1YR = limit resuls to facilities with permits expired administratively continued within the past year. - EXPGT1YR = limit resuls to facilities with permits expired administratively continued more than a year ago.' enum: - EXP - EXPLE1YR - EXPGT1YR in: formData name: p_pexp required: false type: string 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_ooZip: description: Owner/Operator Zip Code. Enter the postal zip code where the owner/operator of the facility is located. in: formData name: p_ooZip required: false type: string f.p_ooSA1: description: Owner/Operator Address Line 2. Enter the line 2 address of the owner/operator of the facility. in: formData name: p_ooSA1 required: false type: string q.p_last_dmr_within: description: W value returns facilities that have submitted DMRs within the number of months specified by p_months_last_dmr. An N value returns facilities that have not submitted a DMR within the specified number of months. enum: - W - N in: query name: p_last_dmr_within 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_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_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_pexcd: description: '3-Year Effluent Exceedances Limiter. Enter a value to restrict results to facilities with the given amount of exceedances in the past 3 years. - 0 = facilities with no exceedances - GE0 = facilities with one or more exceedances - GE10 = facilities with ten or more exceedances - GE50 = facilities with fifty or more exceedances - GE100 = facilities with one hundred or more exceedances' enum: - '0' - GE0 - GE10 - GE50 - GE100 in: query name: p_pexcd required: false type: string f.p_ooFN: description: Owner/Operator Name. Enter the owner/operator name of the facility. in: formData name: p_ooFN required: false type: string q.p_bio_fac_type: description: 'The code indicating the reporting obligation reason: - POT = A POTW with a design flow rate equal to or greater than one million gallons per day - CLI = A Class I Sludge Management Facility as defined in 40 CFR 503.9 - PPL = A POTW that serves 10,000 people or more - OTH = Otherwise required to report (e.g., permit condition, enforcement action) - NOA = None of the above' in: query name: p_bio_fac_type 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 f.p_bio_analy_method_catgry: description: 'The unique code for the category of the analytic methods used by the facility to analyze regulated parameters (including enteric viruses, fecal coliforms, helminth ova, and Salmonella sp.) at the facility: - PAT = Pathogens - MET = Metals - NIT = Nitrogen Compounds - OTH = Other Analytes' in: formData name: p_bio_analy_method_catgry required: false type: string q.p_bio_trtmnt_procs: description: 'The biosolids or sewage sludge treatment process or processes at the facility: - AER = Aerobic Digestion - AIR = Air Drying (or Sludge Drying Beds) - ANA = Anaerobic Digestion - COD = Beta Ray Irradiation - COM = Lower Temperature Composting - DEW = Pasteurization - DIS = Gamma Ray Irradiation - HEA = Heat Drying (e.g., Flash Dryer, Spray Dryer, Rotary Dryer) - HET = Heat Treatment (Liquid Sewage Sludge Heated to 356 Deg. F/180 Deg. C or Higher for 30 min.) - HTC = Higher Temperature Composting - MET = Methane or Biogas Capture and Recovery - OTH = Other Treatment Process - PRE = Preliminary Operations (e.g., Sludge Grinding, Degritting, Blending) - SLU = Sludge Lagoon - STA = Lime Stabilization - THE = Temporary Sludge Storage (Sewage Sludge Stored on Land 2 Years or Less, Not in Sewage Sludge Unit) - THI = Thickening (Gravity and/or Flotation Thickening, Centrifugation, Belt Filter Press, Vacuum Filter) - THM = Thermophilic Aerobic Digestion - UND = Long-Term Sludge Storage (Sewage Sludge Stored on Land 2 Years or More, not in Sewage Sludge Unit)"' in: query name: p_bio_trtmnt_procs required: false type: string q.p_ooSA: description: Owner/Operator Address. Enter the address of the owner/operator of the facility. in: query name: p_ooSA required: false type: string f.p_idt2: description: End of date range of most recent facility inspection. in: formData name: p_idt2 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 f.p_plimits: description: Permit Limits Present Flag. Enter Y to limit results to facilities have present permit limits. enum: - Y - N in: formData name: p_plimits required: false type: string q.p_pswcas: description: CAS numbers for surface water discharges. May contain multiple comma-separated values. in: query name: p_pswcas required: false type: string f.p_bio_mgmt_vector: description: 'The unique code that identifies the option used by the facility for vector attraction reduction. See a listing of these vector attraction reduction options at 40 CFR 503.33(b)(1) through (11). The facility will separately report the vector attraction reduction options for each biosolids or sewage sludge management practice used by the facility and by each biosolids or sewage sludge form as well as by each biosolids or sewage sludge pathogen class: - VR1 = Option 1 - Volatile Solids Reduction - VR2 = Option 2 - Bench-Scale Volatile Solids Reduction (Anaerobic Bench Test) - VR3 = Option 3 - Bench-Scale Volatile Solids Reduction (Aerobic Bench Test w/ Percent Solids - 2% or Less) - VR4 = Option 4 - Specific Oxygen Uptake Rate - VR5 = Option 5 - Aerobic Processing (Thermophilic Aerobic Digestion/Composting) - VR6 = Option 6 - Alkaline Treatment - VR7 = Option 7 - Drying (Equal to or Greater than 75 Percent) - VR8 = Option 8 - Drying (Equal to or Greater than 90 Percent) - VR9 = Option 9 - Sewage Sludge Injection - V10 = Option 10 - Sewage Sludge Timely Incorporation into Land - V11 = Option 11 - Sewage Sludge Covered at the End of Each Operating Day' in: formData name: p_bio_mgmt_vector required: false type: string f.p_ooSt: description: Owner/Operator State. Enter the standardized postal state code where the owner/operator of the facility is located. in: formData name: p_ooSt 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_pfeat: description: Formal Enforcement Action (FEA) Code Filter. Enter one or more three-letter FEA codes to restrict results to facilities with these attributes. Use p_fead1 and p_fead2 parameters to further restrict this filter by entering a date range. Provide multiple codes as a comma-delimited list. in: query name: p_pfeat 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 q.p_med: description: 'Filter Results by Media. - A = Air - M = RMP (Risk Management Plan) - R = RCRA (Hazardous Waste) - S = SDWA (Public Drinking Water Systems) - ALL = Air and RCRA and Water' enum: - A - M - R - S - ALL in: query name: p_med required: false type: string f.p_id: description: Nine-character code used to uniquely identify a permitted NPDES facility. The NPDES permit program regulates the direct discharge of pollutants into US waters. in: formData name: p_id required: true type: string f.p_bio_mgmt_pathogen: description: 'This code identifies the pathogen class [e.g., Class A, Class B, Not Applicable (Incineration)] for biosolids or sewage sludge generated by the facility. The facility will separately report the pathogen class for each biosolids or sewage sludge management practice used by the facility and by each biosolids or sewage sludge form. It also is used to filter applicable Pathogen Reduction and Vector Attraction Reduction Options as well as Land Application Management Practice Deficiencies. Only reqired for some of the mgmt. practice types: - AAA = Class A - AEQ = Class A EQ (sale/give away) - BBB = Class B - NAP = Not Applicable (Incineration)' in: formData name: p_bio_mgmt_pathogen required: false type: string f.p_lat: description: Latitude location in decimal degrees. in: formData name: p_lat 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 q.p_pfead1: description: Formal Enforcement Action Date Range Start. Enter a date in MM/DD/YYYY format to set the start of the range for filtering by recent Formal Enforcement Action (FEA) taken against the facility within the last five years. in: query name: p_pfead1 required: false type: string f.p_iswssID: description: Multi-Sector General Purpose Permit Sector Code. Enter a value to filter results. in: formData name: p_iswssID required: false 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_ds2: description: Submitted Date Filter End. To filter by the date of submission, enter an end date here and a start date in the p_ds1 parameter. Both dates are required for filtering. in: formData name: p_ds2 required: false type: string f.p_pswdmp: description: Used to determine limit begin and end dates for surface water discharges. Number represents years from current date. enum: - '1' - '2' - '3' - '4' - '5' in: formData name: p_pswdmp required: false type: string 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_iswss: description: Multi-Sector General Purpose Permit Subsector Group Code. Enter a value to filter results. in: formData name: p_iswss required: false type: string q.p_frswbd: description: Works exactly the same as the p_wbd parameter. 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_frswbd required: false type: string 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 f.p_bio_fac_type: description: 'The code indicating the reporting obligation reason: - POT = A POTW with a design flow rate equal to or greater than one million gallons per day - CLI = A Class I Sludge Management Facility as defined in 40 CFR 503.9 - PPL = A POTW that serves 10,000 people or more - OTH = Otherwise required to report (e.g., permit condition, enforcement action) - NOA = None of the above' in: formData name: p_bio_fac_type required: false type: string q.p_bio_mgmt_container: description: 'The code that identifies the nature of each biosolids and sewage sludge material generated by the facility in terms of whether the material is a biosolid or sewage sludge and whether the material is ultimately conveyed off-site in bulk or in bags. The facility separately reports the form for each biosolids or sewage sludge management practice or practices used by the facility and pathogen class: - BUL = Bulk - BAG = Bag or Container' in: query name: p_bio_mgmt_container 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.p_lat: description: Latitude location in decimal degrees. in: query name: p_lat required: false type: number 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_ds2: description: Submitted Date Filter End. To filter by the date of submission, enter an end date here and a start date in the p_ds1 parameter. Both dates are required for filtering. in: query name: p_ds2 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.ymax: description: Maximum latitude value in decimal degrees. in: formData name: ymax required: false type: number q.p_plimits: description: Permit Limits Present Flag. Enter Y to limit results to facilities have present permit limits. enum: - Y - N in: query name: p_plimits required: false type: string 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_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 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 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 f.p_bio_qtrs_in_vio: description: The number of quarters, in the last three years, where the facility was in violation for a biosolids violation type. The results returned will include facilities whose number of quarters with violations is greater than or equal to the number entered. in: formData name: p_bio_qtrs_in_vio 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_bio_mgmt_vector: description: 'The unique code that identifies the option used by the facility for vector attraction reduction. See a listing of these vector attraction reduction options at 40 CFR 503.33(b)(1) through (11). The facility will separately report the vector attraction reduction options for each biosolids or sewage sludge management practice used by the facility and by each biosolids or sewage sludge form as well as by each biosolids or sewage sludge pathogen class: - VR1 = Option 1 - Volatile Solids Reduction - VR2 = Option 2 - Bench-Scale Volatile Solids Reduction (Anaerobic Bench Test) - VR3 = Option 3 - Bench-Scale Volatile Solids Reduction (Aerobic Bench Test w/ Percent Solids - 2% or Less) - VR4 = Option 4 - Specific Oxygen Uptake Rate - VR5 = Option 5 - Aerobic Processing (Thermophilic Aerobic Digestion/Composting) - VR6 = Option 6 - Alkaline Treatment - VR7 = Option 7 - Drying (Equal to or Greater than 75 Percent) - VR8 = Option 8 - Drying (Equal to or Greater than 90 Percent) - VR9 = Option 9 - Sewage Sludge Injection - V10 = Option 10 - Sewage Sludge Timely Incorporation into Land - V11 = Option 11 - Sewage Sludge Covered at the End of Each Operating Day' in: query name: p_bio_mgmt_vector 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 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_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 q.p_months_last_dmr: description: The number of months since the last Discharge Monitoring Report has been submitted. in: query name: p_months_last_dmr required: false type: number q.p_bio_mgmt_def_category: description: 'This is the code indicating the type of NPDES special regulatory program deficiency: - INC = Biosolids Incineration - LNA = Biosolids Land Application - LNB = Biosolids Land Application - Pathogen Class B - OTB = Biosolids Other Management Practice - SFD = Biosolids Surface Disposal' in: query name: p_bio_mgmt_def_category required: false type: string q.p_pctrack: description: 'Compliance Tracking Limiter. Provide a keyword to indicate the extent to which data is being entered and effluent exceedances are being identified. - Off - Partial - On' enum: - 'Off' - Partial - 'On' in: query name: p_pctrack 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 q.p_da2: description: Active Date Filter End. To filter by the active date, enter an end date here and a start date in the p_da1 parameter. Both dates are required for filtering. in: query name: p_da2 required: false type: string q.ymax: description: Maximum latitude value in decimal degrees. in: query name: ymax 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_pstat: description: 'Permit Status Filter. Enter one or more of the following codes. Provide multiple values as a comma-delimited list. - EFF = Effective - EXP = Expired - PND = Pending - TRM = Terminated - RET = Retired - NON = Not Needed - ADC = Admin Continued' in: query name: p_pstat 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 f.p_msgp_ptype: description: 'Multi-Sector General Purpose Permit Type. Enter a value to filter results by MSGP Permit Type. - NOI = Notice of Intent - NOE = No Exposure Certification' enum: - NOI - NOE in: formData name: p_msgp_ptype required: false type: string f.p_pityp: description: Inspection Type Code. See ICIS Compliance Monitor Types lookup serivce for a list of available codes and descriptions. in: formData name: p_pityp 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 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_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 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 f.p_pswvio: description: Used in conjuction with parameters p_pswpol and p_pswparam, indicates whether search should only include pollutants with violations. enum: - Y - N in: formData name: p_pswvio required: false type: string 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 f.p_bio_vio_last_year: description: Identifies if a biosolids violation has occured in the last year. Valid values are Y and N. enum: - Y - N in: formData name: p_bio_vio_last_year 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 q.p_owop: description: 'Owner/Operator code filter. Enter one of the following values to restrict results. - Federal = Federal facilities regulated under the NPDES program. - POTW = Publicly owned treatment works. Treatment works that are owned by a State, Tribe, or municipality. - Non-POTW = Non-publicly owned treatment works. Often referred to as "non-municipals" or "industrials".' enum: - FEDERAL - POTW - NON-POTW in: query name: p_owop required: false type: string 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 q.p_ooFN: description: Owner/Operator Name. Enter the owner/operator name of the facility. in: query name: p_ooFN required: false type: string q.p_radwbd: description: '2-, 4-, 6-, 8-, 10-, or 12 character watershed (WBD from the USGS Watershed Boundary Dataset). May contain multiple comma-separated values. Will search against WBD values otained by "reach indexing" NPDES permits against the medium resolution National Hydrography Dataset. ' in: query name: p_radwbd 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_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 f.p_imp_cau_grp: description: Facility is discharging a pollutant group causing a waterbody to be impaired. Enter 1 through 34 (the internal number of the pollutant group); or enter a partial name such as Dioxin,Temp,tUrBidity. enum: - ALGAL GROWTH - AMMONIA - BIOTOXINS - CAUSE UNKNOWN - CAUSE UNKNOWN - FISH KILLS - CAUSE UNKNOWN - IMPAIRED BIOTA - CHLORINE - DIOXINS - FISH CONSUMPTION ADVISORY - FLOW ALTERATION(S) - HABITAT ALTERATIONS - MERCURY - METALS (OTHER THAN MERCURY) - NOXIOUS AQUATIC PLANTS - NUISANCE EXOTIC SPECIES - NUISANCE NATIVE SPECIES - NUTRIENTS - OIL AND GREASE - ORGANIC ENRICHMENT/OXYGEN DEPLETION - OTHER CAUSE - PATHOGENS - PESTICIDES - PH/ACIDITY/CAUSTIC CONDITIONS - POLYCHLORINATED BIPHENYLS (PCBS) - RADIATION - SALINITY/TOTAL DISSOLVED SOLIDS/CHLORIDES/SULFATES - SEDIMENT - TASTE, COLOR AND ODOR - TEMPERATURE - TOTAL TOXICS - TOXIC INORGANICS - TOXIC ORGANICS - TRASH - TURBIDITY in: formData name: p_imp_cau_grp required: false type: string q.p_e90_count: description: Number of E90 Exceedances. Identifies water permits with a number of E90 (Effluient Exceedances) >= the value provided for the last number of years provided by the p_e90_years value. in: query name: p_e90_count required: false type: number q.p_bio_total_volume_amt: description: 'Total annual amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. - EQ0 = 0 - IN0_1 = GT 0 but LT 1 - IN0_289 = GT 0 but LT 290 MT/year - IN290_1499 = GE 290 but LT 1500 MT/year - IN1500_14999 = GE 1500 but LT 15,000 - GE15000 = GE 15,000' in: query name: p_bio_total_volume_amt 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 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 f.p_bio_rpt_year: description: The last year that the permittee submitted an annual Biosolids report. Valid values are NONE and any year greater or equal to 2016. in: formData name: p_bio_rpt_year required: false type: string q.p_pswparam: description: Parameter codes for surface water discharges. May contain multiple comma-separated values. in: query name: p_pswparam 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 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.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.p_alrexceed: description: Alert Limits Exceedences Limiter. Enter a numeric value to restrict results to facilities having the given amount or more of alert limits exceedances. in: formData name: p_alrexceed required: false type: number q.p_pswpol: description: For CWA, pollutant names for surface water discharges. for Drinking Water, SDWIS Violation contaminant codes for unaddressed violations that have occurred in the last 3 years. May contain multiple comma-separated values. in: query name: p_pswpol 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 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 q.xmax: description: Maximum longitude value in decimal degrees. in: query name: xmax required: false type: number q.p_permitting_agency: in: query name: p_permitting_agency required: false type: string q.p_pityp: description: Inspection Type Code. See ICIS Compliance Monitor Types lookup serivce for a list of available codes and descriptions. in: query name: p_pityp required: false type: string f.p_bio_current_vio: description: 'Indicator of whether the facility is currently in violation for biosolids under the Clean Water Act, in the 12th or 13th quarter: - Y = Yes - N = No' enum: - Y - N in: formData name: p_bio_current_vio 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 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.p_pswdpc: description: 'Pollutant Category Code: Values: WTR for Water, AIR for Air' in: formData name: p_pswdpc required: false type: string f.p_bio_mgmt_prctce_stype: description: 'This is the code indicating additional detail about the type of Management Practice used for a volume of Biosolids or Sewage Sludge: - ADV = Advanced Alkaline Stabilized Biosolids Distribution & Marketing - AGR = Agricultural Land Application - COM = Distribution and Marketing - Compost - DEE = Deep-well Injection Disposal - DIS = Disposal in a Municipal Landfill (under 40 CFR 258) - DMO = Distribution and Marketing - Other - HEA = Heat Dried Biosolids Distribution & Marketing - OTL = Other Land Application Management Practice Detail - OTO = Other Management Practice Detail - RSA = Reclamation Site Application - SEN = Sent to Cement Kiln for Use as Alternative Energy - STO = Storage - UIC = Use in Construction - UPS = Used in Production of Syngas - USE = Use as Daily Cover for Municipal Landfill (under 40 CFR 258)' in: formData name: p_bio_mgmt_prctce_stype 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.p_pdwdist: description: Distance (in miles) to downstream drinking water intake. enum: - N - LT1 - LT2 - LT5 - LT10 - LT15 in: query name: p_pdwdist required: false type: string f.p_msgp_rpt_year: description: The last year that a MSGP report was submitted for the permit. Valid values are "NONE" and any year Greater or Eqal to 2015. in: formData name: p_msgp_rpt_year 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 q.xmin: description: Minimum longitude value in decimal degrees. in: query name: xmin required: false type: number q.p_ptype: description: 'Permit Type Filter. Enter one or more code values to filter results. Provide multiple values as a comma-delimited list. - NPD = NPDES Individual Permit - NGP = NPDES Master General Permit - GPC = General Permit Covered Facility - SNN = State Issued Master General Permit (Non-NPDES) - IIU = Individual IU Permit (Non-NPDES) - SIN = Individual State Issued Permit (Non-NPDES) - APR = Associated Permit Record - UFT = Unpermitted Facility' in: query name: p_ptype required: false type: string q.p_pccs: description: "Current Compliance Status:\n||||||||||||||||||||||||||| \nSignificant Noncompliance (SNC) \n|||||||||||||||||||||||||||\n- SNC = E, S, X, T, D\n- E�= E(EffViol)\n- S�= S(CSchVio)\n- X = X(EffNMth)\n- T = T(CSchRpt)\n- D�= D(DMR NR)\n\n|||||||||||||||||||||||||||\nNoncompliance (NC)\n|||||||||||||||||||||||||||\n- NC = N, V\n- N�= N(RptViol)\n- V�= V(NonRNCV)\n\n|||||||||||||||||||||||||||\nNew Violations (PQV)\n|||||||||||||||||||||||||||\n- PQV = New Violations (13th Quarter)\n\n|||||||||||||||||||||||||||\nNo Violations (NV)\n|||||||||||||||||||||||||||\n- NV = R, P, M, U, W\n, Blank, and No New Violations (no PQV)\n- R�= R(Resolvd)\n- P�= P(ResPend)\n- M�= C(Manual)\n- U = U(N/A)\n- W = W(N/A)\n- Blank = (null)\n\nMay contain multiple comma-separated values." in: query name: p_pccs 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_vio_last_year: description: Identifies if a permit violation has occured in the last year. Valid values are Y and N. enum: - Y - N in: query name: p_vio_last_year required: false type: string q.p_MS4: description: Municipal Separate Storm Water Sewer (MS4) Permit Flag. Enter a Y or N to filter results by this type of permit. enum: - Y - N in: query name: p_MS4 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.p_pexcd: description: '3-Year Effluent Exceedances Limiter. Enter a value to restrict results to facilities with the given amount of exceedances in the past 3 years. - 0 = facilities with no exceedances - GE0 = facilities with one or more exceedances - GE10 = facilities with ten or more exceedances - GE50 = facilities with fifty or more exceedances - GE100 = facilities with one hundred or more exceedances' enum: - '0' - GE0 - GE10 - GE50 - GE100 in: formData name: p_pexcd 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 f.p_fac_ico: description: FRS tribal land code flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land code. enum: - Y - N in: formData name: p_fac_ico 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_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 f.p_e90_years: description: Number of years for the p_e90_count search. Identified the past number of years to be used for the p_e90_count search. in: formData name: p_e90_years required: false type: number 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 f.p_pidall: description: Controls whether search is restricted to existing system. Y means the search will match the p_pid parameter against all associated permits (AIR, RCRA, SDWIS, etc). enum: - Y - N in: formData name: p_pidall required: false type: string f.p_indsw: description: Industrial Stormwater Permit Flag. Enter a Y or N to filter results by this type of permit. enum: - Y - N in: formData name: p_indsw required: false type: string f.p_pcomp: description: 'Permit Component Code Filter. Enter one or more codes to filter results. Provide multiple values as a comma-delimited list. - PRE = Pretreatment - CAF = CAFO - CSO = CSO - POT = POTW - BIO = Biosolids - SWS = Storm Water Small MS4s - SWM = Storm Water Medium/Large MS4s - SWI = Storm Water Industrial - SWC = Storm Water Construction' in: formData name: p_pcomp required: false type: string f.p_bio_flag: description: A Y value will select all biosolid-related permits. in: formData name: p_bio_flag required: false type: string f.p_bio_mgmt_pathred: description: 'This is the description of the option used by the facility to control pathogen for a Biosolids Management Practice: - A1 = Class A - Alternative 1: Time/Temperature - A2 = Class A - Alternative 2: pH/Temperature/Percent Solids - A3 = Class A - Alternative 3: Test Enteric Viruses and Helminth ova; Operating Parameters - A4 = Class A - Alternative 4: Test Enteric Viruses and Helminth ova; No New Solids - A51 = Class A - Alternative 5: PFRP 1: Composting - A52 = Class A - Alternative 5: PFRP 2: Heat Drying - A53 = Class A - Alternative 5: PFRP 3: Liquid heat treatment - A54 = Class A - Alternative 5: PFRP 4: Thermophilic Aerobic Digestion (ATAD) - A55 = Class A - Alternative 5 PFPR 5: Beta Ray Irradiation - A56 = Class A - Alternative 5 PFPR 6: Gamma Ray Irradiation - A57 = Class A - Alternative 5: PFRP 7: Pasteurization - A6 = Class A - Alternative 6: PFRP Equivalency - B1 = Class B - Alternative 1: Fecal Coliform Geometric Mean - B21 = Class B - Alternative 2 PSRP 1: Aerobic Digestion - B22 = Class B - Alternative 2 PSRP 2: Air Drying - B23 = Class B - Alternative 2 PSRP 3: Anaerobic Digestion - B24 = Class B - Alternative 2 PSRP 4: Composting - B25 = Class B - Alternative 2 PSRP 5: Lime Stabilization - B3 = Class B - Alternative 3: PSRP Equivalency - PH = pH Adjustment (Domestic Septage)' in: formData name: p_bio_mgmt_pathred required: false type: string q.p_dwd: description: Direct Water Discharges. Pounds of toxic chemicals released directly to surface water as reported to the Toxics Release Inventory. enum: - '0' - GT0 - GT1000 - GT5000 - GT10000 - GT20000 - GT50000 in: query name: p_dwd required: false type: string f.p_frswbd: description: Works exactly the same as the p_wbd parameter. 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_frswbd required: false type: string 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 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 f.p_pctrack: description: 'Compliance Tracking Limiter. Provide a keyword to indicate the extent to which data is being entered and effluent exceedances are being identified. - Off - Partial - On' enum: - 'Off' - Partial - 'On' in: formData name: p_pctrack required: false type: string f.p_pswpol: description: For CWA, pollutant names for surface water discharges. for Drinking Water, SDWIS Violation contaminant codes for unaddressed violations that have occurred in the last 3 years. May contain multiple comma-separated values. in: formData name: p_pswpol 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 f.p_pswcas: description: CAS numbers for surface water discharges. May contain multiple comma-separated values. in: formData name: p_pswcas required: false type: string q.p_bio_vio_code: description: The Biosolids Single Event Violation Code. Enter one or mode codes. in: query name: p_bio_vio_code required: false type: string q.p_ooSt: description: Owner/Operator State. Enter the standardized postal state code where the owner/operator of the facility is located. in: query name: p_ooSt required: false type: string f.p_pfead2: description: Formal Enforcement Action Date Range End. Enter a date in MM/DD/YYYY format to set the end of the date range for filtering by recent Formal Enforcement Action (FEA) taken against the facility within the last five years. in: formData name: p_pfead2 required: false type: string q.p_da1: description: Active Date Filter Start. To filter by the active date, enter a start date here and an end date in the p_da2 parameter. Both dates are required for filtering. in: query name: p_da1 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_bio_vio_code: description: The Biosolids Single Event Violation Code. Enter one or mode codes. in: formData name: p_bio_vio_code required: false type: string 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 f.p_months_last_dmr: description: The number of months since the last Discharge Monitoring Report has been submitted. in: formData name: p_months_last_dmr required: false type: number 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 q.p_bio_mgmt_prctce_type: description: 'The unique code that identifies the type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. The facility will separately report the management practice for each biosolids or sewage sludge form and pathogen class. This data element will also identify the management practices used by surface disposal site owners/operators (see 40 CFR 503.24): - BIN = Incineration - BLN = Land Application - BOT = Other Management Practice - BSD = Surface Disposal' in: query name: p_bio_mgmt_prctce_type 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_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 q.p_ipfti: in: query name: p_ipfti required: false type: string 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_iv: description: "Facility has a violation status of 'In Viol' during any of the selected quarters. \n\nRange: Fiscal Year 2020 Quarter 2 to Fiscal Year 2017 Quarter 2\n\nMultiple values are comma delimited.\n\n\n|||||| Fiscal Years ||||||\n- FY2020 or FY20 or 2020 or 20\n- FY2019 or FY19 or 2019 or 19\n- FY2018 or FY18 or 2018 or 18\n- FY2017 or FY17 or 2017 or 17\n\n||||| Fiscal Quarters |||||\n- FY2020Q2 or FY20Q2 or 20202 or 202 or 13\n- FY2020Q1 or FY20Q1 or 20201 or 201 or 12\n- FY2019Q4 or FY19Q4 or 20194 or 194 or 11\n- FY2019Q3 or FY19Q3 or 20193 or 193 or 10\n- FY2019Q2 or FY19Q2 or 20192 or 192 or 9\n- FY2019Q1 or FY19Q1 or 20191 or 191 or 8\n- FY2018Q4 or FY18Q4 or 20184 or 184 or 7\n- FY2018Q3 or FY18Q3 or 20183 or 183 or 6\n- FY2018Q2 or FY18Q2 or 20182 or 182 or 5\n- FY2018Q1 or FY18Q1 or 20181 or 181 or 4\n- FY2017Q4 or FY17Q4 or 20174 or 174 or 3\n- FY2017Q3 or FY17Q3 or 20173 or 173 or 2\n- FY2017Q2 or FY17Q2 or 20172 or 172 or 1" in: query name: p_iv 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_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 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_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_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 q.p_id: description: Nine-character code used to uniquely identify a permitted NPDES facility. The NPDES permit program regulates the direct discharge of pollutants into US waters. in: query name: p_id required: true type: string 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_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_ooZip: description: Owner/Operator Zip Code. Enter the postal zip code where the owner/operator of the facility is located. in: query name: p_ooZip 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_idt1: description: Beginning of date range of most recent facility inspection. in: formData name: p_idt1 required: false type: string q.p_pswdmp: description: Used to determine limit begin and end dates for surface water discharges. Number represents years from current date. enum: - '1' - '2' - '3' - '4' - '5' in: query name: p_pswdmp 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_mon_type: description: 'For use with the Industrial Stormwater search only. Valid values are BENCHGS fro Benchmark (Alert Limit) G2 Ore, BENCH for Benchmark (Alert Limit), and ELG fro Effluent Limitation Guidelines(ELG)(Effluent Limit). ' enum: - BENCHG2 - BENCH - ELG in: query name: p_mon_type 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 q.p_indsw: description: Industrial Stormwater Permit Flag. Enter a Y or N to filter results by this type of permit. enum: - Y - N in: query name: p_indsw 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_bio_mgmt_def_category: description: 'This is the code indicating the type of NPDES special regulatory program deficiency: - INC = Biosolids Incineration - LNA = Biosolids Land Application - LNB = Biosolids Land Application - Pathogen Class B - OTB = Biosolids Other Management Practice - SFD = Biosolids Surface Disposal' in: formData name: p_bio_mgmt_def_category required: false type: string q.p_bio_qtrs_in_vio: description: The number of quarters, in the last three years, where the facility was in violation for a biosolids violation type. The results returned will include facilities whose number of quarters with violations is greater than or equal to the number entered. in: query name: p_bio_qtrs_in_vio 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.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 q.p_iswssID: description: Multi-Sector General Purpose Permit Sector Code. Enter a value to filter results. in: query name: p_iswssID required: false type: string f.p_act: description: Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits. A Y will select ICIS NPDES permits with a status of effective, continued, or expired. in: formData name: p_act 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_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 q.p_idt1: description: Beginning of date range of most recent facility inspection. in: query name: p_idt1 required: false type: string f.p_pfeat: description: Formal Enforcement Action (FEA) Code Filter. Enter one or more three-letter FEA codes to restrict results to facilities with these attributes. Use p_fead1 and p_fead2 parameters to further restrict this filter by entering a date range. Provide multiple codes as a comma-delimited list. in: formData name: p_pfeat required: false type: string f.p_bio_trtmnt_procs: description: 'The biosolids or sewage sludge treatment process or processes at the facility: - AER = Aerobic Digestion - AIR = Air Drying (or Sludge Drying Beds) - ANA = Anaerobic Digestion - COD = Beta Ray Irradiation - COM = Lower Temperature Composting - DEW = Pasteurization - DIS = Gamma Ray Irradiation - HEA = Heat Drying (e.g., Flash Dryer, Spray Dryer, Rotary Dryer) - HET = Heat Treatment (Liquid Sewage Sludge Heated to 356 Deg. F/180 Deg. C or Higher for 30 min.) - HTC = Higher Temperature Composting - MET = Methane or Biogas Capture and Recovery - OTH = Other Treatment Process - PRE = Preliminary Operations (e.g., Sludge Grinding, Degritting, Blending) - SLU = Sludge Lagoon - STA = Lime Stabilization - THE = Temporary Sludge Storage (Sewage Sludge Stored on Land 2 Years or Less, Not in Sewage Sludge Unit) - THI = Thickening (Gravity and/or Flotation Thickening, Centrifugation, Belt Filter Press, Vacuum Filter) - THM = Thermophilic Aerobic Digestion - UND = Long-Term Sludge Storage (Sewage Sludge Stored on Land 2 Years or More, not in Sewage Sludge Unit)"' in: formData name: p_bio_trtmnt_procs required: false type: string f.ymin: description: Minimum latitude value in decimal degrees. in: formData name: ymin required: false type: number 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 f.p_vio_last_year: description: Identifies if a permit violation has occured in the last year. Valid values are Y and N. enum: - Y - N in: formData name: p_vio_last_year 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.p_pexp: description: 'Permit Expired or Administratively Continued Limiter. Enter one of the following values to filter results. - EXP = limit results to facilities with permits expired or administratively continued. - EXPLE1YR = limit resuls to facilities with permits expired administratively continued within the past year. - EXPGT1YR = limit resuls to facilities with permits expired administratively continued more than a year ago.' enum: - EXP - EXPLE1YR - EXPGT1YR in: query name: p_pexp required: false type: string q.p_idt2: description: End of date range of most recent facility inspection. in: query name: p_idt2 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 f.p_iv: description: "Facility has a violation status of 'In Viol' during any of the selected quarters. \n\nRange: Fiscal Year 2020 Quarter 2 to Fiscal Year 2017 Quarter 2\n\nMultiple values are comma delimited.\n\n\n|||||| Fiscal Years ||||||\n- FY2020 or FY20 or 2020 or 20\n- FY2019 or FY19 or 2019 or 19\n- FY2018 or FY18 or 2018 or 18\n- FY2017 or FY17 or 2017 or 17\n\n||||| Fiscal Quarters |||||\n- FY2020Q2 or FY20Q2 or 20202 or 202 or 13\n- FY2020Q1 or FY20Q1 or 20201 or 201 or 12\n- FY2019Q4 or FY19Q4 or 20194 or 194 or 11\n- FY2019Q3 or FY19Q3 or 20193 or 193 or 10\n- FY2019Q2 or FY19Q2 or 20192 or 192 or 9\n- FY2019Q1 or FY19Q1 or 20191 or 191 or 8\n- FY2018Q4 or FY18Q4 or 20184 or 184 or 7\n- FY2018Q3 or FY18Q3 or 20183 or 183 or 6\n- FY2018Q2 or FY18Q2 or 20182 or 182 or 5\n- FY2018Q1 or FY18Q1 or 20181 or 181 or 4\n- FY2017Q4 or FY17Q4 or 20174 or 174 or 3\n- FY2017Q3 or FY17Q3 or 20173 or 173 or 2\n- FY2017Q2 or FY17Q2 or 20172 or 172 or 1" in: formData name: p_iv required: false type: string f.p_bio_total_volume_amt: description: 'Total annual amount (in dry metric tons) of biosolids or sewage sludge generated at the facility. - EQ0 = 0 - IN0_1 = GT 0 but LT 1 - IN0_289 = GT 0 but LT 290 MT/year - IN290_1499 = GE 290 but LT 1500 MT/year - IN1500_14999 = GE 1500 but LT 15,000 - GE15000 = GE 15,000' in: formData name: p_bio_total_volume_amt required: false type: string q.ymin: description: Minimum latitude value in decimal degrees. in: query name: ymin required: false type: number f.p_bio_mgmt_prctce_handler: description: 'This is the code indicating the type of Biosolids or Sewage Sludge handlers/preparers. - OWN = Owner or Operator - OFF = Off-Site Third-Party Handler or Preparer' in: formData name: p_bio_mgmt_prctce_handler required: false type: string 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_bio_mgmt_pathogen: description: 'This code identifies the pathogen class [e.g., Class A, Class B, Not Applicable (Incineration)] for biosolids or sewage sludge generated by the facility. The facility will separately report the pathogen class for each biosolids or sewage sludge management practice used by the facility and by each biosolids or sewage sludge form. It also is used to filter applicable Pathogen Reduction and Vector Attraction Reduction Options as well as Land Application Management Practice Deficiencies. Only reqired for some of the mgmt. practice types: - AAA = Class A - AEQ = Class A EQ (sale/give away) - BBB = Class B - NAP = Not Applicable (Incineration)' in: query name: p_bio_mgmt_pathogen required: false type: string q.p_isws: description: Multi-Sector General Purpose Permit Subsector Individual Identifier. Enter a value to filter results. in: query name: p_isws required: false type: string q.p_psncq: description: 'Quarters in Significant Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of significant noncompliance. - Z = Zero quarters in significant noncompliance. - GEXX = Replacing XX with a numeric value, that number of quarterd or more in significant noncompliance. - GTXX = Replacing XX with a numeric value, more than that number of quarters in significant noncompliance.' enum: - GT1 - GE1 - GT2 - GE2 - GT4 - GE4 - GT8 - GE8 - GT12 - GE12 in: query name: p_psncq 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 q.p_fac_ico: description: FRS tribal land code flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land code. enum: - Y - N in: query name: p_fac_ico required: false type: string q.p_sa: description: Facility street address. Enter a complete or partial street address. in: query name: p_sa required: false type: string 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 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 f.p_ptype: description: 'Permit Type Filter. Enter one or more code values to filter results. Provide multiple values as a comma-delimited list. - NPD = NPDES Individual Permit - NGP = NPDES Master General Permit - GPC = General Permit Covered Facility - SNN = State Issued Master General Permit (Non-NPDES) - IIU = Individual IU Permit (Non-NPDES) - SIN = Individual State Issued Permit (Non-NPDES) - APR = Associated Permit Record - UFT = Unpermitted Facility' in: formData name: p_ptype 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_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 f.p_permitting_agency: in: formData name: p_permitting_agency required: false type: string q.p_bio_mgmt_prctce_handler: description: 'This is the code indicating the type of Biosolids or Sewage Sludge handlers/preparers. - OWN = Owner or Operator - OFF = Off-Site Third-Party Handler or Preparer' in: query name: p_bio_mgmt_prctce_handler required: false type: string f.p_MS4: description: Municipal Separate Storm Water Sewer (MS4) Permit Flag. Enter a Y or N to filter results by this type of permit. enum: - Y - N in: formData name: p_MS4 required: false type: string f.p_pdwdist: description: Distance (in miles) to downstream drinking water intake. enum: - N - LT1 - LT2 - LT5 - LT10 - LT15 in: formData name: p_pdwdist required: false type: string q.p_bio_vio_last_year: description: Identifies if a biosolids violation has occured in the last year. Valid values are Y and N. enum: - Y - N in: query name: p_bio_vio_last_year required: false type: string f.p_iagency: description: Issuing Agency Limiter. Enter a single value to filter results by the issuing agency, e.g. "State" or "EPA". in: formData name: p_iagency 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_pt: description: POTW Transfers. Pounds of toxic chemicals transferred to a Publicly Operated Treatment Works (POTW) as reported to the Toxics Release Inventory. enum: - '0' - GT0 - GT1000 - GT5000 - GT10000 - GT20000 - GT50000 in: query name: p_pt 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_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 f.p_mon_type: description: 'For use with the Industrial Stormwater search only. Valid values are BENCHGS fro Benchmark (Alert Limit) G2 Ore, BENCH for Benchmark (Alert Limit), and ELG fro Effluent Limitation Guidelines(ELG)(Effluent Limit). ' enum: - BENCHG2 - BENCH - ELG in: formData name: p_mon_type required: false type: string f.p_last_dmr_within: description: W value returns facilities that have submitted DMRs within the number of months specified by p_months_last_dmr. An N value returns facilities that have not submitted a DMR within the specified number of months. enum: - W - N in: formData name: p_last_dmr_within required: false type: string q.p_imp_pol: description: Facility is discharging pollutants that are potentially contributing to the impairment of local waterbodies according to the ATTAINS database. enum: - Y - N in: query name: p_imp_pol required: false type: string 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.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 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_ooFNtype: description: 'Owner/Operator Name Multiple Selection Evaluator. ' enum: - ALL - EXACT - BEGINS - CONTAINS in: query name: p_ooFNtype required: false type: string f.p_pfead1: description: Formal Enforcement Action Date Range Start. Enter a date in MM/DD/YYYY format to set the start of the range for filtering by recent Formal Enforcement Action (FEA) taken against the facility within the last five years. in: formData name: p_pfead1 required: false type: string f.p_med: description: 'Filter Results by Media. - A = Air - M = RMP (Risk Management Plan) - R = RCRA (Hazardous Waste) - S = SDWA (Public Drinking Water Systems) - ALL = Air and RCRA and Water' enum: - A - M - R - S - ALL in: formData name: p_med required: false type: string q.p_bio_mgmt_pathred: description: 'This is the description of the option used by the facility to control pathogen for a Biosolids Management Practice: - A1 = Class A - Alternative 1: Time/Temperature - A2 = Class A - Alternative 2: pH/Temperature/Percent Solids - A3 = Class A - Alternative 3: Test Enteric Viruses and Helminth ova; Operating Parameters - A4 = Class A - Alternative 4: Test Enteric Viruses and Helminth ova; No New Solids - A51 = Class A - Alternative 5: PFRP 1: Composting - A52 = Class A - Alternative 5: PFRP 2: Heat Drying - A53 = Class A - Alternative 5: PFRP 3: Liquid heat treatment - A54 = Class A - Alternative 5: PFRP 4: Thermophilic Aerobic Digestion (ATAD) - A55 = Class A - Alternative 5 PFPR 5: Beta Ray Irradiation - A56 = Class A - Alternative 5 PFPR 6: Gamma Ray Irradiation - A57 = Class A - Alternative 5: PFRP 7: Pasteurization - A6 = Class A - Alternative 6: PFRP Equivalency - B1 = Class B - Alternative 1: Fecal Coliform Geometric Mean - B21 = Class B - Alternative 2 PSRP 1: Aerobic Digestion - B22 = Class B - Alternative 2 PSRP 2: Air Drying - B23 = Class B - Alternative 2 PSRP 3: Anaerobic Digestion - B24 = Class B - Alternative 2 PSRP 4: Composting - B25 = Class B - Alternative 2 PSRP 5: Lime Stabilization - B3 = Class B - Alternative 3: PSRP Equivalency - PH = pH Adjustment (Domestic Septage)' in: query name: p_bio_mgmt_pathred required: false type: string q.p_imp_cau_grp: description: Facility is discharging a pollutant group causing a waterbody to be impaired. Enter 1 through 34 (the internal number of the pollutant group); or enter a partial name such as Dioxin,Temp,tUrBidity. enum: - ALGAL GROWTH - AMMONIA - BIOTOXINS - CAUSE UNKNOWN - CAUSE UNKNOWN - FISH KILLS - CAUSE UNKNOWN - IMPAIRED BIOTA - CHLORINE - DIOXINS - FISH CONSUMPTION ADVISORY - FLOW ALTERATION(S) - HABITAT ALTERATIONS - MERCURY - METALS (OTHER THAN MERCURY) - NOXIOUS AQUATIC PLANTS - NUISANCE EXOTIC SPECIES - NUISANCE NATIVE SPECIES - NUTRIENTS - OIL AND GREASE - ORGANIC ENRICHMENT/OXYGEN DEPLETION - OTHER CAUSE - PATHOGENS - PESTICIDES - PH/ACIDITY/CAUSTIC CONDITIONS - POLYCHLORINATED BIPHENYLS (PCBS) - RADIATION - SALINITY/TOTAL DISSOLVED SOLIDS/CHLORIDES/SULFATES - SEDIMENT - TASTE, COLOR AND ODOR - TEMPERATURE - TOTAL TOXICS - TOXIC INORGANICS - TOXIC ORGANICS - TRASH - TURBIDITY in: query name: p_imp_cau_grp 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_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_bio_analy_method_catgry: description: 'The unique code for the category of the analytic methods used by the facility to analyze regulated parameters (including enteric viruses, fecal coliforms, helminth ova, and Salmonella sp.) at the facility: - PAT = Pathogens - MET = Metals - NIT = Nitrogen Compounds - OTH = Other Analytes' in: query name: p_bio_analy_method_catgry 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 q.p_psc: description: Point Source Category. in: query name: p_psc required: false type: string f.p_psncq: description: 'Quarters in Significant Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of significant noncompliance. - Z = Zero quarters in significant noncompliance. - GEXX = Replacing XX with a numeric value, that number of quarterd or more in significant noncompliance. - GTXX = Replacing XX with a numeric value, more than that number of quarters in significant noncompliance.' enum: - GT1 - GE1 - GT2 - GE2 - GT4 - GE4 - GT8 - GE8 - GT12 - GE12 in: formData name: p_psncq 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_bio_mgmt_prctce_type: description: 'The unique code that identifies the type of biosolids or sewage sludge management practice (e.g., land application, surface disposal, incineration) used by the facility. The facility will separately report the management practice for each biosolids or sewage sludge form and pathogen class. This data element will also identify the management practices used by surface disposal site owners/operators (see 40 CFR 503.24): - BIN = Incineration - BLN = Land Application - BOT = Other Management Practice - BSD = Surface Disposal' in: formData name: p_bio_mgmt_prctce_type required: false type: string q.p_bio_mgmt_prctce_stype: description: 'This is the code indicating additional detail about the type of Management Practice used for a volume of Biosolids or Sewage Sludge: - ADV = Advanced Alkaline Stabilized Biosolids Distribution & Marketing - AGR = Agricultural Land Application - COM = Distribution and Marketing - Compost - DEE = Deep-well Injection Disposal - DIS = Disposal in a Municipal Landfill (under 40 CFR 258) - DMO = Distribution and Marketing - Other - HEA = Heat Dried Biosolids Distribution & Marketing - OTL = Other Land Application Management Practice Detail - OTO = Other Management Practice Detail - RSA = Reclamation Site Application - SEN = Sent to Cement Kiln for Use as Alternative Energy - STO = Storage - UIC = Use in Construction - UPS = Used in Production of Syngas - USE = Use as Daily Cover for Municipal Landfill (under 40 CFR 258)' in: query name: p_bio_mgmt_prctce_stype required: false type: string q.p_act: description: Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits. A Y will select ICIS NPDES permits with a status of effective, continued, or expired. 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_iagency: description: Issuing Agency Limiter. Enter a single value to filter results by the issuing agency, e.g. "State" or "EPA". in: query name: p_iagency required: false type: string q.p_ooCt: description: Owner/Operator City. Enter the city where the owner/operator of the facility is located. in: query name: p_ooCt required: false type: string q.p_ds1: description: Submitted Date Filter Start. To filter by the date of submission, enter a start date here and an end date in the p_ds2 parameter. Both dates are required for filtering. in: query name: p_ds1 required: false type: string f.p_e90_count: description: Number of E90 Exceedances. Identifies water permits with a number of E90 (Effluient Exceedances) >= the value provided for the last number of years provided by the p_e90_years value. in: formData name: p_e90_count required: false type: number f.p_pcss: description: 'Combined Sewer Systems Outflows Limiter. Enter one of the following to limit results to facilities having the given count of CSS outflows. - ALL = returns all facilities, regardless of the number of outflows. - GE1 = returns facilities with one or more outflows. - GE10 = returns facilities with ten or more outflows. - GE50 = returns facilities with fifty or more outflows.' enum: - ALL - GE1 - GE10 - GE50 in: formData name: p_pcss required: false type: string f.p_radwbd: description: '2-, 4-, 6-, 8-, 10-, or 12 character watershed (WBD from the USGS Watershed Boundary Dataset). May contain multiple comma-separated values. Will search against WBD values otained by "reach indexing" NPDES permits against the medium resolution National Hydrography Dataset. ' in: formData name: p_radwbd required: false type: string