{
"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 RCRA Rest Services provides multiple service endpoints, each with specific capabilities, to search and retrieve data on hazardous waste handlers/facilities regulated under the Resource Conservation and Recovery Act (RCRA). The returned results reflect data drawn from EPA's RCRAInfo 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) - Resource Conservation and Recovery Act ",
"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=RCRA",
"version": "2.0"
}
],
"x-providerName": "epa.gov",
"x-serviceName": "rcra"
},
"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_act": {
"description": "Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits.",
"enum": [
"Y",
"N",
"A"
],
"in": "formData",
"name": "p_act",
"required": false,
"type": "string"
},
"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_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_cifdi": {
"description": "Compliance issuess found during inspection.",
"enum": [
"Any",
"Yes",
"No",
"Undetermined"
],
"in": "formData",
"name": "p_cifdi",
"required": false,
"type": "string"
},
"f.p_cmps": {
"description": "RCRA Current Compliance Status Limiter. Enter one or more of the following keywords to limit results. Enter multiple values as a comma-delimited list.\n- No Violation\n- In Violation\n- In Significant Noncompliance",
"in": "formData",
"name": "p_cmps",
"required": false,
"type": "string"
},
"f.p_co": {
"description": "Facility County Filter. Provide a single county name in combination with a state value provided via p_st.",
"in": "formData",
"name": "p_co",
"required": false,
"type": "string"
},
"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_decouple": {
"description": "Decouple Inspection Code Search Flag. Enter \"Y\" to search for inspection code types with p_pityp without respect to the date range search provided with p_ysl* parameters.",
"enum": [
"Y",
"N"
],
"in": "formData",
"name": "p_decouple",
"required": false,
"type": "string"
},
"f.p_des": {
"description": "Universe Designation Limiter. Enter one or more universe designation codes. Provide multiple values as a comma-delimited list. Use code \"TSDF\" to return the full enforcement TSDF universe and \"Operating TSDF\" to return the operating TSDF universe.",
"in": "formData",
"name": "p_des",
"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_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_fcv": {
"description": "Years of Continuing Violations Limiter. Enter a value in the format GTXX where XX is replaced by the number of years in continuing violation.",
"in": "formData",
"name": "p_fcv",
"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_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_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_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": "Identifier for the service.",
"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_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_lat": {
"description": "Latitude location in decimal degrees.",
"in": "formData",
"name": "p_lat",
"required": false,
"type": "number"
},
"f.p_law": {
"description": "Law Statute Code Filter. Enter a single statute code to limit results.",
"in": "formData",
"name": "p_law",
"required": false,
"type": "string"
},
"f.p_limit_addr": {
"description": "Limit Address Search Flag. Enter Y to restrict facility searches to native data source only. ",
"enum": [
"Y",
"N"
],
"in": "formData",
"name": "p_limit_addr",
"required": false,
"type": "string"
},
"f.p_long": {
"description": "Longitude location in decimal degrees.",
"in": "formData",
"name": "p_long",
"required": false,
"type": "number"
},
"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- W = Water\n- ALL = Air and Water and RCRA",
"enum": [
"A",
"M",
"R",
"S",
"W",
"ALL"
],
"in": "formData",
"name": "p_med",
"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_ncv": {
"description": "Number of Current Violations Limiter. Enter a value in the format GTXX replacing XX with a numeric value to select facilities with an equal to greater count of current violations. Enter Z to select facilities with zero violations.",
"in": "formData",
"name": "p_ncv",
"required": false,
"type": "string"
},
"f.p_oct": {
"description": "Toxic Release Inventory Pounds of Off-Site Chemical Releases Limiter. Enter a keyword to filter results.\n- Z = Zero pounds of chemical releases.\n- GT0 = More than zero pounds of chemical releases.\n- GT1000 = More than one thousand pounds of chemical releases.\n- GT5000 = More than five thousand pounds of chemical releases.\n- GT10000 = More than ten thousand pounds of chemical releases.\n- GT20000 = More than twenty thousand pounds of chemical releases.\n- GT50000 = More than fifty thousand pounds of chemical releases.",
"enum": [
"Z",
"GT0",
"GT1000",
"GT5000",
"GT10000",
"GT20000",
"GT50000"
],
"in": "formData",
"name": "p_oct",
"required": false,
"type": "string"
},
"f.p_olr": {
"description": "Toxics Release Inventory Pounds of Off-Site Land Releases Limiter. Enter a keyword to filter results.\n- Z = Zero pounds of land releases.\n- GT0 = More than zero pounds of land releases.\n- GT1000 = More than one thousand pounds of land releases.\n- GT5000 = More than five thousand pounds of land releases.\n- GT10000 = More than ten thousand pounds of land releases.\n- GT20000 = More than twenty thousand pounds of land releases.\n- GT50000 = More than fifty thousand pounds of land releases.",
"in": "formData",
"name": "p_olr",
"required": false,
"type": "string"
},
"f.p_opc": {
"in": "formData",
"name": "p_opc",
"required": false,
"type": "string"
},
"f.p_opd": {
"in": "formData",
"name": "p_opd",
"required": false,
"type": "string"
},
"f.p_owc": {
"in": "formData",
"name": "p_owc",
"required": false,
"type": "string"
},
"f.p_owd": {
"in": "formData",
"name": "p_owd",
"required": false,
"type": "string"
},
"f.p_owop": {
"description": "Owner/Operator code filter. Enter one of the following codes to filter results:\n- PUBLIC\n- PRIVATE\n- FEDERAL",
"enum": [
"PRIVATE",
"PUBLIC",
"FEDERAL"
],
"in": "formData",
"name": "p_owop",
"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_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_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:\n- CAC = Corrective Action Inspection\n- CAV = Compliance Assistance Visit\n- CDI = Case Development Inspection\n- CEI = Inspection Inspection\n- CSE = Compliance Schedule Evaluation\n- FCI = Focused Compliance\n- FRR = Financial Record Review\n- FSD = Facility Self Disclosure\n- FUI = Follow-Up Inspection\n- GME = Groundwater Monitoring Evaluation\n- NRR = Non-Financial Record Review\n- OAM = Operation and Maintenance Inspection\nMay contain multiple comma-separated values.",
"in": "formData",
"name": "p_pityp",
"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_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_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_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_section": {
"description": "Law Section Code Filter. Enter one or more law section codes to limit results. Provide multiple values as a comma-delimited list.",
"in": "formData",
"name": "p_section",
"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_stdist": {
"description": "State District Filter. Enter a single state district to restrict results.",
"in": "formData",
"name": "p_stdist",
"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_tri_lr_amt": {
"in": "formData",
"name": "p_tri_lr_amt",
"required": false,
"type": "string"
},
"f.p_tri_lr_pol": {
"in": "formData",
"name": "p_tri_lr_pol",
"required": false,
"type": "string"
},
"f.p_tri_lr_yr": {
"in": "formData",
"name": "p_tri_lr_yr",
"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_trichem": {
"in": "formData",
"name": "p_trichem",
"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_violt": {
"description": "RCRA Violation Type. Enter one or more Resource Conservation and Recovery Act violation types to limit results. Provide multiple values as a comma-delimited list.",
"in": "formData",
"name": "p_violt",
"required": false,
"type": "string"
},
"f.p_violy": {
"description": "Years Since Last Violation Limiter. Enter a value in the format GTXX where XX is replaced by the number of years since the last violation.",
"enum": [
1,
2,
3
],
"in": "formData",
"name": "p_violy",
"required": false,
"type": "number"
},
"f.p_wbd": {
"description": "2-, 4-, 6-, 8-, 10-, or 12-character watershed (WBD from the USGS Watershed Boundary Dataset). May contain multiple comma-separated values. Uses the FRS Best Pick Coordinate to obtain the WBD12 Huc value.",
"in": "formData",
"name": "p_wbd",
"required": false,
"type": "string"
},
"f.p_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.qcolumns": {
"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"
},
"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.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.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_act": {
"description": "Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits.",
"enum": [
"Y",
"N",
"A"
],
"in": "query",
"name": "p_act",
"required": false,
"type": "string"
},
"q.p_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_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_cifdi": {
"description": "Compliance issuess found during inspection.",
"enum": [
"Any",
"Yes",
"No",
"Undetermined"
],
"in": "query",
"name": "p_cifdi",
"required": false,
"type": "string"
},
"q.p_cmps": {
"description": "RCRA Current Compliance Status Limiter. Enter one or more of the following keywords to limit results. Enter multiple values as a comma-delimited list.\n- No Violation\n- In Violation\n- In Significant Noncompliance",
"in": "query",
"name": "p_cmps",
"required": false,
"type": "string"
},
"q.p_co": {
"description": "Facility County Filter. Provide a single county name in combination with a state value provided via p_st.",
"in": "query",
"name": "p_co",
"required": false,
"type": "string"
},
"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_decouple": {
"description": "Decouple Inspection Code Search Flag. Enter \"Y\" to search for inspection code types with p_pityp without respect to the date range search provided with p_ysl* parameters.",
"enum": [
"Y",
"N"
],
"in": "query",
"name": "p_decouple",
"required": false,
"type": "string"
},
"q.p_des": {
"description": "Universe Designation Limiter. Enter one or more universe designation codes. Provide multiple values as a comma-delimited list. Use code \"TSDF\" to return the full enforcement TSDF universe and \"Operating TSDF\" to return the operating TSDF universe.",
"in": "query",
"name": "p_des",
"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_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_fcv": {
"description": "Years of Continuing Violations Limiter. Enter a value in the format GTXX where XX is replaced by the number of years in continuing violation.",
"in": "query",
"name": "p_fcv",
"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_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_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_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": "Identifier for the service.",
"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_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_lat": {
"description": "Latitude location in decimal degrees.",
"in": "query",
"name": "p_lat",
"required": false,
"type": "number"
},
"q.p_law": {
"description": "Law Statute Code Filter. Enter a single statute code to limit results.",
"in": "query",
"name": "p_law",
"required": false,
"type": "string"
},
"q.p_limit_addr": {
"description": "Limit Address Search Flag. Enter Y to restrict facility searches to native data source only. ",
"enum": [
"Y",
"N"
],
"in": "query",
"name": "p_limit_addr",
"required": false,
"type": "string"
},
"q.p_long": {
"description": "Longitude location in decimal degrees.",
"in": "query",
"name": "p_long",
"required": false,
"type": "number"
},
"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- W = Water\n- ALL = Air and Water and RCRA",
"enum": [
"A",
"M",
"R",
"S",
"W",
"ALL"
],
"in": "query",
"name": "p_med",
"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_ncv": {
"description": "Number of Current Violations Limiter. Enter a value in the format GTXX replacing XX with a numeric value to select facilities with an equal to greater count of current violations. Enter Z to select facilities with zero violations.",
"in": "query",
"name": "p_ncv",
"required": false,
"type": "string"
},
"q.p_oct": {
"description": "Toxic Release Inventory Pounds of Off-Site Chemical Releases Limiter. Enter a keyword to filter results.\n- Z = Zero pounds of chemical releases.\n- GT0 = More than zero pounds of chemical releases.\n- GT1000 = More than one thousand pounds of chemical releases.\n- GT5000 = More than five thousand pounds of chemical releases.\n- GT10000 = More than ten thousand pounds of chemical releases.\n- GT20000 = More than twenty thousand pounds of chemical releases.\n- GT50000 = More than fifty thousand pounds of chemical releases.",
"enum": [
"Z",
"GT0",
"GT1000",
"GT5000",
"GT10000",
"GT20000",
"GT50000"
],
"in": "query",
"name": "p_oct",
"required": false,
"type": "string"
},
"q.p_olr": {
"description": "Toxics Release Inventory Pounds of Off-Site Land Releases Limiter. Enter a keyword to filter results.\n- Z = Zero pounds of land releases.\n- GT0 = More than zero pounds of land releases.\n- GT1000 = More than one thousand pounds of land releases.\n- GT5000 = More than five thousand pounds of land releases.\n- GT10000 = More than ten thousand pounds of land releases.\n- GT20000 = More than twenty thousand pounds of land releases.\n- GT50000 = More than fifty thousand pounds of land releases.",
"in": "query",
"name": "p_olr",
"required": false,
"type": "string"
},
"q.p_opc": {
"in": "query",
"name": "p_opc",
"required": false,
"type": "string"
},
"q.p_opd": {
"in": "query",
"name": "p_opd",
"required": false,
"type": "string"
},
"q.p_owc": {
"in": "query",
"name": "p_owc",
"required": false,
"type": "string"
},
"q.p_owd": {
"in": "query",
"name": "p_owd",
"required": false,
"type": "string"
},
"q.p_owop": {
"description": "Owner/Operator code filter. Enter one of the following codes to filter results:\n- PUBLIC\n- PRIVATE\n- FEDERAL",
"enum": [
"PRIVATE",
"PUBLIC",
"FEDERAL"
],
"in": "query",
"name": "p_owop",
"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_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_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:\n- CAC = Corrective Action Inspection\n- CAV = Compliance Assistance Visit\n- CDI = Case Development Inspection\n- CEI = Inspection Inspection\n- CSE = Compliance Schedule Evaluation\n- FCI = Focused Compliance\n- FRR = Financial Record Review\n- FSD = Facility Self Disclosure\n- FUI = Follow-Up Inspection\n- GME = Groundwater Monitoring Evaluation\n- NRR = Non-Financial Record Review\n- OAM = Operation and Maintenance Inspection\nMay contain multiple comma-separated values.",
"in": "query",
"name": "p_pityp",
"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_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_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_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_section": {
"description": "Law Section Code Filter. Enter one or more law section codes to limit results. Provide multiple values as a comma-delimited list.",
"in": "query",
"name": "p_section",
"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_stdist": {
"description": "State District Filter. Enter a single state district to restrict results.",
"in": "query",
"name": "p_stdist",
"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_tri_lr_amt": {
"in": "query",
"name": "p_tri_lr_amt",
"required": false,
"type": "string"
},
"q.p_tri_lr_pol": {
"in": "query",
"name": "p_tri_lr_pol",
"required": false,
"type": "string"
},
"q.p_tri_lr_yr": {
"in": "query",
"name": "p_tri_lr_yr",
"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_trichem": {
"in": "query",
"name": "p_trichem",
"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_violt": {
"description": "RCRA Violation Type. Enter one or more Resource Conservation and Recovery Act violation types to limit results. Provide multiple values as a comma-delimited list.",
"in": "query",
"name": "p_violt",
"required": false,
"type": "string"
},
"q.p_violy": {
"description": "Years Since Last Violation Limiter. Enter a value in the format GTXX where XX is replaced by the number of years since the last violation.",
"enum": [
1,
2,
3
],
"in": "query",
"name": "p_violy",
"required": false,
"type": "number"
},
"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.qcolumns": {
"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"
},
"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.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.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": {
"/rcra_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).\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.qcolumns"
},
{
"$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": "Resource Conservation and Recovery Act (RCRA) Download Data Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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).\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.qcolumns"
},
{
"$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": "Resource Conservation and Recovery Act (RCRA) Download Data Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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_stdist"
},
{
"$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_act"
},
{
"$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_cmps"
},
{
"$ref": "#/parameters/q.p_law"
},
{
"$ref": "#/parameters/q.p_section"
},
{
"$ref": "#/parameters/q.p_qiv"
},
{
"$ref": "#/parameters/q.p_impw"
},
{
"$ref": "#/parameters/q.p_trep"
},
{
"$ref": "#/parameters/q.p_olr"
},
{
"$ref": "#/parameters/q.p_oct"
},
{
"$ref": "#/parameters/q.p_trichem"
},
{
"$ref": "#/parameters/q.p_tri_lr_pol"
},
{
"$ref": "#/parameters/q.p_tri_lr_yr"
},
{
"$ref": "#/parameters/q.p_tri_lr_amt"
},
{
"$ref": "#/parameters/q.p_pm"
},
{
"$ref": "#/parameters/q.p_pd"
},
{
"$ref": "#/parameters/q.p_ico"
},
{
"$ref": "#/parameters/q.p_huc"
},
{
"$ref": "#/parameters/q.p_wbd"
},
{
"$ref": "#/parameters/q.p_pid"
},
{
"$ref": "#/parameters/q.p_med"
},
{
"$ref": "#/parameters/q.p_owc"
},
{
"$ref": "#/parameters/q.p_owd"
},
{
"$ref": "#/parameters/q.p_opc"
},
{
"$ref": "#/parameters/q.p_opd"
},
{
"$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_owop"
},
{
"$ref": "#/parameters/q.p_agoo"
},
{
"$ref": "#/parameters/q.p_idt1"
},
{
"$ref": "#/parameters/q.p_idt2"
},
{
"$ref": "#/parameters/q.p_pityp"
},
{
"$ref": "#/parameters/q.p_cifdi"
},
{
"$ref": "#/parameters/q.p_pfead1"
},
{
"$ref": "#/parameters/q.p_pfead2"
},
{
"$ref": "#/parameters/q.p_pfeat"
},
{
"$ref": "#/parameters/q.p_psncq"
},
{
"$ref": "#/parameters/q.p_dwd"
},
{
"$ref": "#/parameters/q.p_violy"
},
{
"$ref": "#/parameters/q.p_ncv"
},
{
"$ref": "#/parameters/q.p_fcv"
},
{
"$ref": "#/parameters/q.p_violt"
},
{
"$ref": "#/parameters/q.p_des"
},
{
"$ref": "#/parameters/q.p_fntype"
},
{
"$ref": "#/parameters/q.p_pidall"
},
{
"$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_limit_addr"
},
{
"$ref": "#/parameters/q.p_lat"
},
{
"$ref": "#/parameters/q.p_long"
},
{
"$ref": "#/parameters/q.p_radius"
},
{
"$ref": "#/parameters/q.p_decouple"
},
{
"$ref": "#/parameters/q.p_ejscreen_over80cnt"
},
{
"$ref": "#/parameters/q.queryset"
},
{
"$ref": "#/parameters/q.responseset"
},
{
"$ref": "#/parameters/q.tablelist"
},
{
"$ref": "#/parameters/q.maplist"
},
{
"$ref": "#/parameters/q.summarylist"
},
{
"$ref": "#/parameters/q.callback"
},
{
"$ref": "#/parameters/q.qcolumns"
}
],
"responses": {
"200": {
"description": "Results are summary statistics for the query and a query identifier (QID).",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rcra04"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Facility Search Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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_stdist"
},
{
"$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_act"
},
{
"$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_cmps"
},
{
"$ref": "#/parameters/f.p_law"
},
{
"$ref": "#/parameters/f.p_section"
},
{
"$ref": "#/parameters/f.p_qiv"
},
{
"$ref": "#/parameters/f.p_impw"
},
{
"$ref": "#/parameters/f.p_trep"
},
{
"$ref": "#/parameters/f.p_olr"
},
{
"$ref": "#/parameters/f.p_oct"
},
{
"$ref": "#/parameters/f.p_trichem"
},
{
"$ref": "#/parameters/f.p_tri_lr_pol"
},
{
"$ref": "#/parameters/f.p_tri_lr_yr"
},
{
"$ref": "#/parameters/f.p_tri_lr_amt"
},
{
"$ref": "#/parameters/f.p_pm"
},
{
"$ref": "#/parameters/f.p_pd"
},
{
"$ref": "#/parameters/f.p_ico"
},
{
"$ref": "#/parameters/f.p_huc"
},
{
"$ref": "#/parameters/f.p_wbd"
},
{
"$ref": "#/parameters/f.p_pid"
},
{
"$ref": "#/parameters/f.p_med"
},
{
"$ref": "#/parameters/f.p_owc"
},
{
"$ref": "#/parameters/f.p_owd"
},
{
"$ref": "#/parameters/f.p_opc"
},
{
"$ref": "#/parameters/f.p_opd"
},
{
"$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_owop"
},
{
"$ref": "#/parameters/f.p_agoo"
},
{
"$ref": "#/parameters/f.p_idt1"
},
{
"$ref": "#/parameters/f.p_idt2"
},
{
"$ref": "#/parameters/f.p_pityp"
},
{
"$ref": "#/parameters/f.p_cifdi"
},
{
"$ref": "#/parameters/f.p_pfead1"
},
{
"$ref": "#/parameters/f.p_pfead2"
},
{
"$ref": "#/parameters/f.p_pfeat"
},
{
"$ref": "#/parameters/f.p_psncq"
},
{
"$ref": "#/parameters/f.p_dwd"
},
{
"$ref": "#/parameters/f.p_violy"
},
{
"$ref": "#/parameters/f.p_ncv"
},
{
"$ref": "#/parameters/f.p_fcv"
},
{
"$ref": "#/parameters/f.p_violt"
},
{
"$ref": "#/parameters/f.p_des"
},
{
"$ref": "#/parameters/f.p_fntype"
},
{
"$ref": "#/parameters/f.p_pidall"
},
{
"$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_limit_addr"
},
{
"$ref": "#/parameters/f.p_lat"
},
{
"$ref": "#/parameters/f.p_long"
},
{
"$ref": "#/parameters/f.p_radius"
},
{
"$ref": "#/parameters/f.p_decouple"
},
{
"$ref": "#/parameters/f.p_ejscreen_over80cnt"
},
{
"$ref": "#/parameters/f.queryset"
},
{
"$ref": "#/parameters/f.responseset"
},
{
"$ref": "#/parameters/f.tablelist"
},
{
"$ref": "#/parameters/f.maplist"
},
{
"$ref": "#/parameters/f.summarylist"
},
{
"$ref": "#/parameters/f.callback"
},
{
"$ref": "#/parameters/f.qcolumns"
}
],
"responses": {
"200": {
"description": "Results are summary statistics for the query and a query identifier (QID).",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rcra04"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Facility Search Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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_stdist"
},
{
"$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_act"
},
{
"$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_cmps"
},
{
"$ref": "#/parameters/q.p_law"
},
{
"$ref": "#/parameters/q.p_section"
},
{
"$ref": "#/parameters/q.p_qiv"
},
{
"$ref": "#/parameters/q.p_impw"
},
{
"$ref": "#/parameters/q.p_trep"
},
{
"$ref": "#/parameters/q.p_olr"
},
{
"$ref": "#/parameters/q.p_oct"
},
{
"$ref": "#/parameters/q.p_trichem"
},
{
"$ref": "#/parameters/q.p_tri_lr_pol"
},
{
"$ref": "#/parameters/q.p_tri_lr_yr"
},
{
"$ref": "#/parameters/q.p_tri_lr_amt"
},
{
"$ref": "#/parameters/q.p_pm"
},
{
"$ref": "#/parameters/q.p_pd"
},
{
"$ref": "#/parameters/q.p_ico"
},
{
"$ref": "#/parameters/q.p_huc"
},
{
"$ref": "#/parameters/q.p_wbd"
},
{
"$ref": "#/parameters/q.p_pid"
},
{
"$ref": "#/parameters/q.p_med"
},
{
"$ref": "#/parameters/q.p_owc"
},
{
"$ref": "#/parameters/q.p_owd"
},
{
"$ref": "#/parameters/q.p_opc"
},
{
"$ref": "#/parameters/q.p_opd"
},
{
"$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_owop"
},
{
"$ref": "#/parameters/q.p_agoo"
},
{
"$ref": "#/parameters/q.p_idt1"
},
{
"$ref": "#/parameters/q.p_idt2"
},
{
"$ref": "#/parameters/q.p_pityp"
},
{
"$ref": "#/parameters/q.p_cifdi"
},
{
"$ref": "#/parameters/q.p_pfead1"
},
{
"$ref": "#/parameters/q.p_pfead2"
},
{
"$ref": "#/parameters/q.p_pfeat"
},
{
"$ref": "#/parameters/q.p_psncq"
},
{
"$ref": "#/parameters/q.p_dwd"
},
{
"$ref": "#/parameters/q.p_violy"
},
{
"$ref": "#/parameters/q.p_ncv"
},
{
"$ref": "#/parameters/q.p_fcv"
},
{
"$ref": "#/parameters/q.p_violt"
},
{
"$ref": "#/parameters/q.p_des"
},
{
"$ref": "#/parameters/q.p_fntype"
},
{
"$ref": "#/parameters/q.p_pidall"
},
{
"$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_limit_addr"
},
{
"$ref": "#/parameters/q.p_lat"
},
{
"$ref": "#/parameters/q.p_long"
},
{
"$ref": "#/parameters/q.p_radius"
},
{
"$ref": "#/parameters/q.p_decouple"
},
{
"$ref": "#/parameters/q.p_ejscreen_over80cnt"
},
{
"$ref": "#/parameters/q.queryset"
},
{
"$ref": "#/parameters/q.responseset"
},
{
"$ref": "#/parameters/q.summarylist"
},
{
"$ref": "#/parameters/q.callback"
},
{
"$ref": "#/parameters/q.qcolumns"
},
{
"$ref": "#/parameters/q.p_pretty_print"
}
],
"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/rcra08"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Facility Enhanced Search Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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_stdist"
},
{
"$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_act"
},
{
"$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_cmps"
},
{
"$ref": "#/parameters/f.p_law"
},
{
"$ref": "#/parameters/f.p_section"
},
{
"$ref": "#/parameters/f.p_qiv"
},
{
"$ref": "#/parameters/f.p_impw"
},
{
"$ref": "#/parameters/f.p_trep"
},
{
"$ref": "#/parameters/f.p_olr"
},
{
"$ref": "#/parameters/f.p_oct"
},
{
"$ref": "#/parameters/f.p_trichem"
},
{
"$ref": "#/parameters/f.p_tri_lr_pol"
},
{
"$ref": "#/parameters/f.p_tri_lr_yr"
},
{
"$ref": "#/parameters/f.p_tri_lr_amt"
},
{
"$ref": "#/parameters/f.p_pm"
},
{
"$ref": "#/parameters/f.p_pd"
},
{
"$ref": "#/parameters/f.p_ico"
},
{
"$ref": "#/parameters/f.p_huc"
},
{
"$ref": "#/parameters/f.p_wbd"
},
{
"$ref": "#/parameters/f.p_pid"
},
{
"$ref": "#/parameters/f.p_med"
},
{
"$ref": "#/parameters/f.p_owc"
},
{
"$ref": "#/parameters/f.p_owd"
},
{
"$ref": "#/parameters/f.p_opc"
},
{
"$ref": "#/parameters/f.p_opd"
},
{
"$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_owop"
},
{
"$ref": "#/parameters/f.p_agoo"
},
{
"$ref": "#/parameters/f.p_idt1"
},
{
"$ref": "#/parameters/f.p_idt2"
},
{
"$ref": "#/parameters/f.p_pityp"
},
{
"$ref": "#/parameters/f.p_cifdi"
},
{
"$ref": "#/parameters/f.p_pfead1"
},
{
"$ref": "#/parameters/f.p_pfead2"
},
{
"$ref": "#/parameters/f.p_pfeat"
},
{
"$ref": "#/parameters/f.p_psncq"
},
{
"$ref": "#/parameters/f.p_dwd"
},
{
"$ref": "#/parameters/f.p_violy"
},
{
"$ref": "#/parameters/f.p_ncv"
},
{
"$ref": "#/parameters/f.p_fcv"
},
{
"$ref": "#/parameters/f.p_violt"
},
{
"$ref": "#/parameters/f.p_des"
},
{
"$ref": "#/parameters/f.p_fntype"
},
{
"$ref": "#/parameters/f.p_pidall"
},
{
"$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_limit_addr"
},
{
"$ref": "#/parameters/f.p_lat"
},
{
"$ref": "#/parameters/f.p_long"
},
{
"$ref": "#/parameters/f.p_radius"
},
{
"$ref": "#/parameters/f.p_decouple"
},
{
"$ref": "#/parameters/f.p_ejscreen_over80cnt"
},
{
"$ref": "#/parameters/f.queryset"
},
{
"$ref": "#/parameters/f.responseset"
},
{
"$ref": "#/parameters/f.summarylist"
},
{
"$ref": "#/parameters/f.callback"
},
{
"$ref": "#/parameters/f.qcolumns"
},
{
"$ref": "#/parameters/f.p_pretty_print"
}
],
"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/rcra08"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Facility Enhanced Search Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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"
},
{
"$ref": "#/parameters/q.qcolumns"
},
{
"$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/rcra09"
},
"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": "Resource Conservation and Recovery Act (RCRA) GeoJSON Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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"
},
{
"$ref": "#/parameters/f.qcolumns"
},
{
"$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/rcra09"
},
"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": "Resource Conservation and Recovery Act (RCRA) GeoJSON Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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": "Resource Conservation and Recovery Act (RCRA) Info Clusters Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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": "Resource Conservation and Recovery Act (RCRA) Info Clusters Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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/rcra12"
}
},
"required": [
"MapOutput"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Map Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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/rcra12"
}
},
"required": [
"MapOutput"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Map Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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"
},
{
"$ref": "#/parameters/q.qcolumns"
}
],
"responses": {
"200": {
"description": "Results are an array (page) of RCRA (RCRAInfo) Facilities/Hazardous Waste Handlers with the number of facilities equal to the responseset (page size).",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rcra13"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Paginated Results Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"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"
},
{
"$ref": "#/parameters/f.qcolumns"
}
],
"responses": {
"200": {
"description": "Results are an array (page) of RCRA (RCRAInfo) Facilities/Hazardous Waste Handlers with the number of facilities equal to the responseset (page size).",
"schema": {
"description": "Root Object",
"properties": {
"Results": {
"$ref": "#/definitions/rcra13"
}
},
"required": [
"Results"
],
"type": "object",
"xml": {
"name": "Root"
}
}
}
},
"summary": "Resource Conservation and Recovery Act (RCRA) Paginated Results Service",
"tags": [
"Resource Conservation and Recovery Act"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
},
"/rcra_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": "Resource Conservation and Recovery Act (RCRA) 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": "Resource Conservation and Recovery Act (RCRA) Metadata Service",
"tags": [
"Metadata"
],
"x-microcks-operation": {
"delay": 0,
"dispatcher": "FALLBACK"
}
}
}
},
"definitions": {
"geo": {
"description": "GeoJSON Geometry Object",
"properties": {
"coordinates": {
"description": "Array of coordinate values in longitude, latitude format.",
"example": -87.86253,
"items": {
"type": "number"
},
"title": "Coordinates Array",
"type": "array"
},
"type": {
"description": "Indicator of the geometry represented in the GeoJSON Feature, for Echo will always be \"Point\".",
"example": "Point",
"title": "Geometry",
"type": "string"
}
},
"required": [
"type",
"coordinates"
],
"type": "object"
},
"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"
}
},
"rcra01": {
"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"
},
"CWAIDs": {
"description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. These identifiers are for used tracking purposes in the individual data systems.",
"example": "DC0000001",
"title": "CWA IDs",
"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"
},
"ChemNamesRelLand": {
"description": "It is an aggregated field containing all the names found for the current reporting year (2017).",
"title": "Chemical Names of TRI Pollutants Released ON-Site",
"type": "string",
"example": "EPA Facility"
},
"ChesapeakeBayFlag": {
"description": "Displays \"Y\" if the facility is located within the Chesapeake Bay watershed.",
"example": "Y",
"title": "Chesapeake Bay Flag",
"type": "string"
},
"CleanupActionFlag": {
"type": "string",
"example": "string"
},
"CollectionMethod": {
"description": "??",
"example": "ADDRESS MATCHING-HOUSE NUMBER",
"title": "Collection Method",
"type": "string"
},
"CurrSvFlag": {
"description": "Indicates if the facility has a current significant violation. 1 = Yes",
"example": "0",
"title": "Current Significant Violation Flag",
"type": "string"
},
"CurrVioFlag": {
"description": "Indicates if the facility has a current violation. 1 = Yes",
"example": "0",
"title": "Current Violation Flag",
"type": "string"
},
"CurrentVioCnt": {
"title": "Count of Current Violations",
"type": "string",
"example": "string"
},
"DateLastRecordReview": {
"type": "string",
"example": "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"
},
"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"
},
"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"
},
"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"
},
"FacPopulationDensity": {
"description": "The number of persons per square mile in the profiled area.",
"example": "9611.17",
"title": "Population Density",
"type": "string"
},
"FacSICCodes": {
"description": "Indicates the facility\u2019s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility.",
"example": "811",
"title": "SIC Codes",
"type": "string"
},
"FacStdCountyName": {
"description": "The standardized facility county name from EPA's Facility Registry System",
"example": "Fairfax County",
"title": "FRS Standardized Facility County Name",
"type": "string"
},
"FacTRILandReleases": {
"example": "11.7",
"type": "string"
},
"FacTRIOffSiteTransfers": {
"type": "string",
"example": "0014"
},
"FacTRIOnSiteReleases": {
"type": "string",
"example": "0014"
},
"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"
},
"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"
},
"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"
},
"LastViolationDate": {
"example": "5/13/2011",
"title": "Date of Last Violation",
"type": "string"
},
"Lower48": {
"description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States.",
"example": "Y",
"title": "Contiguous United States Flag",
"type": "string"
},
"Map": {
"description": "No Longer Used.",
"title": "Map",
"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"
},
"OperatorCode": {
"type": "string",
"example": "string"
},
"OperatorDesc": {
"type": "string",
"example": "string"
},
"Over80CountUs": {
"description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in.",
"example": "3",
"title": "EJ Indexes Above 80th Percentile",
"type": "string"
},
"OwnerCode": {
"type": "string",
"example": "string"
},
"OwnerDesc": {
"description": "Description of Owner code",
"example": "Local Government",
"title": "Owner Description",
"type": "string"
},
"PctileCancerUs": {
"description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator.",
"example": "99",
"type": "string"
},
"PctileDpmUs": {
"description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator.",
"example": "99",
"type": "string"
},
"PctileO3Us": {
"description": "The national percentile of the census block group for the EJSCREEN ozone indicator.",
"example": "94",
"type": "string"
},
"PctilePctpre1960Us": {
"description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator.",
"example": "14.6",
"type": "string"
},
"PctilePmUs": {
"description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator.",
"example": "93",
"type": "string"
},
"PctileProximityNPDESUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator.",
"example": "23.7",
"type": "string"
},
"PctileProximityNplUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator.",
"example": "96",
"type": "string"
},
"PctileProximityRmpUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator.",
"example": "91",
"type": "string"
},
"PctileProximityTsdfUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator.",
"example": "82",
"type": "string"
},
"PctileRespUs": {
"description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator.",
"example": "99",
"type": "string"
},
"PctileTrafficScoreUs": {
"description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator.",
"example": "92",
"type": "string"
},
"RCRA3yrComplQtrsHistory": {
"description": "The system's 3-year compliance status history by quarter (3-month period) entered in the RCRA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
"example": "________VVSS",
"title": "RCRA 3-Year Compliance History",
"type": "string"
},
"RCRACaseIDs": {
"type": "string",
"example": "12345"
},
"RCRACity": {
"type": "string",
"example": "Raleigh"
},
"RCRAComplStatus": {
"type": "string",
"example": "active"
},
"RCRACounty": {
"type": "string",
"example": "037"
},
"RCRADaysLastInspection": {
"example": "1247",
"type": "string"
},
"RCRAEPARegion": {
"type": "string",
"example": "string"
},
"RCRAFIPSCode": {
"type": "string",
"example": "string"
},
"RCRAFeaCnt": {
"example": "0",
"type": "string"
},
"RCRAIDs": {
"description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database.",
"example": "VAD981111784",
"title": "Resource Conservation and Recovery Act IDs",
"type": "string"
},
"RCRAIeaCnt": {
"example": "0",
"type": "string"
},
"RCRAImpWaterFlg": {
"type": "string",
"example": "string"
},
"RCRAIndianCntryFlg": {
"type": "string",
"example": "string"
},
"RCRAInspCnt": {
"example": "0",
"type": "string"
},
"RCRALandTypeCode": {
"type": "string",
"example": "string"
},
"RCRALastFeaDate": {
"type": "string",
"example": "string"
},
"RCRALastFeaDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastFeaDateState": {
"type": "string",
"example": "NC"
},
"RCRALastIeaDate": {
"type": "string",
"example": "string"
},
"RCRALastIeaDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastIeaDateState": {
"type": "string",
"example": "NC"
},
"RCRALastInspDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastInspDateState": {
"type": "string",
"example": "NC"
},
"RCRALastInspectionDate": {
"type": "string",
"example": "string"
},
"RCRALastPenaltyDate": {
"description": "Indicates the date on which the most recent assessed (or final) penalty was taken against the facility, entered in the RCRAInfo program database.",
"example": "12/12/2016",
"title": "RCRA Last Penalty Date",
"type": "string"
},
"RCRAMapIcon": {
"type": "string",
"example": "string"
},
"RCRANAICS": {
"description": "The RCRA permit's primary North American Industry Classification System (NAICS) Code.",
"example": "8111",
"title": "RCRA NAICS Code",
"type": "string"
},
"RCRAName": {
"type": "string",
"example": "EPA Facility"
},
"RCRAOldestOpenVioDate": {
"type": "string",
"example": "string"
},
"RCRAPenalties": {
"description": "The total dollar amount of assessed (or final) penalties taken against the facility within the last five years, entered in the RCRAInfo program database.",
"example": "$987",
"title": "RCRA Penalties",
"type": "string"
},
"RCRAQtrsWithNC": {
"description": "The number of quarters, out of the last twelve quarters, in which the RCRA permit is considered in violation.",
"example": "8",
"title": "RCRA Quarters with Violation",
"type": "string"
},
"RCRAQtrsWithSNC": {
"type": "string",
"example": "string"
},
"RCRASNC": {
"type": "string",
"example": "string"
},
"RCRAState": {
"type": "string",
"example": "NC"
},
"RCRAStateDistrict": {
"type": "string",
"example": "NC"
},
"RCRAStatus": {
"type": "string",
"example": "active"
},
"RCRAStreet": {
"type": "string",
"example": "string"
},
"RCRATRIbalLandCode": {
"type": "string",
"example": "string"
},
"RCRAUniverse": {
"type": "string",
"example": "string"
},
"RCRAViolationTypes": {
"type": "string",
"example": "string"
},
"RCRAZip": {
"type": "string",
"example": "20460"
},
"RCRAinfoLandTypeCode": {
"type": "string",
"example": "string"
},
"RCRAinfoLandTypeDesc": {
"type": "string",
"example": "string"
},
"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"
},
"SemsIDs": {
"type": "string",
"example": "12345"
},
"SourceID": {
"description": "Unique Identifier assigned by EPA.",
"example": "ALR040033",
"title": "EPA Source Identifier",
"type": "string"
},
"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"
},
"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"
},
"Tsdf": {
"type": "string",
"example": "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": [
"RCRAName",
"SourceID",
"RCRAStreet",
"RCRACity",
"RCRAState",
"RCRAStateDistrict",
"RCRAZip",
"RegistryID",
"RCRACounty",
"RCRAEPARegion",
"FacFederalAgencyName",
"RCRALandTypeCode",
"FacDerivedHuc",
"FacFIPSCode",
"FacIndianCntryFlg",
"RCRAIndianCntryFlg",
"FacIndianSpatialFlg",
"FacDerivedTRIbes",
"FacUsMexBorderFlg",
"FacSICCodes",
"RCRANAICS",
"FacLat",
"FacLong",
"RCRAUniverse",
"Tsdf",
"CleanupActionFlag",
"RCRAStatus",
"AIRIDs",
"CWAIDs",
"RCRAIDs",
"RmpIDs",
"SDWAIDs",
"TRIIDs",
"SemsIDs",
"RCRAComplStatus",
"RCRASNC",
"RCRAQtrsWithNC",
"RCRAViolationTypes",
"RCRAQtrsWithSNC",
"RCRAOldestOpenVioDate",
"RCRAInspCnt",
"RCRADaysLastInspection",
"RCRALastInspectionDate",
"RCRALastInspDateEPA",
"RCRALastInspDateState",
"DateLastRecordReview",
"FacTRILandReleases",
"FacTRIOffSiteTransfers",
"FacDerivedWBD",
"FacDerivedWBDName",
"RCRAImpWaterFlg",
"ChesapeakeBayFlag",
"RCRAIeaCnt",
"RCRAFeaCnt",
"RCRALastIeaDate",
"RCRALastIeaDateState",
"RCRALastIeaDateEPA",
"RCRALastFeaDate",
"RCRALastFeaDateState",
"RCRALastFeaDateEPA",
"RCRAPenalties",
"RCRALastPenaltyDate",
"Over80CountUs",
"PctilePctpre1960Us",
"PctileDpmUs",
"PctileCancerUs",
"PctileRespUs",
"PctileTrafficScoreUs",
"PctileProximityNPDESUs",
"PctileProximityNplUs",
"PctileProximityRmpUs",
"PctileProximityTsdfUs",
"PctileO3Us",
"PctilePmUs",
"FacPopulationDensity",
"FacPercentMinority",
"EPASystem",
"Statute",
"RCRATRIbalLandCode",
"FacFederalAgencyCode",
"RCRACaseIDs",
"FacTRIReporter",
"FacTRIOnSiteReleases",
"FacMapFlg",
"FacMapIcon",
"LastViolationDate",
"CurrentVioCnt",
"RCRAFIPSCode",
"RCRAMapIcon",
"RCRA3yrComplQtrsHistory",
"CensusBlockGroup",
"MaxPctileUs",
"EjscreenFlagUs",
"EjscreenFlag",
"TRIbalFlag",
"CurrSvFlag",
"ViolFlag",
"CurrVioFlag",
"Insp5yrFlag",
"Ea5yrFlag",
"Infea5yrFlag",
"Lower48",
"ActiveLower48",
"CollectionMethod",
"ReferencePoint",
"CalculatedAccuracyMeters",
"Map",
"WebDocs",
"FacCountyName",
"FacStdCountyName",
"ChemNamesRelLand",
"OwnerCode",
"OwnerDesc",
"OperatorCode",
"OperatorDesc",
"RCRAinfoLandTypeCode",
"RCRAinfoLandTypeDesc",
"Score",
"MaxScore"
],
"type": "object",
"xml": {
"name": "Facility"
}
},
"rcra02": {
"description": "Map Data Object",
"properties": {
"FormalCount": {
"description": "The number of formal enforcement actions that have been taken against the facility",
"example": "1",
"title": "Formal Count",
"type": "string"
},
"ICON": {
"description": "Name of each individual icon file within the URL base",
"example": "CAA-IC-MN-N.png",
"title": "Icon",
"type": "string"
},
"InformalCount": {
"description": "The number of informal enforcement actions that have been taken against the facility",
"example": "1",
"title": "Informal Count",
"type": "string"
},
"LAT": {
"description": "The latitude of the facility in degrees, to four decimal places",
"example": "38.798026",
"title": "Latitude",
"type": "string"
},
"LON": {
"description": "The longitude of the facility in degrees, to four decimal places",
"example": "-77.062981",
"title": "Longitude",
"type": "string"
},
"LastInsp": {
"description": "The unique identifier for the last inspection",
"example": "901",
"title": "Last Inspection",
"type": "string"
},
"NAME": {
"description": "For DFR, this is the Facility name. The name corresponds to the TYPE value",
"example": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
"title": "Name",
"type": "string"
},
"PUV": {
"description": "Pop up value. Combine with PopUpBaseURL to give the popup for the facility",
"example": "110001891506",
"title": "Popup Value",
"type": "string"
},
"RCRAstatus": {
"description": "The facility's 3-year compliance status history by quarter (3-month period) entered in the RCRAInfo program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
"example": "________VVSS",
"title": "RCRA 3-Year Compliance Status",
"type": "string"
},
"TYPE": {
"description": "For DFR, this is always facility",
"example": "Facility",
"title": "Type",
"type": "string"
}
},
"required": [
"LAT",
"LON",
"ICON",
"TYPE",
"NAME",
"PUV",
"RCRAstatus",
"LastInsp",
"FormalCount",
"InformalCount"
],
"type": "object",
"xml": {
"name": "Object"
}
},
"rcra03": {
"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/rcra02"
},
"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"
},
"rcra04": {
"description": "Results Object",
"properties": {
"BadSystemIDs": {
"description": "Identifies which passed query system identifiers are invalid.",
"type": "string",
"example": "12345"
},
"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/rcra01"
},
"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/rcra03"
},
"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"
}
},
"required": [
"Message",
"QueryRows",
"IndianCountryRows",
"SVRows",
"CVRows",
"V3Rows",
"FEARows",
"InfFEARows",
"INSPRows",
"TotalPenalties",
"BadSystemIDs",
"QueryID",
"PageNo"
],
"type": "object"
},
"rcra05": {
"description": "Cluster Data Object",
"properties": {
"CVRows": {
"description": "Summary count of the number of CWA facilities or SDWA public drinking water systems with current violations.",
"example": "0",
"type": "string"
},
"ClusterCount": {
"description": "The number of facilities or cases in the cluster.",
"title": "Cluster Count",
"type": "string",
"example": "string"
},
"ClusterIcon": {
"description": "The icon file used to reprsent the cluster.",
"title": "Cluster Icon",
"type": "string",
"example": "string"
},
"ClusterLatitude": {
"description": "The latitude in decimal degrees expressed using the NAD83 horizontal datum.",
"example": "38.904149",
"title": "Cluster Latitude",
"type": "string"
},
"ClusterLongitude": {
"description": "The longitude in decimal degrees expressed using the NAD83 horizontal datum.",
"example": "-77.017094",
"title": "Cluster Longitude",
"type": "string"
},
"ClusterName": {
"description": "THe name or the identifier of the geographic area used for clustering. Examples: Alaska, Fairfax County, 22314",
"title": "Cluster Name",
"type": "string",
"example": "EPA Facility"
},
"ClusterType": {
"description": "The representative geographic area used for clustering. Examples: State, County, Zip Code",
"title": "Cluster Type",
"type": "string",
"example": "string"
},
"ClusterValue": {
"description": "The value, internal to the database report object, that represents this cluster, like a state abbreviation, zip code, or county FIPS code. Examples: AK, 22314, 50011",
"title": "Cluster Value",
"type": "string",
"example": "string"
},
"EPARegionCode": {
"description": "The EPA region where the facility is located. EPA has 10 regional offices that execute programs within several states and territories",
"example": "03",
"title": "EPA Region Code",
"type": "string"
},
"FEARows": {
"description": "Summary count of the number of facilities with a formal enforcement action in the past five years",
"example": "1",
"type": "string"
},
"INSPRows": {
"description": "Number of facilities with insp_5yr_flag populated (CWP_DATE_LAST_INSPECTION)",
"example": "1",
"type": "string"
},
"IndianCountryRows": {
"description": "Number of facilities with tribal_flag populated",
"example": "0",
"title": "Indian Country Row Count",
"type": "string"
},
"InfFEARows": {
"description": "Number of facilities with infea_5yr_flag populated (INFORMAL_ENF_ACT_COUNT > 0)",
"example": "0",
"type": "string"
},
"ObjectId": {
"description": "Sequential number assigned to each facility or cluster returned.",
"example": "1",
"title": "Object Identifier",
"type": "string"
},
"SVRows": {
"description": "Number of facilities with curr_sv_flag populated (CWP_STATUS = \"Significant Violation\")",
"example": "0",
"title": "Significant Violation Result Count",
"type": "string"
},
"TotalPenalties": {
"description": "The total dollar amount of either assessed or final penalties within the five year time period",
"example": "$963,531",
"title": "Total Penalties",
"type": "string"
},
"V3Rows": {
"description": "Number of facilities having one or more quarters in non-compliance (QNC) in the last three years",
"example": "2",
"type": "string"
}
},
"required": [
"ObjectId",
"ClusterLatitude",
"ClusterLongitude",
"ClusterIcon",
"ClusterType",
"ClusterName",
"ClusterValue",
"ClusterCount",
"IndianCountryRows",
"EPARegionCode",
"SVRows",
"CVRows",
"V3Rows",
"FEARows",
"InfFEARows",
"INSPRows",
"TotalPenalties"
],
"type": "object"
},
"rcra06": {
"description": "Cluster Output Object",
"properties": {
"ClusterData": {
"description": "An array of state, county, or zip code cluster information",
"items": {
"$ref": "#/definitions/rcra05"
},
"title": "Cluster Data",
"type": "array",
"example": [
"string"
]
}
},
"required": [
"ClusterData"
],
"type": "object"
},
"rcra07": {
"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"
},
"CWAIDs": {
"description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. These identifiers are for used tracking purposes in the individual data systems.",
"example": "DC0000001",
"title": "CWA IDs",
"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"
},
"ChemNamesRelLand": {
"description": "It is an aggregated field containing all the names found for the current reporting year (2017).",
"title": "Chemical Names of TRI Pollutants Released ON-Site",
"type": "string",
"example": "EPA Facility"
},
"ChesapeakeBayFlag": {
"description": "Displays \"Y\" if the facility is located within the Chesapeake Bay watershed.",
"example": "Y",
"title": "Chesapeake Bay Flag",
"type": "string"
},
"CleanupActionFlag": {
"type": "string",
"example": "string"
},
"CollectionMethod": {
"description": "??",
"example": "ADDRESS MATCHING-HOUSE NUMBER",
"title": "Collection Method",
"type": "string"
},
"CurrSvFlag": {
"description": "Indicates if the facility has a current significant violation. 1 = Yes",
"example": "0",
"title": "Current Significant Violation Flag",
"type": "string"
},
"CurrVioFlag": {
"description": "Indicates if the facility has a current violation. 1 = Yes",
"example": "0",
"title": "Current Violation Flag",
"type": "string"
},
"CurrentVioCnt": {
"title": "Count of Current Violations",
"type": "string",
"example": "string"
},
"DateLastRecordReview": {
"type": "string",
"example": "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"
},
"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"
},
"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"
},
"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"
},
"FacPopulationDensity": {
"description": "The number of persons per square mile in the profiled area.",
"example": "9611.17",
"title": "Population Density",
"type": "string"
},
"FacSICCodes": {
"description": "Indicates the facility\u2019s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility.",
"example": "811",
"title": "SIC Codes",
"type": "string"
},
"FacStdCountyName": {
"description": "The standardized facility county name from EPA's Facility Registry System",
"example": "Fairfax County",
"title": "FRS Standardized Facility County Name",
"type": "string"
},
"FacTRILandReleases": {
"example": "11.7",
"type": "string"
},
"FacTRIOffSiteTransfers": {
"type": "string",
"example": "0014"
},
"FacTRIOnSiteReleases": {
"type": "string",
"example": "0014"
},
"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"
},
"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"
},
"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"
},
"LastViolationDate": {
"example": "5/13/2011",
"title": "Date of Last Violation",
"type": "string"
},
"Lower48": {
"description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States.",
"example": "Y",
"title": "Contiguous United States Flag",
"type": "string"
},
"Map": {
"description": "No Longer Used.",
"title": "Map",
"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"
},
"ObjectId": {
"description": "Sequential number assigned to each facility or cluster returned.",
"example": "1",
"title": "Object Identifier",
"type": "string"
},
"OperatorCode": {
"type": "string",
"example": "string"
},
"OperatorDesc": {
"type": "string",
"example": "string"
},
"Over80CountUs": {
"description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in.",
"example": "3",
"title": "EJ Indexes Above 80th Percentile",
"type": "string"
},
"OwnerCode": {
"type": "string",
"example": "string"
},
"OwnerDesc": {
"description": "Description of Owner code",
"example": "Local Government",
"title": "Owner Description",
"type": "string"
},
"PctileCancerUs": {
"description": "The national percentile of the census block group for the EJSCREEN NATA air toxics cancer risk indicator.",
"example": "99",
"type": "string"
},
"PctileDpmUs": {
"description": "The national percentile of the census block group for the EJSCREEN diesel particulate matter indicator.",
"example": "99",
"type": "string"
},
"PctileO3Us": {
"description": "The national percentile of the census block group for the EJSCREEN ozone indicator.",
"example": "94",
"type": "string"
},
"PctilePctpre1960Us": {
"description": "The national percentile of the census block group for the EJSCREEN Lead paint indicator.",
"example": "14.6",
"type": "string"
},
"PctilePmUs": {
"description": "The national percentile of the census block group for the EJSCREEN particulate matter indicator.",
"example": "93",
"type": "string"
},
"PctileProximityNPDESUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to major direct water dischargers indicator.",
"example": "23.7",
"type": "string"
},
"PctileProximityNplUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to National Priorities List (NPL) sites indicator.",
"example": "96",
"type": "string"
},
"PctileProximityRmpUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to Risk Management Plan (RMP) sites indicator.",
"example": "91",
"type": "string"
},
"PctileProximityTsdfUs": {
"description": "The national percentile of the census block group for the EJSCREEN proximity to Treatment Storage and Disposal Facilities (TSDFs) indicator.",
"example": "82",
"type": "string"
},
"PctileRespUs": {
"description": "The national percentile of the census block group for the EJSCREEN NATA respiratory hazard index indicator.",
"example": "99",
"type": "string"
},
"PctileTrafficScoreUs": {
"description": "The national percentile of the census block group for the EJSCREEN Traffic proximity and volume indicator.",
"example": "92",
"type": "string"
},
"RCRA3yrComplQtrsHistory": {
"description": "The system's 3-year compliance status history by quarter (3-month period) entered in the RCRA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
"example": "________VVSS",
"title": "RCRA 3-Year Compliance History",
"type": "string"
},
"RCRACaseIDs": {
"type": "string",
"example": "12345"
},
"RCRACity": {
"type": "string",
"example": "Raleigh"
},
"RCRAComplStatus": {
"type": "string",
"example": "active"
},
"RCRACounty": {
"type": "string",
"example": "037"
},
"RCRADaysLastInspection": {
"example": "1247",
"type": "string"
},
"RCRAEPARegion": {
"type": "string",
"example": "string"
},
"RCRAFIPSCode": {
"type": "string",
"example": "string"
},
"RCRAFeaCnt": {
"example": "0",
"type": "string"
},
"RCRAIDs": {
"description": "A unique 12-character ID assigned for each record/permit/site/facility within the RCRAInfo database.",
"example": "VAD981111784",
"title": "Resource Conservation and Recovery Act IDs",
"type": "string"
},
"RCRAIeaCnt": {
"example": "0",
"type": "string"
},
"RCRAImpWaterFlg": {
"type": "string",
"example": "string"
},
"RCRAIndianCntryFlg": {
"type": "string",
"example": "string"
},
"RCRAInspCnt": {
"example": "0",
"type": "string"
},
"RCRALandTypeCode": {
"type": "string",
"example": "string"
},
"RCRALastFeaDate": {
"type": "string",
"example": "string"
},
"RCRALastFeaDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastFeaDateState": {
"type": "string",
"example": "NC"
},
"RCRALastIeaDate": {
"type": "string",
"example": "string"
},
"RCRALastIeaDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastIeaDateState": {
"type": "string",
"example": "NC"
},
"RCRALastInspDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastInspDateState": {
"type": "string",
"example": "NC"
},
"RCRALastInspectionDate": {
"type": "string",
"example": "string"
},
"RCRALastPenaltyDate": {
"description": "Indicates the date on which the most recent assessed (or final) penalty was taken against the facility, entered in the RCRAInfo program database.",
"example": "12/12/2016",
"title": "RCRA Last Penalty Date",
"type": "string"
},
"RCRAMapIcon": {
"type": "string",
"example": "string"
},
"RCRANAICS": {
"description": "The RCRA permit's primary North American Industry Classification System (NAICS) Code.",
"example": "8111",
"title": "RCRA NAICS Code",
"type": "string"
},
"RCRAName": {
"type": "string",
"example": "EPA Facility"
},
"RCRAOldestOpenVioDate": {
"type": "string",
"example": "string"
},
"RCRAPenalties": {
"description": "The total dollar amount of assessed (or final) penalties taken against the facility within the last five years, entered in the RCRAInfo program database.",
"example": "$987",
"title": "RCRA Penalties",
"type": "string"
},
"RCRAQtrsWithNC": {
"description": "The number of quarters, out of the last twelve quarters, in which the RCRA permit is considered in violation.",
"example": "8",
"title": "RCRA Quarters with Violation",
"type": "string"
},
"RCRAQtrsWithSNC": {
"type": "string",
"example": "string"
},
"RCRASNC": {
"type": "string",
"example": "string"
},
"RCRAState": {
"type": "string",
"example": "NC"
},
"RCRAStateDistrict": {
"type": "string",
"example": "NC"
},
"RCRAStatus": {
"type": "string",
"example": "active"
},
"RCRAStreet": {
"type": "string",
"example": "string"
},
"RCRATRIbalLandCode": {
"type": "string",
"example": "string"
},
"RCRAUniverse": {
"type": "string",
"example": "string"
},
"RCRAViolationTypes": {
"type": "string",
"example": "string"
},
"RCRAZip": {
"type": "string",
"example": "20460"
},
"RCRAinfoLandTypeCode": {
"type": "string",
"example": "string"
},
"RCRAinfoLandTypeDesc": {
"type": "string",
"example": "string"
},
"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"
},
"SemsIDs": {
"type": "string",
"example": "12345"
},
"SourceID": {
"description": "Unique Identifier assigned by EPA.",
"example": "ALR040033",
"title": "EPA Source Identifier",
"type": "string"
},
"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"
},
"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"
},
"Tsdf": {
"type": "string",
"example": "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",
"RCRAName",
"SourceID",
"RCRAStreet",
"RCRACity",
"RCRAState",
"RCRAStateDistrict",
"RCRAZip",
"RegistryID",
"RCRACounty",
"RCRAEPARegion",
"FacFederalAgencyName",
"RCRALandTypeCode",
"FacDerivedHuc",
"FacFIPSCode",
"FacIndianCntryFlg",
"RCRAIndianCntryFlg",
"FacIndianSpatialFlg",
"FacDerivedTRIbes",
"FacUsMexBorderFlg",
"FacSICCodes",
"RCRANAICS",
"FacLat",
"FacLong",
"RCRAUniverse",
"Tsdf",
"CleanupActionFlag",
"RCRAStatus",
"AIRIDs",
"CWAIDs",
"RCRAIDs",
"RmpIDs",
"SDWAIDs",
"TRIIDs",
"SemsIDs",
"RCRAComplStatus",
"RCRASNC",
"RCRAQtrsWithNC",
"RCRAViolationTypes",
"RCRAQtrsWithSNC",
"RCRAOldestOpenVioDate",
"RCRAInspCnt",
"RCRADaysLastInspection",
"RCRALastInspectionDate",
"RCRALastInspDateEPA",
"RCRALastInspDateState",
"DateLastRecordReview",
"FacTRILandReleases",
"FacTRIOffSiteTransfers",
"FacDerivedWBD",
"FacDerivedWBDName",
"RCRAImpWaterFlg",
"ChesapeakeBayFlag",
"RCRAIeaCnt",
"RCRAFeaCnt",
"RCRALastIeaDate",
"RCRALastIeaDateState",
"RCRALastIeaDateEPA",
"RCRALastFeaDate",
"RCRALastFeaDateState",
"RCRALastFeaDateEPA",
"RCRAPenalties",
"RCRALastPenaltyDate",
"Over80CountUs",
"PctilePctpre1960Us",
"PctileDpmUs",
"PctileCancerUs",
"PctileRespUs",
"PctileTrafficScoreUs",
"PctileProximityNPDESUs",
"PctileProximityNplUs",
"PctileProximityRmpUs",
"PctileProximityTsdfUs",
"PctileO3Us",
"PctilePmUs",
"FacPopulationDensity",
"FacPercentMinority",
"EPASystem",
"Statute",
"RCRATRIbalLandCode",
"FacFederalAgencyCode",
"RCRACaseIDs",
"FacTRIReporter",
"FacTRIOnSiteReleases",
"FacMapFlg",
"FacMapIcon",
"LastViolationDate",
"CurrentVioCnt",
"RCRAFIPSCode",
"RCRAMapIcon",
"RCRA3yrComplQtrsHistory",
"CensusBlockGroup",
"MaxPctileUs",
"EjscreenFlagUs",
"EjscreenFlag",
"TRIbalFlag",
"CurrSvFlag",
"ViolFlag",
"CurrVioFlag",
"Insp5yrFlag",
"Ea5yrFlag",
"Infea5yrFlag",
"Lower48",
"ActiveLower48",
"CollectionMethod",
"ReferencePoint",
"CalculatedAccuracyMeters",
"Map",
"WebDocs",
"FacCountyName",
"FacStdCountyName",
"ChemNamesRelLand",
"OwnerCode",
"OwnerDesc",
"OperatorCode",
"OperatorDesc",
"RCRAinfoLandTypeCode",
"RCRAinfoLandTypeDesc",
"Score",
"MaxScore"
],
"type": "object",
"xml": {
"name": "Facility"
}
},
"rcra08": {
"description": "Results Object",
"properties": {
"BadSystemIDs": {
"description": "Identifies which passed query system identifiers are invalid.",
"type": "string",
"example": "12345"
},
"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/rcra06"
},
"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/rcra07"
},
"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"
}
},
"required": [
"Message",
"QueryID",
"QueryRows",
"IndianCountryRows",
"SVRows",
"CVRows",
"V3Rows",
"FEARows",
"InfFEARows",
"INSPRows",
"TotalPenalties",
"BadSystemIDs",
"IconBaseURL",
"PopUpBaseURL",
"ServiceBaseURL",
"QueryParameters"
],
"type": "object"
},
"rcra09": {
"description": "GeoJSON Feature Object",
"properties": {
"geometry": {
"$ref": "#/definitions/geo"
},
"properties": {
"$ref": "#/definitions/rcra10"
},
"type": {
"description": "Static marker indicating object is a GeoJSON Feature.",
"example": "Feature",
"title": "Feature",
"type": "string"
}
},
"required": [
"type",
"geometry",
"properties"
],
"type": "object"
},
"rcra10": {
"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"
},
"CWAIDs": {
"description": "A unique ID assigned for each record/permit/site/facility within ICIS-NPDES. These identifiers are for used tracking purposes in the individual data systems.",
"example": "DC0000001",
"title": "CWA IDs",
"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"
},
"ChemNamesRelLand": {
"description": "It is an aggregated field containing all the names found for the current reporting year (2017).",
"title": "Chemical Names of TRI Pollutants Released ON-Site",
"type": "string",
"example": "EPA Facility"
},
"ChesapeakeBayFlag": {
"description": "Displays \"Y\" if the facility is located within the Chesapeake Bay watershed.",
"example": "Y",
"title": "Chesapeake Bay Flag",
"type": "string"
},
"CleanupActionFlag": {
"type": "string",
"example": "string"
},
"CollectionMethod": {
"description": "??",
"example": "ADDRESS MATCHING-HOUSE NUMBER",
"title": "Collection Method",
"type": "string"
},
"CurrSvFlag": {
"description": "Indicates if the facility has a current significant violation. 1 = Yes",
"example": 1,
"title": "Current Significant Violation Flag",
"type": "number"
},
"CurrVioFlag": {
"description": "Indicates if the facility has a current violation. 1 = Yes",
"example": 1,
"title": "Current Violation Flag",
"type": "number"
},
"CurrentVioCnt": {
"title": "Count of Current Violations",
"type": "string",
"example": "string"
},
"DateLastRecordReview": {
"type": "string",
"example": "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"
},
"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"
},
"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"
},
"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"
},
"FacPopulationDensity": {
"description": "The number of persons per square mile in the profiled area.",
"example": 9611.17,
"title": "Population Density",
"type": "number"
},
"FacSICCodes": {
"description": "Indicates the facility\u2019s or permit's primary Standard Industrial Classification (SIC) Code. The SIC code describes the primary activity of the facility.",
"example": "811",
"title": "SIC Codes",
"type": "string"
},
"FacStdCountyName": {
"description": "The standardized facility county name from EPA's Facility Registry System",
"example": "Fairfax County",
"title": "FRS Standardized Facility County Name",
"type": "string"
},
"FacTRILandReleases": {
"example": "11.7",
"type": "string"
},
"FacTRIOffSiteTransfers": {
"type": "string",
"example": "0014"
},
"FacTRIOnSiteReleases": {
"type": "string",
"example": "0014"
},
"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"
},
"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"
},
"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"
},
"LastViolationDate": {
"example": "5/13/2011",
"title": "Date of Last Violation",
"type": "string"
},
"Lower48": {
"description": "Flag showing Y/N whether location is within the contiguous (lower 48) United States.",
"example": "Y",
"title": "Contiguous United States Flag",
"type": "string"
},
"Map": {
"description": "No Longer Used.",
"title": "Map",
"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"
},
"OperatorCode": {
"type": "string",
"example": "string"
},
"OperatorDesc": {
"type": "string",
"example": "string"
},
"Over80CountUs": {
"description": "The number of primary EJSCREEN environmental justice (EJ) indexes exceeding the 80th or higher national percentile for the Census block group that the facility is located in.",
"example": 3,
"title": "EJ Indexes Above 80th Percentile",
"type": "number"
},
"OwnerCode": {
"type": "string",
"example": "string"
},
"OwnerDesc": {
"description": "Description of Owner code",
"example": "Local Government",
"title": "Owner Description",
"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"
},
"RCRA3yrComplQtrsHistory": {
"description": "The system's 3-year compliance status history by quarter (3-month period) entered in the RCRA program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
"example": "________VVSS",
"title": "RCRA 3-Year Compliance History",
"type": "string"
},
"RCRACaseIDs": {
"type": "string",
"example": "12345"
},
"RCRACity": {
"type": "string",
"example": "Raleigh"
},
"RCRAComplStatus": {
"type": "string",
"example": "active"
},
"RCRACounty": {
"type": "string",
"example": "037"
},
"RCRADaysLastInspection": {
"example": 1247,
"type": "number"
},
"RCRAEPARegion": {
"type": "string",
"example": "string"
},
"RCRAFIPSCode": {
"type": "string",
"example": "string"
},
"RCRAFeaCnt": {
"example": 0,
"type": "number"
},
"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"
},
"RCRAIeaCnt": {
"example": 0,
"type": "number"
},
"RCRAImpWaterFlg": {
"type": "string",
"example": "string"
},
"RCRAIndianCntryFlg": {
"type": "string",
"example": "string"
},
"RCRAInspCnt": {
"example": 0,
"type": "number"
},
"RCRALandTypeCode": {
"type": "string",
"example": "string"
},
"RCRALastFeaDate": {
"type": "string",
"example": "string"
},
"RCRALastFeaDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastFeaDateState": {
"type": "string",
"example": "NC"
},
"RCRALastIeaDate": {
"type": "string",
"example": "string"
},
"RCRALastIeaDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastIeaDateState": {
"type": "string",
"example": "NC"
},
"RCRALastInspDateEPA": {
"type": "string",
"example": "string"
},
"RCRALastInspDateState": {
"type": "string",
"example": "NC"
},
"RCRALastInspectionDate": {
"type": "string",
"example": "string"
},
"RCRALastPenaltyDate": {
"description": "Indicates the date on which the most recent assessed (or final) penalty was taken against the facility, entered in the RCRAInfo program database.",
"example": "12/12/2016",
"title": "RCRA Last Penalty Date",
"type": "string"
},
"RCRAMapIcon": {
"type": "string",
"example": "string"
},
"RCRANAICS": {
"description": "The RCRA permit's primary North American Industry Classification System (NAICS) Code.",
"example": "8111",
"title": "RCRA NAICS Code",
"type": "string"
},
"RCRAName": {
"type": "string",
"example": "EPA Facility"
},
"RCRAOldestOpenVioDate": {
"type": "string",
"example": "string"
},
"RCRAPenalties": {
"example": 987,
"type": "number"
},
"RCRAQtrsWithNC": {
"type": "number",
"example": 0.0
},
"RCRAQtrsWithSNC": {
"type": "number",
"example": 0.0
},
"RCRASNC": {
"type": "string",
"example": "string"
},
"RCRAState": {
"type": "string",
"example": "NC"
},
"RCRAStateDistrict": {
"type": "string",
"example": "NC"
},
"RCRAStatus": {
"type": "string",
"example": "active"
},
"RCRAStreet": {
"type": "string",
"example": "string"
},
"RCRATRIbalLandCode": {
"type": "string",
"example": "string"
},
"RCRAUniverse": {
"type": "string",
"example": "string"
},
"RCRAViolationTypes": {
"type": "string",
"example": "string"
},
"RCRAZip": {
"type": "string",
"example": "20460"
},
"RCRAinfoLandTypeCode": {
"type": "string",
"example": "string"
},
"RCRAinfoLandTypeDesc": {
"type": "string",
"example": "string"
},
"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"
},
"SemsIDs": {
"type": "string",
"example": "12345"
},
"SourceID": {
"description": "Unique Identifier assigned by EPA.",
"example": "ALR040033",
"title": "EPA Source Identifier",
"type": "string"
},
"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"
},
"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"
},
"Tsdf": {
"type": "string",
"example": "string"
},
"ViolFlag": {
"description": "Indicates if the facility had a violation within the last 3 years. 1 = Yes",
"example": 1,
"title": "Violation Flag",
"type": "number"
},
"WebDocs": {
"description": "Contains flags that identify what web accessible documents are available for the facility.",
"example": "C6",
"title": "Web Documents",
"type": "string"
}
},
"required": [
"RCRAName",
"SourceID",
"RCRAStreet",
"RCRACity",
"RCRAState",
"RCRAStateDistrict",
"RCRAZip",
"RegistryID",
"RCRACounty",
"RCRAEPARegion",
"FacFederalAgencyName",
"RCRALandTypeCode",
"FacDerivedHuc",
"FacFIPSCode",
"FacIndianCntryFlg",
"RCRAIndianCntryFlg",
"FacIndianSpatialFlg",
"FacDerivedTRIbes",
"FacUsMexBorderFlg",
"FacSICCodes",
"RCRANAICS",
"RCRAUniverse",
"Tsdf",
"CleanupActionFlag",
"RCRAStatus",
"AIRIDs",
"CWAIDs",
"RCRAIDs",
"RmpIDs",
"SDWAIDs",
"TRIIDs",
"SemsIDs",
"RCRAComplStatus",
"RCRASNC",
"RCRAQtrsWithNC",
"RCRAViolationTypes",
"RCRAQtrsWithSNC",
"RCRAOldestOpenVioDate",
"RCRAInspCnt",
"RCRADaysLastInspection",
"RCRALastInspectionDate",
"RCRALastInspDateEPA",
"RCRALastInspDateState",
"DateLastRecordReview",
"FacTRILandReleases",
"FacTRIOffSiteTransfers",
"FacDerivedWBD",
"FacDerivedWBDName",
"RCRAImpWaterFlg",
"ChesapeakeBayFlag",
"RCRAIeaCnt",
"RCRAFeaCnt",
"RCRALastIeaDate",
"RCRALastIeaDateState",
"RCRALastIeaDateEPA",
"RCRALastFeaDate",
"RCRALastFeaDateState",
"RCRALastFeaDateEPA",
"RCRAPenalties",
"RCRALastPenaltyDate",
"Over80CountUs",
"PctilePctpre1960Us",
"PctileDpmUs",
"PctileCancerUs",
"PctileRespUs",
"PctileTrafficScoreUs",
"PctileProximityNPDESUs",
"PctileProximityNplUs",
"PctileProximityRmpUs",
"PctileProximityTsdfUs",
"PctileO3Us",
"PctilePmUs",
"FacPopulationDensity",
"FacPercentMinority",
"EPASystem",
"Statute",
"RCRATRIbalLandCode",
"FacFederalAgencyCode",
"RCRACaseIDs",
"FacTRIReporter",
"FacTRIOnSiteReleases",
"FacMapFlg",
"FacMapIcon",
"LastViolationDate",
"CurrentVioCnt",
"RCRAFIPSCode",
"RCRAMapIcon",
"RCRA3yrComplQtrsHistory",
"CensusBlockGroup",
"MaxPctileUs",
"EjscreenFlagUs",
"EjscreenFlag",
"TRIbalFlag",
"CurrSvFlag",
"ViolFlag",
"CurrVioFlag",
"Insp5yrFlag",
"Ea5yrFlag",
"Infea5yrFlag",
"Lower48",
"ActiveLower48",
"CollectionMethod",
"ReferencePoint",
"CalculatedAccuracyMeters",
"Map",
"WebDocs",
"FacCountyName",
"FacStdCountyName",
"ChemNamesRelLand",
"OwnerCode",
"OwnerDesc",
"OperatorCode",
"OperatorDesc",
"RCRAinfoLandTypeCode",
"RCRAinfoLandTypeDesc",
"Score",
"MaxScore"
],
"type": "object"
},
"rcra11": {
"description": "Map Data Object",
"properties": {
"FormalCount": {
"description": "The number of formal enforcement actions that have been taken against the facility",
"example": "1",
"title": "Formal Count",
"type": "string"
},
"ICON": {
"description": "Name of each individual icon file within the URL base",
"example": "CAA-IC-MN-N.png",
"title": "Icon",
"type": "string"
},
"InformalCount": {
"description": "The number of informal enforcement actions that have been taken against the facility",
"example": "1",
"title": "Informal Count",
"type": "string"
},
"LAT": {
"description": "The latitude of the facility in degrees, to four decimal places",
"example": "38.798026",
"title": "Latitude",
"type": "string"
},
"LON": {
"description": "The longitude of the facility in degrees, to four decimal places",
"example": "-77.062981",
"title": "Longitude",
"type": "string"
},
"LastInsp": {
"description": "The unique identifier for the last inspection",
"example": "901",
"title": "Last Inspection",
"type": "string"
},
"NAME": {
"description": "For DFR, this is the Facility name. The name corresponds to the TYPE value",
"example": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
"title": "Name",
"type": "string"
},
"PUV": {
"description": "Pop up value. Combine with PopUpBaseURL to give the popup for the facility",
"example": "110001891506",
"title": "Popup Value",
"type": "string"
},
"RCRAstatus": {
"description": "The facility's 3-year compliance status history by quarter (3-month period) entered in the RCRAInfo program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
"example": "________VVSS",
"title": "RCRA 3-Year Compliance Status",
"type": "string"
},
"TYPE": {
"description": "For DFR, this is always facility",
"example": "Facility",
"title": "Type",
"type": "string"
}
},
"required": [
"LAT",
"LON",
"ICON",
"TYPE",
"NAME",
"PUV",
"RCRAstatus",
"LastInsp",
"FormalCount",
"InformalCount"
],
"type": "object",
"xml": {
"name": "Object"
}
},
"rcra12": {
"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/rcra11"
},
"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"
},
"rcra13": {
"description": "Results Object",
"properties": {
"Facilities": {
"description": "A complex array of facility information.",
"items": {
"$ref": "#/definitions/rcra01"
},
"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",
"Facilities",
"PageNo"
],
"type": "object"
}
}
}