{
"swagger": "2.0",
"schemes": [
"https"
],
"host": "echodata.epa.gov",
"basePath": "/echo",
"info": {
"contact": {
"name": "U.S. EPA, OECA Integration, Targeting and Access Branch",
"url": "https://echo.epa.gov/resources/general-info/contact-us"
},
"description": "Enforcement and Compliance History Online (ECHO) is a tool developed and maintained by EPA's Office of Enforcement and Compliance Assurance for public use. ECHO provides integrated compliance and enforcement information for over 1 million regulated facilities nationwide.\n CWA Rest Services provides multiple service endpoints, each with specific capabilities, to search and retrieve data on facilities regulated under the Clean Water Act (CWA) and managed under the National Pollutant Discharge Elimination System (NPDES) program. The returned results reflect data drawn from EPA's ICIS-NPDES database.\n\\\nThe get_facilities, get_map, get_qid, and get_download end points are meant to be used together, while the enhanced get_facility_info end point is self contained.\n The get_facility_info end point returns either an array of state, county or zip clusters with summary statistics per cluster or an array of facilities.\n\\\nThe recommended use scenario for get_facilities, get_qid, get_map, and get_downoad is:\n\\\n 1) Use get_facilities to validate passed query parameters, obtain summary statistics and to obtain a query_id (QID). QIDs are time sensitive and will be valid for approximately 30 minutes.\n 2) Use get_qid, with the returned QID, to paginate through arrays of facility results.\n 3) Use get_map, with the returned QID, to zoom in/out and pan on the clustered and individual facility coordinates that meet the QID query criteria.\n 4) Use get_download, with the returned QID, to generate a Comma Separated Value (CSV) file of facility information that meets the QID query criteria.\n\\\n\\\nUse the qcolumns parameter to customize your search results. Use the Metadata service endpoint for a list of available output objects, their Column Ids, and their definitions to help you build your customized output. \n\\\nAdditional ECHO Resources: Web Services, About ECHO's Data, Data Downloads\n ",
"license": {
"name": "U.S. Public Domain License",
"url": "https://edg.epa.gov/EPA_Data_License.html"
},
"title": "U.S. EPA Enforcement and Compliance History Online (ECHO) - Clean Water Act (CWA) Rest Services",
"version": "2019.10.15",
"x-apisguru-categories": [
"open_data"
],
"x-logo": {
"backgroundColor": "#FFFFFF",
"url": "https://api.apis.guru/v2/cache/logo/https_pbs.twimg.com_profile_images_632233890594299904_DgRDU6dx_400x400.png"
},
"x-origin": [
{
"format": "swagger",
"url": "https://ofmpub.epa.gov/echo/swaggerx.swagger_json?p_prefix=CWA",
"version": "2.0"
}
],
"x-providerName": "epa.gov",
"x-serviceName": "cwa"
},
"consumes": [
"application/x-www-form-urlencoded"
],
"produces": [
"application/json",
"application/xml"
],
"parameters": {
"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.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.c2_lat": {
"description": "Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "formData",
"name": "c2_lat",
"required": false,
"type": "number"
},
"f.c2_long": {
"description": "Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "formData",
"name": "c2_long",
"required": false,
"type": "number"
},
"f.callback": {
"description": "JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.",
"in": "formData",
"name": "callback",
"required": false,
"type": "string"
},
"f.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.maplist": {
"description": "Map List Flag. Provide a Y to return mappable coordinates representing the full geographic extent of the queryset (all facilities that met the selection criteria).",
"enum": [
"Y",
"N"
],
"in": "formData",
"name": "maplist",
"required": false,
"type": "string"
},
"f.newsort": {
"description": "Output Sort Column. Enter the number of the column on which the data will be sorted. If unpopulated results will sort on the first column.",
"in": "formData",
"name": "newsort",
"required": false,
"type": "number"
},
"f.p_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_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_agoo": {
"description": "Indicates whether to AND or OR the Owner/Operator parameter (p_owop) and the federal agency code (p_fa) parameters.",
"enum": [
"AND",
"OR"
],
"in": "formData",
"name": "p_agoo",
"required": false,
"type": "string"
},
"f.p_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"
},
"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:\n\n- PAT = Pathogens\n- MET = Metals\n- NIT = Nitrogen Compounds\n- OTH = Other Analytes",
"in": "formData",
"name": "p_bio_analy_method_catgry",
"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:\n\n- Y = Yes\n- N = No",
"enum": [
"Y",
"N"
],
"in": "formData",
"name": "p_bio_current_vio",
"required": false,
"type": "string"
},
"f.p_bio_fac_type": {
"description": "The code indicating the reporting obligation reason:\n\n- POT = A POTW with a design flow rate equal to or greater than one million gallons per day\n- CLI = A Class I Sludge Management Facility as defined in 40 CFR 503.9\n- PPL = A POTW that serves 10,000 people or more\n- OTH = Otherwise required to report (e.g., permit condition, enforcement action)\n- NOA = None of the above",
"in": "formData",
"name": "p_bio_fac_type",
"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_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:\n\n- BUL = Bulk\n- BAG = Bag or Container",
"in": "formData",
"name": "p_bio_mgmt_container",
"required": false,
"type": "string"
},
"f.p_bio_mgmt_def_category": {
"description": "This is the code indicating the type of NPDES special regulatory program deficiency:\n\n- INC = Biosolids Incineration\n- LNA = Biosolids Land Application\n- LNB = Biosolids Land Application - Pathogen Class B\n- OTB = Biosolids Other Management Practice\n- SFD = Biosolids Surface Disposal",
"in": "formData",
"name": "p_bio_mgmt_def_category",
"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"
},
"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:\n\n- AAA = Class A\n- AEQ = Class A EQ (sale/give away)\n- BBB = Class B\n- NAP = Not Applicable (Incineration)",
"in": "formData",
"name": "p_bio_mgmt_pathogen",
"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:\n\n- A1 = Class A - Alternative 1: Time/Temperature\n- A2 = Class A - Alternative 2: pH/Temperature/Percent Solids\n- A3 = Class A - Alternative 3: Test Enteric Viruses and Helminth ova; Operating Parameters\n- A4 = Class A - Alternative 4: Test Enteric Viruses and Helminth ova; No New Solids\n- A51 = Class A - Alternative 5: PFRP 1: Composting\n- A52 = Class A - Alternative 5: PFRP 2: Heat Drying\n- A53 = Class A - Alternative 5: PFRP 3: Liquid heat treatment\n- A54 = Class A - Alternative 5: PFRP 4: Thermophilic Aerobic Digestion (ATAD)\n- A55 = Class A - Alternative 5 PFPR 5: Beta Ray Irradiation\n- A56 = Class A - Alternative 5 PFPR 6: Gamma Ray Irradiation\n- A57 = Class A - Alternative 5: PFRP 7: Pasteurization\n- A6 = Class A - Alternative 6: PFRP Equivalency\n- B1 = Class B - Alternative 1: Fecal Coliform Geometric Mean\n- B21 = Class B - Alternative 2 PSRP 1: Aerobic Digestion\n- B22 = Class B - Alternative 2 PSRP 2: Air Drying\n- B23 = Class B - Alternative 2 PSRP 3: Anaerobic Digestion\n- B24 = Class B - Alternative 2 PSRP 4: Composting\n- B25 = Class B - Alternative 2 PSRP 5: Lime Stabilization\n- B3 = Class B - Alternative 3: PSRP Equivalency\n- PH = pH Adjustment (Domestic Septage)",
"in": "formData",
"name": "p_bio_mgmt_pathred",
"required": false,
"type": "string"
},
"f.p_bio_mgmt_prctce_handler": {
"description": "This is the code indicating the type of Biosolids or Sewage Sludge handlers/preparers.\n\n- OWN = Owner or Operator\n- OFF = Off-Site Third-Party Handler or Preparer",
"in": "formData",
"name": "p_bio_mgmt_prctce_handler",
"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:\n\n- ADV = Advanced Alkaline Stabilized Biosolids Distribution & Marketing\n- AGR = Agricultural Land Application\n- COM = Distribution and Marketing - Compost\n- DEE = Deep-well Injection Disposal\n- DIS = Disposal in a Municipal Landfill (under 40 CFR 258)\n- DMO = Distribution and Marketing - Other\n- HEA = Heat Dried Biosolids Distribution & Marketing\n- OTL = Other Land Application Management Practice Detail\n- OTO = Other Management Practice Detail\n- RSA = Reclamation Site Application\n- SEN = Sent to Cement Kiln for Use as Alternative Energy\n- STO = Storage\n- UIC = Use in Construction\n- UPS = Used in Production of Syngas\n- USE = Use as Daily Cover for Municipal Landfill (under 40 CFR 258)",
"in": "formData",
"name": "p_bio_mgmt_prctce_stype",
"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):\n\n- BIN = Incineration\n- BLN = Land Application\n- BOT = Other Management Practice\n- BSD = Surface Disposal",
"in": "formData",
"name": "p_bio_mgmt_prctce_type",
"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:\n\n- VR1 = Option 1 - Volatile Solids Reduction\n- VR2 = Option 2 - Bench-Scale Volatile Solids Reduction (Anaerobic Bench Test)\n- VR3 = Option 3 - Bench-Scale Volatile Solids Reduction (Aerobic Bench Test w/ Percent Solids - 2% or Less)\n- VR4 = Option 4 - Specific Oxygen Uptake Rate\n- VR5 = Option 5 - Aerobic Processing (Thermophilic Aerobic Digestion/Composting)\n- VR6 = Option 6 - Alkaline Treatment\n- VR7 = Option 7 - Drying (Equal to or Greater than 75 Percent)\n- VR8 = Option 8 - Drying (Equal to or Greater than 90 Percent)\n- VR9 = Option 9 - Sewage Sludge Injection\n- V10 = Option 10 - Sewage Sludge Timely Incorporation into Land\n- 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_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_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"
},
"f.p_bio_total_volume_amt": {
"description": "Total annual amount (in dry metric tons) of biosolids or sewage sludge generated at the facility.\n\n- EQ0 = 0\n- IN0_1 = GT 0 but LT 1\n- IN0_289 = GT 0 but LT 290 MT/year\n- IN290_1499 = GE 290 but LT 1500 MT/year\n- IN1500_14999 = GE 1500 but LT 15,000\n- GE15000 = GE 15,000",
"in": "formData",
"name": "p_bio_total_volume_amt",
"required": false,
"type": "string"
},
"f.p_bio_trtmnt_procs": {
"description": "The biosolids or sewage sludge treatment process or processes at the facility:\n\n- AER = Aerobic Digestion\n- AIR = Air Drying (or Sludge Drying Beds)\n- ANA = Anaerobic Digestion\n- COD = Beta Ray Irradiation\n- COM = Lower Temperature Composting\n- DEW = Pasteurization\n- DIS = Gamma Ray Irradiation\n- HEA = Heat Drying (e.g., Flash Dryer, Spray Dryer, Rotary Dryer)\n- HET = Heat Treatment (Liquid Sewage Sludge Heated to 356 Deg. F/180 Deg. C or Higher for 30 min.)\n- HTC = Higher Temperature Composting\n- MET = Methane or Biogas Capture and Recovery\n- OTH = Other Treatment Process\n- PRE = Preliminary Operations (e.g., Sludge Grinding, Degritting, Blending)\n- SLU = Sludge Lagoon\n- STA = Lime Stabilization\n- THE = Temporary Sludge Storage (Sewage Sludge Stored on Land 2 Years or Less, Not in Sewage Sludge Unit)\n- THI = Thickening (Gravity and/or Flotation Thickening, Centrifugation, Belt Filter Press, Vacuum Filter)\n- THM = Thermophilic Aerobic Digestion\n- 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.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.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_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"
},
"f.p_c1lon": {
"description": "In decimal degrees. Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "formData",
"name": "p_c1lon",
"required": false,
"type": "number"
},
"f.p_c2lat": {
"description": "In decimal degrees. Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "formData",
"name": "p_c2lat",
"required": false,
"type": "number"
},
"f.p_c2lon": {
"description": "In decimal degrees. Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "formData",
"name": "p_c2lon",
"required": false,
"type": "number"
},
"f.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"
},
"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_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_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_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"
},
"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_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"
},
"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_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"
},
"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_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"
},
"f.p_fa": {
"description": "Federal Agency. 1 character or 5-character values; may contain multiple comma-separated values. ALL will retrieve all facilities where the federal agency code is not null. Use the Federal Agencies lookup service to obtain a list of values.",
"in": "formData",
"name": "p_fa",
"required": false,
"type": "string"
},
"f.p_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"
},
"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"
},
"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.\n- W = within date range\n- N = not within date range",
"enum": [
"W",
"N"
],
"in": "formData",
"name": "p_fea",
"required": false,
"type": "string"
},
"f.p_feaa": {
"description": "Agency associated with Formal Enforcement Actions:\n- E = EPA\n- S = State\n- A = All",
"enum": [
"A",
"E",
"S"
],
"in": "formData",
"name": "p_feaa",
"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"
},
"f.p_ff": {
"description": "Federal Facility Indicator Flag. Enter Y to restrict searches to federal facilities.",
"enum": [
"Y"
],
"in": "formData",
"name": "p_ff",
"required": false,
"type": "string"
},
"f.p_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_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_fntype": {
"description": "Controls type of text search performed on facility name with parameter p_fn.\n- EXACT = Find facilities having the exact provided name(s).\n- BEGINS = Find facilities with names starting with the provided term(s).\n- ALL = Find facilities using Oracle text search terms.\n- CONTAINS = ",
"enum": [
"ALL",
"CONTAINS",
"EXACT",
"BEGINS"
],
"in": "formData",
"name": "p_fntype",
"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"
},
"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"
},
"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"
},
"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_ico": {
"description": "Indian Country Flag. Enter a \"Y\" or \"N\" to restrict searches to facilities inside or outside Indian Country.",
"enum": [
"Y",
"N"
],
"in": "formData",
"name": "p_ico",
"required": false,
"type": "string"
},
"f.p_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"
},
"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_idt1": {
"description": "Beginning of date range of most recent facility inspection.",
"in": "formData",
"name": "p_idt1",
"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.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.\n- W = within date range\n- N = not within date range",
"enum": [
"W",
"N"
],
"in": "formData",
"name": "p_iea",
"required": false,
"type": "string"
},
"f.p_ieaa": {
"description": "Agency associated with Informal Enforcement Actions. If left blank, both agencies are included.\n- E = EPA\n- S = State",
"enum": [
"E",
"S"
],
"in": "formData",
"name": "p_ieaa",
"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_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"
},
"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_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_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_ipfti": {
"in": "formData",
"name": "p_ipfti",
"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_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"
},
"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_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_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"
},
"f.p_lat": {
"description": "Latitude location in decimal degrees.",
"in": "formData",
"name": "p_lat",
"required": false,
"type": "number"
},
"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.p_long": {
"description": "Longitude location in decimal degrees.",
"in": "formData",
"name": "p_long",
"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_maj": {
"description": "Major Facility Flag. Enter Y to restrict results to Major facilities only.",
"enum": [
"Y",
"N"
],
"in": "formData",
"name": "p_maj",
"required": false,
"type": "string"
},
"f.p_med": {
"description": "Filter Results by Media.\n- A = Air\n- M = RMP (Risk Management Plan)\n- R = RCRA (Hazardous Waste)\n- S = SDWA (Public Drinking Water Systems)\n- ALL = Air and RCRA and Water",
"enum": [
"A",
"M",
"R",
"S",
"ALL"
],
"in": "formData",
"name": "p_med",
"required": false,
"type": "string"
},
"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_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"
},
"f.p_msgp_ptype": {
"description": "Multi-Sector General Purpose Permit Type. Enter a value to filter results by MSGP Permit Type.\n- NOI = Notice of Intent\n- NOE = No Exposure Certification",
"enum": [
"NOI",
"NOE"
],
"in": "formData",
"name": "p_msgp_ptype",
"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"
},
"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_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"
},
"f.p_ooFN": {
"description": "Owner/Operator Name. Enter the owner/operator name of the facility.",
"in": "formData",
"name": "p_ooFN",
"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_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.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"
},
"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_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_owop": {
"description": "Owner/Operator code filter. Enter one of the following values to restrict results.\n- Federal = Federal facilities regulated under the NPDES program.\n- POTW = Publicly owned treatment works. Treatment works that are owned by a State, Tribe, or municipality.\n- 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"
},
"f.p_pccs": {
"description": "Current Compliance Status:\n||||||||||||||||||||||||||| \nSignificant Noncompliance (SNC) \n|||||||||||||||||||||||||||\n- SNC = E, S, X, T, D\n- E\ufffd= E(EffViol)\n- S\ufffd= S(CSchVio)\n- X = X(EffNMth)\n- T = T(CSchRpt)\n- D\ufffd= D(DMR NR)\n\n|||||||||||||||||||||||||||\nNoncompliance (NC)\n|||||||||||||||||||||||||||\n- NC = N, V\n- N\ufffd= N(RptViol)\n- V\ufffd= 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\ufffd= R(Resolvd)\n- P\ufffd= P(ResPend)\n- M\ufffd= 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"
},
"f.p_pcomp": {
"description": "Permit Component Code Filter. Enter one or more codes to filter results. Provide multiple values as a comma-delimited list.\n- PRE = Pretreatment\n- CAF = CAFO\n- CSO = CSO\n- POT = POTW\n- BIO = Biosolids\n- SWS = Storm Water Small MS4s\n- SWM = Storm Water Medium/Large MS4s\n- SWI = Storm Water Industrial\n- SWC = Storm Water Construction",
"in": "formData",
"name": "p_pcomp",
"required": false,
"type": "string"
},
"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.\n- ALL = returns all facilities, regardless of the number of outflows.\n- GE1 = returns facilities with one or more outflows.\n- GE10 = returns facilities with ten or more outflows.\n- GE50 = returns facilities with fifty or more outflows.",
"enum": [
"ALL",
"GE1",
"GE10",
"GE50"
],
"in": "formData",
"name": "p_pcss",
"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.\n- Off\n- Partial\n- On",
"enum": [
"Off",
"Partial",
"On"
],
"in": "formData",
"name": "p_pctrack",
"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.\n- NONE = 0 population density per square mile\n- GT100 = More than 100 population density per square mile\n- GT500 = More than 500 population density per square mile\n- GT1000 = More than 1000 population density per square mile\n- GT5000 = More than 5000 population density per square mile\n- GT10000 = More than 10000 population density per square mile\n- 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"
},
"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"
},
"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_permitting_agency": {
"in": "formData",
"name": "p_permitting_agency",
"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.\n- 0 = facilities with no exceedances\n- GE0 = facilities with one or more exceedances\n- GE10 = facilities with ten or more exceedances\n- GE50 = facilities with fifty or more exceedances\n- GE100 = facilities with one hundred or more exceedances",
"enum": [
"0",
"GE0",
"GE10",
"GE50",
"GE100"
],
"in": "formData",
"name": "p_pexcd",
"required": false,
"type": "string"
},
"f.p_pexp": {
"description": "Permit Expired or Administratively Continued Limiter. Enter one of the following values to filter results.\n- EXP = limit results to facilities with permits expired or administratively continued.\n- EXPLE1YR = limit resuls to facilities with permits expired administratively continued within the past year.\n- 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"
},
"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_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"
},
"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_pid": {
"description": "Nine-digit permit IDs. May contain up to 2000 comma-separated values.",
"in": "formData",
"name": "p_pid",
"required": false,
"type": "string"
},
"f.p_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_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.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"
},
"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.\n- NONE = 0%\n- GT5 = greater than 5%\n- GT10 = greater than 10%\n- GT25 = greater than 25%\n- GT50 = greater than 50%\n- GT75 = greater than 75%",
"enum": [
"NONE",
"GT5",
"GT10",
"GT25",
"GT50",
"GT75"
],
"in": "formData",
"name": "p_pm",
"required": false,
"type": "string"
},
"f.p_pretty_print": {
"description": "Optional flag to request GeoJSON formatted results to be pretty printed. Only provide a numeric value when the output needs to be human readable as pretty printing has a performance cost.",
"in": "formData",
"name": "p_pretty_print",
"required": false,
"type": "number"
},
"f.p_psc": {
"description": "Point Source Category.",
"in": "formData",
"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.\n- Z = Zero quarters in significant noncompliance.\n- GEXX = Replacing XX with a numeric value, that number of quarterd or more in significant noncompliance.\n- 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_pstat": {
"description": "Permit Status Filter. Enter one or more of the following codes. Provide multiple values as a comma-delimited list.\n- EFF = Effective\n- EXP = Expired\n- PND = Pending\n- TRM = Terminated\n- RET = Retired\n- NON = Not Needed\n- ADC = Admin Continued",
"in": "formData",
"name": "p_pstat",
"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"
},
"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_pswdpc": {
"description": "Pollutant Category Code: Values: WTR for Water, AIR for Air",
"in": "formData",
"name": "p_pswdpc",
"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"
},
"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"
},
"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"
},
"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"
},
"f.p_ptype": {
"description": "Permit Type Filter. Enter one or more code values to filter results. Provide multiple values as a comma-delimited list.\n- NPD = NPDES Individual Permit\n- NGP = NPDES Master General Permit\n- GPC = General Permit Covered Facility\n- SNN = State Issued Master General Permit (Non-NPDES)\n- IIU = Individual IU Permit (Non-NPDES)\n- SIN = Individual State Issued Permit (Non-NPDES)\n- APR = Associated Permit Record\n- UFT = Unpermitted Facility",
"in": "formData",
"name": "p_ptype",
"required": false,
"type": "string"
},
"f.p_qid": {
"description": "Query ID Selector. Enter the QueryID number from a previously run query.",
"in": "formData",
"name": "p_qid",
"required": true,
"type": "string"
},
"f.p_qiv": {
"description": "Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance.\n- Z = Zero quarters in noncompliance.\n- GEXX = Replacing XX with a numeric value, that number of quarterd or more in noncompliance.\n- 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_qs": {
"description": "Quick Search. Allows entry for city, state, and/or zip code.",
"in": "formData",
"name": "p_qs",
"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_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"
},
"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_sa": {
"description": "Facility street address. Enter a complete or partial street address.",
"in": "formData",
"name": "p_sa",
"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_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_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_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"
},
"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"
},
"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"
},
"f.p_trep": {
"description": "Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results.\n- CURR = Current TRI reporter.\n- 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_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"
},
"f.p_tribeid": {
"description": "Numeric code for tribe (or list of tribes).",
"in": "formData",
"name": "p_tribeid",
"required": false,
"type": "number"
},
"f.p_tribename": {
"description": "Tribe Name Filter. Enter a single tribe name to filter results.",
"in": "formData",
"name": "p_tribename",
"required": false,
"type": "string"
},
"f.p_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_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.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_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.\n- W = within date range\n- N = not within date range",
"enum": [
"W",
"N",
"NV"
],
"in": "formData",
"name": "p_ysl",
"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:\n- E = EPA\n- S = State",
"enum": [
"E",
"S",
"A"
],
"in": "formData",
"name": "p_ysla",
"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"
},
"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.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"
},
"f.qid": {
"description": "Query ID Selector. Enter the QueryID number from a previously run query.",
"in": "formData",
"name": "qid",
"required": true,
"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.search_code": {
"description": "Enter a partial or complete code value.",
"in": "formData",
"name": "search_code",
"required": false,
"type": "string"
},
"f.search_term": {
"description": "Enter a partial or complete search phrase or word.",
"in": "formData",
"name": "search_term",
"required": false,
"type": "string"
},
"f.sort_order": {
"in": "formData",
"name": "sort_order",
"required": false,
"type": "number"
},
"f.status_flag": {
"in": "formData",
"name": "status_flag",
"required": false,
"type": "string"
},
"f.statute_code": {
"in": "formData",
"name": "statute_code",
"required": false,
"type": "string"
},
"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.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.wbd_code": {
"description": "Two-digit watershed code [Hydrologic Unit Code (HUC)].",
"in": "formData",
"name": "wbd_code",
"required": false,
"type": "string"
},
"f.wbd_level": {
"description": "The number of digits of the watershed code [Hydrologic Unit Code (HUC)] returned in the ValueCode. Must be an even number between 4 and 12.",
"in": "formData",
"name": "wbd_level",
"required": false,
"type": "string"
},
"f.wbd_name": {
"description": "Watershed Name Filter.",
"in": "formData",
"name": "wbd_name",
"required": true,
"type": "string"
},
"f.xmax": {
"description": "Maximum longitude value in decimal degrees.",
"in": "formData",
"name": "xmax",
"required": false,
"type": "number"
},
"f.xmin": {
"description": "Minimum longitude value in decimal degrees.",
"in": "formData",
"name": "xmin",
"required": false,
"type": "number"
},
"f.ymax": {
"description": "Maximum latitude value in decimal degrees.",
"in": "formData",
"name": "ymax",
"required": false,
"type": "number"
},
"f.ymin": {
"description": "Minimum latitude value in decimal degrees.",
"in": "formData",
"name": "ymin",
"required": false,
"type": "number"
},
"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"
},
"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.c2_lat": {
"description": "Latitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "query",
"name": "c2_lat",
"required": false,
"type": "number"
},
"q.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"
},
"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.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"
},
"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.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_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_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_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"
},
"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"
},
"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:\n\n- PAT = Pathogens\n- MET = Metals\n- NIT = Nitrogen Compounds\n- OTH = Other Analytes",
"in": "query",
"name": "p_bio_analy_method_catgry",
"required": false,
"type": "string"
},
"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:\n\n- Y = Yes\n- N = No",
"enum": [
"Y",
"N"
],
"in": "query",
"name": "p_bio_current_vio",
"required": false,
"type": "string"
},
"q.p_bio_fac_type": {
"description": "The code indicating the reporting obligation reason:\n\n- POT = A POTW with a design flow rate equal to or greater than one million gallons per day\n- CLI = A Class I Sludge Management Facility as defined in 40 CFR 503.9\n- PPL = A POTW that serves 10,000 people or more\n- OTH = Otherwise required to report (e.g., permit condition, enforcement action)\n- NOA = None of the above",
"in": "query",
"name": "p_bio_fac_type",
"required": false,
"type": "string"
},
"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.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:\n\n- BUL = Bulk\n- BAG = Bag or Container",
"in": "query",
"name": "p_bio_mgmt_container",
"required": false,
"type": "string"
},
"q.p_bio_mgmt_def_category": {
"description": "This is the code indicating the type of NPDES special regulatory program deficiency:\n\n- INC = Biosolids Incineration\n- LNA = Biosolids Land Application\n- LNB = Biosolids Land Application - Pathogen Class B\n- OTB = Biosolids Other Management Practice\n- SFD = Biosolids Surface Disposal",
"in": "query",
"name": "p_bio_mgmt_def_category",
"required": false,
"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"
},
"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:\n\n- AAA = Class A\n- AEQ = Class A EQ (sale/give away)\n- BBB = Class B\n- NAP = Not Applicable (Incineration)",
"in": "query",
"name": "p_bio_mgmt_pathogen",
"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:\n\n- A1 = Class A - Alternative 1: Time/Temperature\n- A2 = Class A - Alternative 2: pH/Temperature/Percent Solids\n- A3 = Class A - Alternative 3: Test Enteric Viruses and Helminth ova; Operating Parameters\n- A4 = Class A - Alternative 4: Test Enteric Viruses and Helminth ova; No New Solids\n- A51 = Class A - Alternative 5: PFRP 1: Composting\n- A52 = Class A - Alternative 5: PFRP 2: Heat Drying\n- A53 = Class A - Alternative 5: PFRP 3: Liquid heat treatment\n- A54 = Class A - Alternative 5: PFRP 4: Thermophilic Aerobic Digestion (ATAD)\n- A55 = Class A - Alternative 5 PFPR 5: Beta Ray Irradiation\n- A56 = Class A - Alternative 5 PFPR 6: Gamma Ray Irradiation\n- A57 = Class A - Alternative 5: PFRP 7: Pasteurization\n- A6 = Class A - Alternative 6: PFRP Equivalency\n- B1 = Class B - Alternative 1: Fecal Coliform Geometric Mean\n- B21 = Class B - Alternative 2 PSRP 1: Aerobic Digestion\n- B22 = Class B - Alternative 2 PSRP 2: Air Drying\n- B23 = Class B - Alternative 2 PSRP 3: Anaerobic Digestion\n- B24 = Class B - Alternative 2 PSRP 4: Composting\n- B25 = Class B - Alternative 2 PSRP 5: Lime Stabilization\n- B3 = Class B - Alternative 3: PSRP Equivalency\n- PH = pH Adjustment (Domestic Septage)",
"in": "query",
"name": "p_bio_mgmt_pathred",
"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.\n\n- OWN = Owner or Operator\n- OFF = Off-Site Third-Party Handler or Preparer",
"in": "query",
"name": "p_bio_mgmt_prctce_handler",
"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:\n\n- ADV = Advanced Alkaline Stabilized Biosolids Distribution & Marketing\n- AGR = Agricultural Land Application\n- COM = Distribution and Marketing - Compost\n- DEE = Deep-well Injection Disposal\n- DIS = Disposal in a Municipal Landfill (under 40 CFR 258)\n- DMO = Distribution and Marketing - Other\n- HEA = Heat Dried Biosolids Distribution & Marketing\n- OTL = Other Land Application Management Practice Detail\n- OTO = Other Management Practice Detail\n- RSA = Reclamation Site Application\n- SEN = Sent to Cement Kiln for Use as Alternative Energy\n- STO = Storage\n- UIC = Use in Construction\n- UPS = Used in Production of Syngas\n- 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_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):\n\n- BIN = Incineration\n- BLN = Land Application\n- BOT = Other Management Practice\n- BSD = Surface Disposal",
"in": "query",
"name": "p_bio_mgmt_prctce_type",
"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:\n\n- VR1 = Option 1 - Volatile Solids Reduction\n- VR2 = Option 2 - Bench-Scale Volatile Solids Reduction (Anaerobic Bench Test)\n- VR3 = Option 3 - Bench-Scale Volatile Solids Reduction (Aerobic Bench Test w/ Percent Solids - 2% or Less)\n- VR4 = Option 4 - Specific Oxygen Uptake Rate\n- VR5 = Option 5 - Aerobic Processing (Thermophilic Aerobic Digestion/Composting)\n- VR6 = Option 6 - Alkaline Treatment\n- VR7 = Option 7 - Drying (Equal to or Greater than 75 Percent)\n- VR8 = Option 8 - Drying (Equal to or Greater than 90 Percent)\n- VR9 = Option 9 - Sewage Sludge Injection\n- V10 = Option 10 - Sewage Sludge Timely Incorporation into Land\n- V11 = Option 11 - Sewage Sludge Covered at the End of Each Operating Day",
"in": "query",
"name": "p_bio_mgmt_vector",
"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"
},
"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"
},
"q.p_bio_total_volume_amt": {
"description": "Total annual amount (in dry metric tons) of biosolids or sewage sludge generated at the facility.\n\n- EQ0 = 0\n- IN0_1 = GT 0 but LT 1\n- IN0_289 = GT 0 but LT 290 MT/year\n- IN290_1499 = GE 290 but LT 1500 MT/year\n- IN1500_14999 = GE 1500 but LT 15,000\n- GE15000 = GE 15,000",
"in": "query",
"name": "p_bio_total_volume_amt",
"required": false,
"type": "string"
},
"q.p_bio_trtmnt_procs": {
"description": "The biosolids or sewage sludge treatment process or processes at the facility:\n\n- AER = Aerobic Digestion\n- AIR = Air Drying (or Sludge Drying Beds)\n- ANA = Anaerobic Digestion\n- COD = Beta Ray Irradiation\n- COM = Lower Temperature Composting\n- DEW = Pasteurization\n- DIS = Gamma Ray Irradiation\n- HEA = Heat Drying (e.g., Flash Dryer, Spray Dryer, Rotary Dryer)\n- HET = Heat Treatment (Liquid Sewage Sludge Heated to 356 Deg. F/180 Deg. C or Higher for 30 min.)\n- HTC = Higher Temperature Composting\n- MET = Methane or Biogas Capture and Recovery\n- OTH = Other Treatment Process\n- PRE = Preliminary Operations (e.g., Sludge Grinding, Degritting, Blending)\n- SLU = Sludge Lagoon\n- STA = Lime Stabilization\n- THE = Temporary Sludge Storage (Sewage Sludge Stored on Land 2 Years or Less, Not in Sewage Sludge Unit)\n- THI = Thickening (Gravity and/or Flotation Thickening, Centrifugation, Belt Filter Press, Vacuum Filter)\n- THM = Thermophilic Aerobic Digestion\n- 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_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_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"
},
"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_c1lon": {
"description": "In decimal degrees. Longitude of 1st corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "query",
"name": "p_c1lon",
"required": false,
"type": "number"
},
"q.p_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"
},
"q.p_c2lon": {
"description": "In decimal degrees. Longitude of 2nd corner of box that bounds the resulting facilities. The latitude and longitude of both corners of the bounding box must be provided.",
"in": "query",
"name": "p_c2lon",
"required": false,
"type": "number"
},
"q.p_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"
},
"q.p_ct": {
"description": "Facility City Filter. Enter a single case-insensitive city name to filter results.",
"in": "query",
"name": "p_ct",
"required": false,
"type": "string"
},
"q.p_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"
},
"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.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"
},
"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.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"
},
"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_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"
},
"q.p_ejscreen": {
"description": "Enter \"Y\" to limit facilities to Census block groups where one of more Environmental Justice indexes above 80th percentile.",
"in": "query",
"name": "p_ejscreen",
"required": false,
"type": "string"
},
"q.p_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_fa": {
"description": "Federal Agency. 1 character or 5-character values; may contain multiple comma-separated values. ALL will retrieve all facilities where the federal agency code is not null. Use the Federal Agencies lookup service to obtain a list of values.",
"in": "query",
"name": "p_fa",
"required": false,
"type": "string"
},
"q.p_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_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_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.\n- W = within date range\n- N = not within date range",
"enum": [
"W",
"N"
],
"in": "query",
"name": "p_fea",
"required": false,
"type": "string"
},
"q.p_feaa": {
"description": "Agency associated with Formal Enforcement Actions:\n- E = EPA\n- S = State\n- A = All",
"enum": [
"A",
"E",
"S"
],
"in": "query",
"name": "p_feaa",
"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"
},
"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"
},
"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_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_fntype": {
"description": "Controls type of text search performed on facility name with parameter p_fn.\n- EXACT = Find facilities having the exact provided name(s).\n- BEGINS = Find facilities with names starting with the provided term(s).\n- ALL = Find facilities using Oracle text search terms.\n- CONTAINS = ",
"enum": [
"ALL",
"CONTAINS",
"EXACT",
"BEGINS"
],
"in": "query",
"name": "p_fntype",
"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_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_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_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_ico": {
"description": "Indian Country Flag. Enter a \"Y\" or \"N\" to restrict searches to facilities inside or outside Indian Country.",
"enum": [
"Y",
"N"
],
"in": "query",
"name": "p_ico",
"required": false,
"type": "string"
},
"q.p_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_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"
},
"q.p_idt1": {
"description": "Beginning of date range of most recent facility inspection.",
"in": "query",
"name": "p_idt1",
"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"
},
"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.\n- W = within date range\n- N = not within date range",
"enum": [
"W",
"N"
],
"in": "query",
"name": "p_iea",
"required": false,
"type": "string"
},
"q.p_ieaa": {
"description": "Agency associated with Informal Enforcement Actions. If left blank, both agencies are included.\n- E = EPA\n- S = State",
"enum": [
"E",
"S"
],
"in": "query",
"name": "p_ieaa",
"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"
},
"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"
},
"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"
},
"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_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_ipfti": {
"in": "query",
"name": "p_ipfti",
"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_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_iswssID": {
"description": "Multi-Sector General Purpose Permit Sector Code. Enter a value to filter results.",
"in": "query",
"name": "p_iswssID",
"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"
},
"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_lat": {
"description": "Latitude location in decimal degrees.",
"in": "query",
"name": "p_lat",
"required": false,
"type": "number"
},
"q.p_limit_addr": {
"description": "Limit Address Search Flag. Enter Y to restrict facility searches to native data source only. ",
"enum": [
"Y",
"N"
],
"in": "query",
"name": "p_limit_addr",
"required": false,
"type": "string"
},
"q.p_long": {
"description": "Longitude location in decimal degrees.",
"in": "query",
"name": "p_long",
"required": false,
"type": "number"
},
"q.p_mact": {
"description": "CAA Maximum Achievable Control Technology (MACT) Subpart codes (alpha ID between 1 and 7 characters) applicable to the facility.",
"in": "query",
"name": "p_mact",
"required": false,
"type": "string"
},
"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.p_med": {
"description": "Filter Results by Media.\n- A = Air\n- M = RMP (Risk Management Plan)\n- R = RCRA (Hazardous Waste)\n- S = SDWA (Public Drinking Water Systems)\n- ALL = Air and RCRA and Water",
"enum": [
"A",
"M",
"R",
"S",
"ALL"
],
"in": "query",
"name": "p_med",
"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_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_msgp_ptype": {
"description": "Multi-Sector General Purpose Permit Type. Enter a value to filter results by MSGP Permit Type.\n- NOI = Notice of Intent\n- NOE = No Exposure Certification",
"enum": [
"NOI",
"NOE"
],
"in": "query",
"name": "p_msgp_ptype",
"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"
},
"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_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_ooFN": {
"description": "Owner/Operator Name. Enter the owner/operator name of the facility.",
"in": "query",
"name": "p_ooFN",
"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"
},
"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"
},
"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"
},
"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"
},
"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"
},
"q.p_owop": {
"description": "Owner/Operator code filter. Enter one of the following values to restrict results.\n- Federal = Federal facilities regulated under the NPDES program.\n- POTW = Publicly owned treatment works. Treatment works that are owned by a State, Tribe, or municipality.\n- 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.p_pccs": {
"description": "Current Compliance Status:\n||||||||||||||||||||||||||| \nSignificant Noncompliance (SNC) \n|||||||||||||||||||||||||||\n- SNC = E, S, X, T, D\n- E\ufffd= E(EffViol)\n- S\ufffd= S(CSchVio)\n- X = X(EffNMth)\n- T = T(CSchRpt)\n- D\ufffd= D(DMR NR)\n\n|||||||||||||||||||||||||||\nNoncompliance (NC)\n|||||||||||||||||||||||||||\n- NC = N, V\n- N\ufffd= N(RptViol)\n- V\ufffd= 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\ufffd= R(Resolvd)\n- P\ufffd= P(ResPend)\n- M\ufffd= 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_pcomp": {
"description": "Permit Component Code Filter. Enter one or more codes to filter results. Provide multiple values as a comma-delimited list.\n- PRE = Pretreatment\n- CAF = CAFO\n- CSO = CSO\n- POT = POTW\n- BIO = Biosolids\n- SWS = Storm Water Small MS4s\n- SWM = Storm Water Medium/Large MS4s\n- SWI = Storm Water Industrial\n- SWC = Storm Water Construction",
"in": "query",
"name": "p_pcomp",
"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.\n- ALL = returns all facilities, regardless of the number of outflows.\n- GE1 = returns facilities with one or more outflows.\n- GE10 = returns facilities with ten or more outflows.\n- GE50 = returns facilities with fifty or more outflows.",
"enum": [
"ALL",
"GE1",
"GE10",
"GE50"
],
"in": "query",
"name": "p_pcss",
"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.\n- Off\n- Partial\n- On",
"enum": [
"Off",
"Partial",
"On"
],
"in": "query",
"name": "p_pctrack",
"required": false,
"type": "string"
},
"q.p_pd": {
"description": "Population Density Limiter (per sq mile). Enter a value to limit results to facilities located in area of a given population density.\n- NONE = 0 population density per square mile\n- GT100 = More than 100 population density per square mile\n- GT500 = More than 500 population density per square mile\n- GT1000 = More than 1000 population density per square mile\n- GT5000 = More than 5000 population density per square mile\n- GT10000 = More than 10000 population density per square mile\n- 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_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"
},
"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"
},
"q.p_permitting_agency": {
"in": "query",
"name": "p_permitting_agency",
"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.\n- 0 = facilities with no exceedances\n- GE0 = facilities with one or more exceedances\n- GE10 = facilities with ten or more exceedances\n- GE50 = facilities with fifty or more exceedances\n- GE100 = facilities with one hundred or more exceedances",
"enum": [
"0",
"GE0",
"GE10",
"GE50",
"GE100"
],
"in": "query",
"name": "p_pexcd",
"required": false,
"type": "string"
},
"q.p_pexp": {
"description": "Permit Expired or Administratively Continued Limiter. Enter one of the following values to filter results.\n- EXP = limit results to facilities with permits expired or administratively continued.\n- EXPLE1YR = limit resuls to facilities with permits expired administratively continued within the past year.\n- 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_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"
},
"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"
},
"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"
},
"q.p_pid": {
"description": "Nine-digit permit IDs. May contain up to 2000 comma-separated values.",
"in": "query",
"name": "p_pid",
"required": false,
"type": "string"
},
"q.p_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"
},
"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"
},
"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"
},
"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.\n- NONE = 0%\n- GT5 = greater than 5%\n- GT10 = greater than 10%\n- GT25 = greater than 25%\n- GT50 = greater than 50%\n- GT75 = greater than 75%",
"enum": [
"NONE",
"GT5",
"GT10",
"GT25",
"GT50",
"GT75"
],
"in": "query",
"name": "p_pm",
"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_psc": {
"description": "Point Source Category.",
"in": "query",
"name": "p_psc",
"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.\n- Z = Zero quarters in significant noncompliance.\n- GEXX = Replacing XX with a numeric value, that number of quarterd or more in significant noncompliance.\n- 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.p_pstat": {
"description": "Permit Status Filter. Enter one or more of the following codes. Provide multiple values as a comma-delimited list.\n- EFF = Effective\n- EXP = Expired\n- PND = Pending\n- TRM = Terminated\n- RET = Retired\n- NON = Not Needed\n- ADC = Admin Continued",
"in": "query",
"name": "p_pstat",
"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"
},
"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_pswdpc": {
"description": "Pollutant Category Code: Values: WTR for Water, AIR for Air",
"in": "query",
"name": "p_pswdpc",
"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_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_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"
},
"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"
},
"q.p_ptype": {
"description": "Permit Type Filter. Enter one or more code values to filter results. Provide multiple values as a comma-delimited list.\n- NPD = NPDES Individual Permit\n- NGP = NPDES Master General Permit\n- GPC = General Permit Covered Facility\n- SNN = State Issued Master General Permit (Non-NPDES)\n- IIU = Individual IU Permit (Non-NPDES)\n- SIN = Individual State Issued Permit (Non-NPDES)\n- APR = Associated Permit Record\n- UFT = Unpermitted Facility",
"in": "query",
"name": "p_ptype",
"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"
},
"q.p_qiv": {
"description": "Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance.\n- Z = Zero quarters in noncompliance.\n- GEXX = Replacing XX with a numeric value, that number of quarterd or more in noncompliance.\n- GTXX = Replacing XX with a numeric value, more than that number of quarters in noncompliance.",
"enum": [
"0",
"GT1",
"GT2",
"GT4",
"GT8",
"12"
],
"in": "query",
"name": "p_qiv",
"required": false,
"type": "string"
},
"q.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_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_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"
},
"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_sa": {
"description": "Facility street address. Enter a complete or partial street address.",
"in": "query",
"name": "p_sa",
"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_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"
},
"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.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_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"
},
"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_trep": {
"description": "Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results.\n- CURR = Current TRI reporter.\n- 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"
},
"q.p_tribedist": {
"description": "Proximity to tribal land limiter. Enter an amount of mile between 0 and 25 to filter results. This parameter is only evaluated if p_tribeid is populated.",
"in": "query",
"name": "p_tribedist",
"required": false,
"type": "number"
},
"q.p_tribeid": {
"description": "Numeric code for tribe (or list of tribes).",
"in": "query",
"name": "p_tribeid",
"required": false,
"type": "number"
},
"q.p_tribename": {
"description": "Tribe Name Filter. Enter a single tribe name to filter results.",
"in": "query",
"name": "p_tribename",
"required": false,
"type": "string"
},
"q.p_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_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_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"
},
"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.\n- W = within date range\n- N = not within date range",
"enum": [
"W",
"N",
"NV"
],
"in": "query",
"name": "p_ysl",
"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:\n- E = EPA\n- S = State",
"enum": [
"E",
"S",
"A"
],
"in": "query",
"name": "p_ysla",
"required": false,
"type": "string"
},
"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"
},
"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.pageno": {
"default": 1,
"description": "Indicates the number of the page to display. It is used only when the results are paginated.",
"in": "query",
"name": "pageno",
"required": false,
"type": "number"
},
"q.qid": {
"description": "Query ID Selector. Enter the QueryID number from a previously run query.",
"in": "query",
"name": "qid",
"required": true,
"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"
},
"q.responseset": {
"description": "Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.",
"in": "query",
"name": "responseset",
"required": false,
"type": "number"
},
"q.search_code": {
"description": "Enter a partial or complete code value.",
"in": "query",
"name": "search_code",
"required": false,
"type": "string"
},
"q.search_term": {
"description": "Enter a partial or complete search phrase or word.",
"in": "query",
"name": "search_term",
"required": false,
"type": "string"
},
"q.sort_order": {
"in": "query",
"name": "sort_order",
"required": false,
"type": "number"
},
"q.status_flag": {
"in": "query",
"name": "status_flag",
"required": false,
"type": "string"
},
"q.statute_code": {
"in": "query",
"name": "statute_code",
"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"
},
"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"
},
"q.wbd_code": {
"description": "Two-digit watershed code [Hydrologic Unit Code (HUC)].",
"in": "query",
"name": "wbd_code",
"required": false,
"type": "string"
},
"q.wbd_level": {
"description": "The number of digits of the watershed code [Hydrologic Unit Code (HUC)] returned in the ValueCode. Must be an even number between 4 and 12.",
"in": "query",
"name": "wbd_level",
"required": false,
"type": "string"
},
"q.wbd_name": {
"description": "Watershed Name Filter.",
"in": "query",
"name": "wbd_name",
"required": true,
"type": "string"
},
"q.xmax": {
"description": "Maximum longitude value in decimal degrees.",
"in": "query",
"name": "xmax",
"required": false,
"type": "number"
},
"q.xmin": {
"description": "Minimum longitude value in decimal degrees.",
"in": "query",
"name": "xmin",
"required": false,
"type": "number"
},
"q.ymax": {
"description": "Maximum latitude value in decimal degrees.",
"in": "query",
"name": "ymax",
"required": false,
"type": "number"
},
"q.ymin": {
"description": "Minimum latitude value in decimal degrees.",
"in": "query",
"name": "ymin",
"required": false,
"type": "number"
}
},
"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:\n- 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:\n- 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:\n- GEOJSON = Facility results formatted as GeoJSON feature collection (default).\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.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:\n- GEOJSON = Facility results formatted as GeoJSON feature collection (default).\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.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:\n- CSV = Facility results formatted as comma delimited file download (default).\n- 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:\n- CSV = Facility results formatted as comma delimited file download (default).\n- 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"
}
}
},
"/cwa_rest_services.metadata": {
"get": {
"description": "Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_qid, get_facility_info and other service endpoints.",
"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.callback"
}
],
"responses": {
"200": {
"description": "Results are an array of columns/objects.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/meta1"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Clean Water Act (CWA) Metadata Service",
"tags": [
"Metadata"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Returns the JSON Object Name and ColumnId for usage with the qcolumns parameter for get_qid, get_facility_info and other service endpoints.",
"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.callback"
}
],
"responses": {
"200": {
"description": "Results are an array of columns/objects.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/meta1"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Clean Water Act (CWA) Metadata Service",
"tags": [
"Metadata"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.bp_tribes": {
"get": {
"description": "Returns the EPA Standard Indian Tribes and Native Alaskan Villages tribal_id and tribe_name.",
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of tribes containing the search term. If search term not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup20"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO BP Tribes Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Returns the EPA Standard Indian Tribes and Native Alaskan Villages tribal_id and tribe_name.",
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of tribes containing the search term. If search term not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup20"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO BP Tribes Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.cwa_parameters": {
"get": {
"description": "Look up Clean Water Act parameter codes and descriptions in the Integrated Compliance Information System - National Pollutant Discharge Elimination System (ICIS-NPDES) by code or term.",
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of parameter codes and descriptions that contain the search_term or search_code entered. If search term or search code not provided, returns all values. ValueCode is the 5-digit parameter code.\nValueDescription is the parameter description.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup23"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO CWA Parameter Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Look up Clean Water Act parameter codes and descriptions in the Integrated Compliance Information System - National Pollutant Discharge Elimination System (ICIS-NPDES) by code or term.",
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of parameter codes and descriptions that contain the search_term or search_code entered. If search term or search code not provided, returns all values. ValueCode is the 5-digit parameter code.\nValueDescription is the parameter description.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup23"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO CWA Parameter Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.cwa_pollutants": {
"get": {
"description": "Look up Clean Water Act pollutants by name",
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of water polluntants containing search term or search code. If search term or search code not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup24"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO CWA Pollutants Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Look up Clean Water Act pollutants by name",
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of water polluntants containing search term or search code. If search term or search code not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup24"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO CWA Pollutants Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.federal_agencies": {
"get": {
"description": "Look up Federal Agency Code",
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of federal agency codes and their descriptions.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup54"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO Federal Agency Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Look up Federal Agency Code",
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of federal agency codes and their descriptions.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup54"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO Federal Agency Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.icis_inspection_types": {
"get": {
"description": "Returns the ICIS NPDES Compliance Monitoring Type Code and Description.",
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of icis_inspection_types codes and their description. If search term or search code is not provided, all values are returned.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup58"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO ICIS NPDES Inspection Types Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Returns the ICIS NPDES Compliance Monitoring Type Code and Description.",
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of icis_inspection_types codes and their description. If search term or search code is not provided, all values are returned.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup58"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO ICIS NPDES Inspection Types Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.icis_law_sections": {
"get": {
"description": "Returns the ICIS NPDES Law Section Descriptions.",
"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.callback"
},
{
"$ref": "#/parameters/q.statute_code"
},
{
"$ref": "#/parameters/q.status_flag"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
},
{
"$ref": "#/parameters/q.sort_order"
}
],
"responses": {
"200": {
"description": "Returns an array of icis_inspection_types codes and their description. If search term or search code is not provided, all values are returned.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup59"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO ICIS NPDES Law Sections Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "Returns the ICIS NPDES Law Section Descriptions.",
"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.callback"
},
{
"$ref": "#/parameters/f.statute_code"
},
{
"$ref": "#/parameters/f.status_flag"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
},
{
"$ref": "#/parameters/f.sort_order"
}
],
"responses": {
"200": {
"description": "Returns an array of icis_inspection_types codes and their description. If search term or search code is not provided, all values are returned.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup59"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO ICIS NPDES Law Sections Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.naics_codes": {
"get": {
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
},
{
"$ref": "#/parameters/q.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of NAICS codes and descriptions based on search term or search code. If search term or search code not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup61"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO NAICS Codes Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
},
{
"$ref": "#/parameters/f.search_code"
}
],
"responses": {
"200": {
"description": "Returns an array of NAICS codes and descriptions based on search term or search code. If search term or search code not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup61"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO NAICS Codes Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.npdes_parameters": {
"get": {
"description": "ICIS Limit Parameter Code and Name lookup based on the supply of a partial parameter name. (NPDES = National Pollutant Discharge Elimination System)",
"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.callback"
},
{
"$ref": "#/parameters/q.search_term"
}
],
"responses": {
"200": {
"description": "Returns an array of NPDES Parameter Codes and their description that meet the search term. If the search term is not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup65"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO NPDES Parameters Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "ICIS Limit Parameter Code and Name lookup based on the supply of a partial parameter name. (NPDES = National Pollutant Discharge Elimination System)",
"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.callback"
},
{
"$ref": "#/parameters/f.search_term"
}
],
"responses": {
"200": {
"description": "Returns an array of NPDES Parameter Codes and their description that meet the search term. If the search term is not provided, returns all values.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup65"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO NPDES Parameters Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.wbd_code_lu": {
"get": {
"description": "USGS Watershed Boundary Dataset (WBD) Name lookup based on a supplied WBD Code and Watershed Level",
"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.callback"
},
{
"$ref": "#/parameters/q.wbd_code"
},
{
"$ref": "#/parameters/q.wbd_level"
}
],
"responses": {
"200": {
"description": "Returns an array of WBD names and codes based on the WBD code and WBD level provided. If WBD Code not provided, returns all values. ValueCode is the WBD Code containing the number of digits provided in the WBD level.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup75"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO WBD Code Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "USGS Watershed Boundary Dataset (WBD) Name lookup based on a supplied WBD Code and Watershed Level",
"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.callback"
},
{
"$ref": "#/parameters/f.wbd_code"
},
{
"$ref": "#/parameters/f.wbd_level"
}
],
"responses": {
"200": {
"description": "Returns an array of WBD names and codes based on the WBD code and WBD level provided. If WBD Code not provided, returns all values. ValueCode is the WBD Code containing the number of digits provided in the WBD level.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup75"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO WBD Code Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rest_lookups.wbd_name_lu": {
"get": {
"description": "USGS Watershed Boundary Dataset (WBD) Code lookup based on a supplied WBD Name and Watershed Level",
"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.callback"
},
{
"$ref": "#/parameters/q.wbd_name"
},
{
"$ref": "#/parameters/q.wbd_level"
}
],
"responses": {
"200": {
"description": "Returns an array of WBD names and codes based on the WBD name and WBD level provided. ValueCode is the WBD Code containing the number of digits provided in the WBD level.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup77"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO WBD Name Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
},
"post": {
"description": "USGS Watershed Boundary Dataset (WBD) Code lookup based on a supplied WBD Name and Watershed Level",
"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.callback"
},
{
"$ref": "#/parameters/f.wbd_name"
},
{
"$ref": "#/parameters/f.wbd_level"
}
],
"responses": {
"200": {
"description": "Returns an array of WBD names and codes based on the WBD name and WBD level provided. ValueCode is the WBD Code containing the number of digits provided in the WBD level.",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rlup77"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "ECHO WBD Name Lookup Service",
"tags": [
"Lookups"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
}
},
"definitions": {
"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:\n- 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).\n- 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).\n- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.\n- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).\n- 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.\ufffd",
"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:\n_ -\ufffdNo Violation Identified\nV -\ufffdViolation Identified\nS -\ufffdHigh Priority Violation\nU - 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.\n- M = Major\n- 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:\n- NPDES Individual Permit\n- General Permit Covered Facility\n- NPDES Master General Permit\n- Associated Permit Record\n- Individual Industrial User Permit\n- Individual State Issued Permit\n- State Issued Master General Permit\n- 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:\n- Region (first-level, 2-digit HUC)\n- Subregion (second-level, 4-digit HUC)\n- Accounting unit (third-level, 6-digit HUC)\n- Cataloguing unit (fourth-level, 8-digit HUC)\n- Watershed (fifth-level, 10-digit HUC)\n- 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:\n- Significant Violation\n- Noncompliance\n- No Violation\n- 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\ufffdif 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 \u201cY\u201d 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 \u201cN\u201d 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:\n- Region (first-level, 2-digit HUC)\n- Subregion (second-level, 4-digit HUC)\n- Accounting unit (third-level, 6-digit HUC)\n- Cataloguing unit (fourth-level, 8-digit HUC)\n- Watershed (fifth-level, 10-digit HUC)\n- 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"
}
},
"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"
}
},
"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"
},
"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"
},
"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"
},
"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"
},
"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:\n- 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).\n- 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).\n- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.\n- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).\n- 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.\ufffd",
"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:\n_ -\ufffdNo Violation Identified\nV -\ufffdViolation Identified\nS -\ufffdHigh Priority Violation\nU - 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.\n- M = Major\n- 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:\n- NPDES Individual Permit\n- General Permit Covered Facility\n- NPDES Master General Permit\n- Associated Permit Record\n- Individual Industrial User Permit\n- Individual State Issued Permit\n- State Issued Master General Permit\n- 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:\n- Region (first-level, 2-digit HUC)\n- Subregion (second-level, 4-digit HUC)\n- Accounting unit (third-level, 6-digit HUC)\n- Cataloguing unit (fourth-level, 8-digit HUC)\n- Watershed (fifth-level, 10-digit HUC)\n- 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:\n- Significant Violation\n- Noncompliance\n- No Violation\n- 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\ufffdif 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 \u201cY\u201d 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 \u201cN\u201d 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:\n- Region (first-level, 2-digit HUC)\n- Subregion (second-level, 4-digit HUC)\n- Accounting unit (third-level, 6-digit HUC)\n- Cataloguing unit (fourth-level, 8-digit HUC)\n- Watershed (fifth-level, 10-digit HUC)\n- 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"
},
"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"
},
"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:\n- 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).\n- 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).\n- 4a = TMDL completed. A TMDL has been completed, but impairment still exists.\n- 4b = TMDL alternative. Impairment is being addressed by a method other than a TMDL (e.g., stream bank improvements).\n- 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.\ufffd",
"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:\n_ -\ufffdNo Violation Identified\nV -\ufffdViolation Identified\nS -\ufffdHigh Priority Violation\nU - 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.\n- M = Major\n- 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:\n- NPDES Individual Permit\n- General Permit Covered Facility\n- NPDES Master General Permit\n- Associated Permit Record\n- Individual Industrial User Permit\n- Individual State Issued Permit\n- State Issued Master General Permit\n- 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:\n- Region (first-level, 2-digit HUC)\n- Subregion (second-level, 4-digit HUC)\n- Accounting unit (third-level, 6-digit HUC)\n- Cataloguing unit (fourth-level, 8-digit HUC)\n- Watershed (fifth-level, 10-digit HUC)\n- 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:\n- Significant Violation\n- Noncompliance\n- No Violation\n- 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\ufffdif 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 \u201cY\u201d 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 \u201cN\u201d 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:\n- Region (first-level, 2-digit HUC)\n- Subregion (second-level, 4-digit HUC)\n- Accounting unit (third-level, 6-digit HUC)\n- Cataloguing unit (fourth-level, 8-digit HUC)\n- Watershed (fifth-level, 10-digit HUC)\n- 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"
},
"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"
}
},
"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"
},
"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"
},
"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"
},
"meta1": {
"description": "Results Object",
"properties": {
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
},
"ResultColumns": {
"items": {
"$ref": "#/definitions/meta3"
},
"title": "Result Columns",
"type": "array",
"xml": {
"name": "ResultColumns",
"wrapped": true
},
"example": [
"string"
]
}
},
"required": [
"Message"
],
"type": "object"
},
"meta3": {
"description": "Results Column Object",
"properties": {
"ColumnID": {
"title": "Column ID",
"type": "string",
"example": "12345"
},
"ColumnName": {
"title": "Column Name",
"type": "string",
"example": "EPA Facility"
},
"DataLength": {
"description": "Data length for EPA program database column.",
"example": "10",
"title": "Data Length",
"type": "string"
},
"DataType": {
"description": "Data type for EPA program database column.",
"example": "NUMBER",
"title": "Data Type",
"type": "string"
},
"Description": {
"title": "Column Description",
"type": "string",
"example": "string"
},
"ObjectName": {
"description": "The JSON name used for the database column.",
"example": "CaseName",
"title": "Object Name",
"type": "string"
}
},
"required": [
"ColumnName",
"DataType",
"DataLength",
"ColumnID",
"ObjectName",
"Description"
],
"type": "object",
"xml": {
"name": "ResultColumn"
}
},
"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"
}
},
"rlup01": {
"description": "Lookup Values",
"properties": {
"ValueCode": {
"example": "77034",
"title": "Value Code",
"type": "string"
},
"ValueDescription": {
"example": "1-Butanol",
"title": "Value Description",
"type": "string"
}
},
"required": [
"ValueCode",
"ValueDescription"
],
"type": "object",
"xml": {
"name": "LuValue"
}
},
"rlup20": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup23": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup24": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup54": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup58": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup59": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup61": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup65": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup75": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
},
"rlup77": {
"description": "Results Object",
"properties": {
"LuValues": {
"items": {
"$ref": "#/definitions/rlup01"
},
"type": "array",
"xml": {
"name": "LuValues",
"wrapped": true
},
"example": [
"string"
]
},
"Message": {
"description": "Field to record messages (typically performance-related) about packet processing",
"example": "Success",
"title": "Message",
"type": "string"
}
},
"required": [
"Message"
],
"type": "object"
}
}
}