npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/epa_gov_air

v6.0.0

Published

DataFire integration for U.S. EPA Enforcement and Compliance History Online (ECHO) - Clean Air Act

Downloads

43

Readme

@datafire/epa_gov_air

Client library for U.S. EPA Enforcement and Compliance History Online (ECHO) - Clean Air Act

Installation and Usage

npm install --save @datafire/epa_gov_air
let epa_gov_air = require('@datafire/epa_gov_air').create();

.then(data => {
  console.log(data);
});

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.

Air Rest Services provides multiple service endpoints, each with specific capabilities, to search and retrieve data on facilities regulated under the Clean Air Act (CAA). The returned results reflect data drawn from EPA's ICIS-Air database.

The 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. 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.

The recommended use scenario for get_facilities, get_qid, get_map, and get_downoad is:

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. 2) Use get_qid, with the returned QID, to paginate through arrays of facility results. 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. 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.

Use 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.

Additional ECHO Resources: Web Services, About ECHO's Data, Data Downloads

Actions

air_rest_services.get_download.get

Based on the QID obtained from a get_facilities or get_facility_info query, return a comma sepated vaule (CSV) file of the facilities found.

epa_gov_air.air_rest_services.get_download.get({
  "qid": ""
}, context)

Input

  • input object
    • output string: Output Format Flag. Enter one of the following keywords:
    • qid required string: Query ID Selector. Enter the QueryID number from a previously run query.
    • qcolumns string: 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.
    • p_pretty_print number: 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.

Output

  • output file

air_rest_services.get_download.post

Based on the QID obtained from a get_facilities or get_facility_info query, return a comma sepated vaule (CSV) file of the facilities found.

epa_gov_air.air_rest_services.get_download.post({
  "qid": ""
}, context)

Input

  • input object
    • output string: Output Format Flag. Enter one of the following keywords:
    • qid required string: Query ID Selector. Enter the QueryID number from a previously run query.
    • qcolumns string: 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.
    • p_pretty_print number: 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.

Output

  • output file

air_rest_services.get_facilities.get

Validates query search parameters and returns query identifier. Use the responseset parameter to set the page size

epa_gov_air.air_rest_services.get_facilities.get({}, context)

Input

  • input object
    • output string (values: JSONP, JSON, XML): Output Format Flag. Enter one of the following keywords:
    • p_fn string: 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.
    • p_sa string: Facility street address. Enter a complete or partial street address.
    • p_sa1 string: Facility street address. Enter a complete or partial street address. Note that p_sa1 is culmulative with p_sa.
    • p_ct string: Facility City Filter. Enter a single case-insensitive city name to filter results.
    • p_co string: Facility County Filter. Provide a single county name in combination with a state value provided via p_st.
    • p_fips string: 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.
    • p_st string: 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.
    • p_zip string: 5-Digit ZIP Code Filter. Provide one or more 5-digit postal zip codes to filter results. May contain multiple comma-separated values.
    • p_lcon string: Air Program Local Control Region Code Filter. Enter one or more local control region codes to filter results. Provide multiple codes as a comma-delimited list. Codes where they exist are specific by state.
    • p_frs string: Facility Registry Service ID Filter. Enter a single 12-digit FRS identifier to filter results.
    • p_reg string (values: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10): EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.
    • p_sic string: 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.
    • p_ncs string: 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.
    • p_qnc number: Number of quarters in non-compliance limiter. Enter an integer value between 1 and 4 to limit results.
    • p_pen string: Last Penality Date Qualifier Filter. Enter one of the following:
    • p_opst string: Operating status filter. Enter one or more operating status codes to limit results. Provide multiple codes as a comma-delimited list.
    • p_c1lat number: 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.
    • p_c1lon number: 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.
    • p_c2lat number: 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.
    • p_c2lon number: 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.
    • p_usmex string (values: Y, N): US-Mexico Border Flag. Enter Y/N to restrict searches to facilities located within 100KM of the border.
    • p_sic2 string: 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.
    • p_sic4 string: 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.
    • p_fa string: 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.
    • p_act string (values: Y, N, A): Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits.
    • p_maj string (values: Y, N): Major Facility Flag. Enter Y to restrict results to Major facilities only.
    • p_mact string: CAA Maximum Achievable Control Technology (MACT) Subpart codes (alpha ID between 1 and 7 characters) applicable to the facility.
    • p_nsps string: Air Programl New Source Performance Standards (NSPS) Subpart Code Search. One or more valid Air Program NSPS Program codes cand be passed.
    • p_nspsm string: Air Programl New Source Performance Standards Minors (NSPSM) Subpart Code Search. One or more valid Air Program NSPSM Subpart codes can be passed.
    • p_prog string: Air Program Code Filter. Enter one or more Air program codes to filter results. Provide multiple values as a comma-delimited list.
    • p_fea string (values: W, N): 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.
    • p_feay number (values: 1, 2, 3, 4, 5): 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.
    • p_feaa string (values: A, E, S): Agency associated with Formal Enforcement Actions:
    • p_iea string (values: W, N): 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.
    • p_ieay number (values: 1, 2, 3, 4, 5): 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.
    • p_ieaa string (values: E, S): Agency associated with Informal Enforcement Actions. If left blank, both agencies are included.
    • p_qiv string (values: 0, GT1, GT2, GT4, GT8, 12): Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance.
    • p_naa string: Non-Attainment Area Flag. Enter a Y or N to filter for or against facilities flagged as non-attainment areas.
    • p_impw string (values: Y, N): Discharging into Impaired Waters Flag. Enter Y to limit results to facilities with discharge to waterbodies listed as impaired in the ATTAINS database.
    • p_trep string (values: CURR, NOTCURR): Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results.
    • p_tri_cat string (values: TOTAL, CARC, HAP): Toxic Release Inventory Released To Air Chemical Identifier Category Filter. Enter the chemical identifier category code to limit results. Note when filtering by TRI chemical identifier categories one may not also filter by specific chemical identifiers via p_tri_pol. You must also specify a release amount using p_tri_amt or p_tri_any_amt.
    • p_tri_amt string (values: 0, GT0, GT1000, GT5000, GT10000, GT50000): Toxic Release Inventory Release Amount Filter. Enter a value in pounds to limit results to facilities releasing this amount or greateer of TRI releases. Valid values are 0, GT0, GT1000, GT5000, GT10000 and GT50000. Note when filtering by TRI release amounts one may only use either p_tri_amt or p_tri_any_amt.
    • p_tri_any_amt number: Toxic Release Inventory Release Of Any Kind Above Value Filter. Enter a value to limit results to facilities releasing this amount or more of TRI releases. Note when filtering by TRI releases one may only use p_tri_any_amt or p_tri_amt and not both.
    • p_tri_pol string: Toxic Release Inventory Chemical Identifier Filter. Enter one or more chemical identifier codes to limit results. Note when filtering by specific TRI chemical identifiers one may not also filter by chemical identifier categories via p_tri_cat.
    • p_ghg_cat string (values: ALL, BIOCO2, CH4, CO2, HFC, N2O, NF3, OTHER_L, PFC, SF6): Green House Gas (GHG) Gas Code Category. Must be used with either a formatted (p_ghg_amt) or custom (p_ghg_any_amt) release amount.
    • p_ghg_amt string (values: None, 0, GT0, GT10000, GT25000, GT250000, GT1000000): Green House Gas (GHG) CO2 Equivalent Formatted Release Amount. First 2 characters must contain GT (greater than) followed by a number.
    • p_ghg_any_amt number: Green House Gas (GHG) C02 Equivalent Custom Amount. The C02E value reported for the provided category, will be greater or equal to the amount provided.
    • p_ghg_yr string: Green House Gas (GHG) Reporting Year. (2010 through 2015)
    • p_nei_pol string: National Emissions Inventory (NEI) Pollutant Identifier. When a pollutant identifer is entered a corresponding formatted amount or custom amount must be entered.
    • p_nei_amt string (values: None, 0, GT0, GT10000, GT25000, GT250000, GT1000000): National Emissions Inventory (NEI) Formatted Pollutant Amount. A formatted value where the 1st two characters must start with GT or LT followed by a number. Identifies facilities that have a NEI Pollutant Emission where the supplied value is > or < the pollutant emission amount.
    • p_nei_any_amt number: National Emissions Inventory (NEI) Custom Pollutant Amount. Only a number can be entered. Identifies facilities with where the NEI Pollutant Emission Amount is greater than the number entered.
    • p_nei_yr string: National Emissions Inventory (NEI) year: 2014 or 2011
    • p_nei_cat string: National Emissions Inventory (NEI) Pollutant Category. When a pollutant category is entered, a corresponding formatted pollutant amount or custom amount must be entered.
    • p_pm string (values: NONE, GT5, GT10, GT25, GT50, GT75): Percent Minority Population Limiter. Enter a value to restrict results to facilities with a given percentage of minority population within 3-mile radius.
    • p_pd string (values: NONE, GT100, GT500, GT1000, GT5000, GT10000, GT20000): Population Density Limiter (per sq mile). Enter a value to limit results to facilities located in area of a given population density.
    • p_ico string (values: Y, N): Indian Country Flag. Enter a "Y" or "N" to restrict searches to facilities inside or outside Indian Country.
    • p_huc string: 2-, 4-, 6-, or 8-character watershed code. May contain multiple comma-separated values.
    • p_wbd string: 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.
    • p_pid string: Nine-digit permit IDs. May contain up to 2000 comma-separated values.
    • p_med string (values: M, R, S, W, ALL): Filter Results by Media.
    • p_ysl string (values: W, N, NV): 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.
    • p_ysly number (values: 1, 2, 3, 4, 5): Number of years (1 to 5) since last facility inspection. A value of 1 means that it has been inspected within the year.
    • p_ysla string (values: E, S, A): Facility Last Inspection Code Filter. If left blank, both agencies are included. Enter a value to limit results:
    • p_stsl string (values: W, N): Last Stack Test [within / not within] Specified Date Range Indicator.
    • p_stsly number (values: 1, 2, 3, 4, 5): Number of years (1 to 5) since date of last stack test. A value of 1 means it has been inspected within the year.
    • p_stsla string (values: A, E, S): Stack Last Test Code Filter. Enter a value to limit results:
    • p_stres string: Air Stack Test Status Description Filter. Enter one or more test status descriptions to filter results. Enter multiple values as a comma-delimited list.
    • p_sttyp string: Air Conductor Type Code Filter. Enter one or more conductor type codes to filter results. Provide multiple values as a comma-delimited list.
    • p_qs string: Quick Search. Allows entry for city, state, and/or zip code.
    • p_sfs string: 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.
    • p_tribeid number: Numeric code for tribe (or list of tribes).
    • p_tribename string: Tribe Name Filter. Enter a single tribe name to filter results.
    • p_tribedist number: 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.
    • p_owop string: Owner/Operator code filter. Enter one or more codes to limit results.
    • p_agoo string (values: AND, OR): Indicates whether to AND or OR the Owner/Operator parameter (p_owop) and the federal agency code (p_fa) parameters.
    • p_idt1 string: Beginning of date range of most recent facility inspection.
    • p_idt2 string: End of date range of most recent facility inspection.
    • p_stdt1 string: Beginning of date range of most recent stack test.
    • p_stdt2 string: End of date range of most recent stack test.
    • p_pityp string: Inspection Type:
    • p_cifdi string (values: Any, Yes, No, Undetermined): Compliance issuess found during inspection.
    • p_pfead1 string: 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.
    • p_pfead2 string: 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.
    • p_pfeat string: 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.
    • p_psncq string (values: GT1, GE1, GT2, GE2, GT4, GE4, GT8, GE8, GT12, GE12): Quarters in Significant Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of significant noncompliance.
    • p_pctrack string (values: Off, Partial, On): Compliance Tracking Limiter. Provide a keyword to indicate the extent to which data is being entered and effluent exceedances are being identified.
    • p_swpa string (values: source water, surface water, ground water, waiting for SSO): Source water protection area
    • p_des string: 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.
    • p_fntype string (values: ALL, CONTAINS, EXACT, BEGINS): Controls type of text search performed on facility name with parameter p_fn.
    • p_hpvmth string: Months in high priority violation status out of the previous three years limiter. Provide a number of months in the past three years. Results will limited to facilities in high priority violation status during that time.
    • p_recvio string: Recent Violation Status Filter. Enter one or more recent violation codes to limit results. Provide multiple values as a comma-delimited list.
    • p_pollvio string: Air Pollutant Code For A Recent Violation Filter. Provide one or more pollutant codes to select facilities with one or more of the entered pollutant codes for a recent air violation. Provide multiple values as a comma-delimited list.
    • p_ar string: Associated EPA Air Reports Program Filter. Enter multiple values as a comma-delimited list. Valid values are:
    • p_tri_yr string: Toxic Release Inventory Reporting Year Filter. Enter one or more year values to filter results by the TRI reporting year. Provide multiple years as a comma-delimited list.
    • p_pidall string (values: Y, N): 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).
    • p_fac_ico string (values: Y, N): FRS tribal land code flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land code.
    • p_icoo string: 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.
    • p_fac_icos string: FRS tribal land spatial flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land spatial flag.
    • p_ejscreen string: Enter "Y" to limit facilities to Census block groups where one of more Environmental Justice indexes above 80th percentile.
    • p_limit_addr string (values: Y, N): Limit Address Search Flag. Enter Y to restrict facility searches to native data source only.
    • p_lat number: Latitude location in decimal degrees.
    • p_long number: Longitude location in decimal degrees.
    • p_radius number: Spatial Search Radius. Enter a radius up to 100 miles in which to spatially search for facilities.
    • p_decouple string (values: Y, N): 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.
    • p_ejscreen_over80cnt string (values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11): The number of Environmenmt Justice Indicators above the 80th percentile. Valid values are 1 through 11.
    • queryset number: Query Limiter. Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000.
    • responseset number: Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.
    • tablelist string (values: Y, N): Table List Flag. Enter a Y to display the first page of facility results.
    • maplist string (values: Y, N): 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).
    • summarylist string (values: Y, N): Summary List Flag. Enter a Y to return a list of summary statistics based on the parameters submitted to the query service.
    • callback string: JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
    • qcolumns string: 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.

Output

  • output object: Root Object

air_rest_services.get_facilities.post

Validates query search parameters and returns query identifier. Use the responseset parameter to set the page size

epa_gov_air.air_rest_services.get_facilities.post({}, context)

Input

  • input object
    • output string (values: JSONP, JSON, XML): Output Format Flag. Enter one of the following keywords:
    • p_fn string: 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.
    • p_sa string: Facility street address. Enter a complete or partial street address.
    • p_sa1 string: Facility street address. Enter a complete or partial street address. Note that p_sa1 is culmulative with p_sa.
    • p_ct string: Facility City Filter. Enter a single case-insensitive city name to filter results.
    • p_co string: Facility County Filter. Provide a single county name in combination with a state value provided via p_st.
    • p_fips string: 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.
    • p_st string: 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.
    • p_zip string: 5-Digit ZIP Code Filter. Provide one or more 5-digit postal zip codes to filter results. May contain multiple comma-separated values.
    • p_lcon string: Air Program Local Control Region Code Filter. Enter one or more local control region codes to filter results. Provide multiple codes as a comma-delimited list. Codes where they exist are specific by state.
    • p_frs string: Facility Registry Service ID Filter. Enter a single 12-digit FRS identifier to filter results.
    • p_reg string (values: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10): EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.
    • p_sic string: 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.
    • p_ncs string: 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.
    • p_qnc number: Number of quarters in non-compliance limiter. Enter an integer value between 1 and 4 to limit results.
    • p_pen string: Last Penality Date Qualifier Filter. Enter one of the following:
    • p_opst string: Operating status filter. Enter one or more operating status codes to limit results. Provide multiple codes as a comma-delimited list.
    • p_c1lat number: 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.
    • p_c1lon number: 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.
    • p_c2lat number: 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.
    • p_c2lon number: 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.
    • p_usmex string (values: Y, N): US-Mexico Border Flag. Enter Y/N to restrict searches to facilities located within 100KM of the border.
    • p_sic2 string: 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.
    • p_sic4 string: 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.
    • p_fa string: 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.
    • p_act string (values: Y, N, A): Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits.
    • p_maj string (values: Y, N): Major Facility Flag. Enter Y to restrict results to Major facilities only.
    • p_mact string: CAA Maximum Achievable Control Technology (MACT) Subpart codes (alpha ID between 1 and 7 characters) applicable to the facility.
    • p_nsps string: Air Programl New Source Performance Standards (NSPS) Subpart Code Search. One or more valid Air Program NSPS Program codes cand be passed.
    • p_nspsm string: Air Programl New Source Performance Standards Minors (NSPSM) Subpart Code Search. One or more valid Air Program NSPSM Subpart codes can be passed.
    • p_prog string: Air Program Code Filter. Enter one or more Air program codes to filter results. Provide multiple values as a comma-delimited list.
    • p_fea string (values: W, N): 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.
    • p_feay number (values: 1, 2, 3, 4, 5): 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.
    • p_feaa string (values: A, E, S): Agency associated with Formal Enforcement Actions:
    • p_iea string (values: W, N): 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.
    • p_ieay number (values: 1, 2, 3, 4, 5): 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.
    • p_ieaa string (values: E, S): Agency associated with Informal Enforcement Actions. If left blank, both agencies are included.
    • p_qiv string (values: 0, GT1, GT2, GT4, GT8, 12): Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance.
    • p_naa string: Non-Attainment Area Flag. Enter a Y or N to filter for or against facilities flagged as non-attainment areas.
    • p_impw string (values: Y, N): Discharging into Impaired Waters Flag. Enter Y to limit results to facilities with discharge to waterbodies listed as impaired in the ATTAINS database.
    • p_trep string (values: CURR, NOTCURR): Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results.
    • p_tri_cat string (values: TOTAL, CARC, HAP): Toxic Release Inventory Released To Air Chemical Identifier Category Filter. Enter the chemical identifier category code to limit results. Note when filtering by TRI chemical identifier categories one may not also filter by specific chemical identifiers via p_tri_pol. You must also specify a release amount using p_tri_amt or p_tri_any_amt.
    • p_tri_amt string (values: 0, GT0, GT1000, GT5000, GT10000, GT50000): Toxic Release Inventory Release Amount Filter. Enter a value in pounds to limit results to facilities releasing this amount or greateer of TRI releases. Valid values are 0, GT0, GT1000, GT5000, GT10000 and GT50000. Note when filtering by TRI release amounts one may only use either p_tri_amt or p_tri_any_amt.
    • p_tri_any_amt number: Toxic Release Inventory Release Of Any Kind Above Value Filter. Enter a value to limit results to facilities releasing this amount or more of TRI releases. Note when filtering by TRI releases one may only use p_tri_any_amt or p_tri_amt and not both.
    • p_tri_pol string: Toxic Release Inventory Chemical Identifier Filter. Enter one or more chemical identifier codes to limit results. Note when filtering by specific TRI chemical identifiers one may not also filter by chemical identifier categories via p_tri_cat.
    • p_ghg_cat string (values: ALL, BIOCO2, CH4, CO2, HFC, N2O, NF3, OTHER_L, PFC, SF6): Green House Gas (GHG) Gas Code Category. Must be used with either a formatted (p_ghg_amt) or custom (p_ghg_any_amt) release amount.
    • p_ghg_amt string (values: None, 0, GT0, GT10000, GT25000, GT250000, GT1000000): Green House Gas (GHG) CO2 Equivalent Formatted Release Amount. First 2 characters must contain GT (greater than) followed by a number.
    • p_ghg_any_amt number: Green House Gas (GHG) C02 Equivalent Custom Amount. The C02E value reported for the provided category, will be greater or equal to the amount provided.
    • p_ghg_yr string: Green House Gas (GHG) Reporting Year. (2010 through 2015)
    • p_nei_pol string: National Emissions Inventory (NEI) Pollutant Identifier. When a pollutant identifer is entered a corresponding formatted amount or custom amount must be entered.
    • p_nei_amt string (values: None, 0, GT0, GT10000, GT25000, GT250000, GT1000000): National Emissions Inventory (NEI) Formatted Pollutant Amount. A formatted value where the 1st two characters must start with GT or LT followed by a number. Identifies facilities that have a NEI Pollutant Emission where the supplied value is > or < the pollutant emission amount.
    • p_nei_any_amt number: National Emissions Inventory (NEI) Custom Pollutant Amount. Only a number can be entered. Identifies facilities with where the NEI Pollutant Emission Amount is greater than the number entered.
    • p_nei_yr string: National Emissions Inventory (NEI) year: 2014 or 2011
    • p_nei_cat string: National Emissions Inventory (NEI) Pollutant Category. When a pollutant category is entered, a corresponding formatted pollutant amount or custom amount must be entered.
    • p_pm string (values: NONE, GT5, GT10, GT25, GT50, GT75): Percent Minority Population Limiter. Enter a value to restrict results to facilities with a given percentage of minority population within 3-mile radius.
    • p_pd string (values: NONE, GT100, GT500, GT1000, GT5000, GT10000, GT20000): Population Density Limiter (per sq mile). Enter a value to limit results to facilities located in area of a given population density.
    • p_ico string (values: Y, N): Indian Country Flag. Enter a "Y" or "N" to restrict searches to facilities inside or outside Indian Country.
    • p_huc string: 2-, 4-, 6-, or 8-character watershed code. May contain multiple comma-separated values.
    • p_wbd string: 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.
    • p_pid string: Nine-digit permit IDs. May contain up to 2000 comma-separated values.
    • p_med string (values: M, R, S, W, ALL): Filter Results by Media.
    • p_ysl string (values: W, N, NV): 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.
    • p_ysly number (values: 1, 2, 3, 4, 5): Number of years (1 to 5) since last facility inspection. A value of 1 means that it has been inspected within the year.
    • p_ysla string (values: E, S, A): Facility Last Inspection Code Filter. If left blank, both agencies are included. Enter a value to limit results:
    • p_stsl string (values: W, N): Last Stack Test [within / not within] Specified Date Range Indicator.
    • p_stsly number (values: 1, 2, 3, 4, 5): Number of years (1 to 5) since date of last stack test. A value of 1 means it has been inspected within the year.
    • p_stsla string (values: A, E, S): Stack Last Test Code Filter. Enter a value to limit results:
    • p_stres string: Air Stack Test Status Description Filter. Enter one or more test status descriptions to filter results. Enter multiple values as a comma-delimited list.
    • p_sttyp string: Air Conductor Type Code Filter. Enter one or more conductor type codes to filter results. Provide multiple values as a comma-delimited list.
    • p_qs string: Quick Search. Allows entry for city, state, and/or zip code.
    • p_sfs string: 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.
    • p_tribeid number: Numeric code for tribe (or list of tribes).
    • p_tribename string: Tribe Name Filter. Enter a single tribe name to filter results.
    • p_tribedist number: 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.
    • p_owop string: Owner/Operator code filter. Enter one or more codes to limit results.
    • p_agoo string (values: AND, OR): Indicates whether to AND or OR the Owner/Operator parameter (p_owop) and the federal agency code (p_fa) parameters.
    • p_idt1 string: Beginning of date range of most recent facility inspection.
    • p_idt2 string: End of date range of most recent facility inspection.
    • p_stdt1 string: Beginning of date range of most recent stack test.
    • p_stdt2 string: End of date range of most recent stack test.
    • p_pityp string: Inspection Type:
    • p_cifdi string (values: Any, Yes, No, Undetermined): Compliance issuess found during inspection.
    • p_pfead1 string: 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.
    • p_pfead2 string: 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.
    • p_pfeat string: 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.
    • p_psncq string (values: GT1, GE1, GT2, GE2, GT4, GE4, GT8, GE8, GT12, GE12): Quarters in Significant Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of significant noncompliance.
    • p_pctrack string (values: Off, Partial, On): Compliance Tracking Limiter. Provide a keyword to indicate the extent to which data is being entered and effluent exceedances are being identified.
    • p_swpa string (values: source water, surface water, ground water, waiting for SSO): Source water protection area
    • p_des string: 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.
    • p_fntype string (values: ALL, CONTAINS, EXACT, BEGINS): Controls type of text search performed on facility name with parameter p_fn.
    • p_hpvmth string: Months in high priority violation status out of the previous three years limiter. Provide a number of months in the past three years. Results will limited to facilities in high priority violation status during that time.
    • p_recvio string: Recent Violation Status Filter. Enter one or more recent violation codes to limit results. Provide multiple values as a comma-delimited list.
    • p_pollvio string: Air Pollutant Code For A Recent Violation Filter. Provide one or more pollutant codes to select facilities with one or more of the entered pollutant codes for a recent air violation. Provide multiple values as a comma-delimited list.
    • p_ar string: Associated EPA Air Reports Program Filter. Enter multiple values as a comma-delimited list. Valid values are:
    • p_tri_yr string: Toxic Release Inventory Reporting Year Filter. Enter one or more year values to filter results by the TRI reporting year. Provide multiple years as a comma-delimited list.
    • p_pidall string (values: Y, N): 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).
    • p_fac_ico string (values: Y, N): FRS tribal land code flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land code.
    • p_icoo string: 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.
    • p_fac_icos string: FRS tribal land spatial flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land spatial flag.
    • p_ejscreen string: Enter "Y" to limit facilities to Census block groups where one of more Environmental Justice indexes above 80th percentile.
    • p_limit_addr string (values: Y, N): Limit Address Search Flag. Enter Y to restrict facility searches to native data source only.
    • p_lat number: Latitude location in decimal degrees.
    • p_long number: Longitude location in decimal degrees.
    • p_radius number: Spatial Search Radius. Enter a radius up to 100 miles in which to spatially search for facilities.
    • p_decouple string (values: Y, N): 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.
    • p_ejscreen_over80cnt string (values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11): The number of Environmenmt Justice Indicators above the 80th percentile. Valid values are 1 through 11.
    • queryset number: Query Limiter. Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000.
    • responseset number: Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.
    • tablelist string (values: Y, N): Table List Flag. Enter a Y to display the first page of facility results.
    • maplist string (values: Y, N): 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).
    • summarylist string (values: Y, N): Summary List Flag. Enter a Y to return a list of summary statistics based on the parameters submitted to the query service.
    • callback string: JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
    • qcolumns string: 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.

Output

  • output object: Root Object

air_rest_services.get_facility_info.get

Returns either an array of Facilities or an array of Clusters that meet the specified search criteria.

epa_gov_air.air_rest_services.get_facility_info.get({}, context)

Input

  • input object
    • output string: Output Format Flag. Enter one of the following keywords:
    • p_fn string: 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.
    • p_sa string: Facility street address. Enter a complete or partial street address.
    • p_sa1 string: Facility street address. Enter a complete or partial street address. Note that p_sa1 is culmulative with p_sa.
    • p_ct string: Facility City Filter. Enter a single case-insensitive city name to filter results.
    • p_co string: Facility County Filter. Provide a single county name in combination with a state value provided via p_st.
    • p_fips string: 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.
    • p_st string: 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.
    • p_zip string: 5-Digit ZIP Code Filter. Provide one or more 5-digit postal zip codes to filter results. May contain multiple comma-separated values.
    • p_lcon string: Air Program Local Control Region Code Filter. Enter one or more local control region codes to filter results. Provide multiple codes as a comma-delimited list. Codes where they exist are specific by state.
    • p_frs string: Facility Registry Service ID Filter. Enter a single 12-digit FRS identifier to filter results.
    • p_reg string (values: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10): EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.
    • p_sic string: 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.
    • p_ncs string: 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.
    • p_qnc number: Number of quarters in non-compliance limiter. Enter an integer value between 1 and 4 to limit results.
    • p_pen string: Last Penality Date Qualifier Filter. Enter one of the following:
    • p_opst string: Operating status filter. Enter one or more operating status codes to limit results. Provide multiple codes as a comma-delimited list.
    • xmin number: Minimum longitude value in decimal degrees.
    • ymin number: Minimum latitude value in decimal degrees.
    • xmax number: Maximum longitude value in decimal degrees.
    • ymax number: Maximum latitude value in decimal degrees.
    • p_usmex string (values: Y, N): US-Mexico Border Flag. Enter Y/N to restrict searches to facilities located within 100KM of the border.
    • p_sic2 string: 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.
    • p_sic4 string: 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.
    • p_fa string: 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.
    • p_act string (values: Y, N, A): Active Permits/Facilities Flag. Provide Y or N to filter results to facilities with active permits.
    • p_maj string (values: Y, N): Major Facility Flag. Enter Y to restrict results to Major facilities only.
    • p_mact string: CAA Maximum Achievable Control Technology (MACT) Subpart codes (alpha ID between 1 and 7 characters) applicable to the facility.
    • p_nsps string: Air Programl New Source Performance Standards (NSPS) Subpart Code Search. One or more valid Air Program NSPS Program codes cand be passed.
    • p_nspsm string: Air Programl New Source Performance Standards Minors (NSPSM) Subpart Code Search. One or more valid Air Program NSPSM Subpart codes can be passed.
    • p_prog string: Air Program Code Filter. Enter one or more Air program codes to filter results. Provide multiple values as a comma-delimited list.
    • p_fea string (values: W, N): 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.
    • p_feay number (values: 1, 2, 3, 4, 5): 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.
    • p_feaa string (values: A, E, S): Agency associated with Formal Enforcement Actions:
    • p_iea string (values: W, N): 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.
    • p_ieay number (values: 1, 2, 3, 4, 5): 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.
    • p_ieaa string (values: E, S): Agency associated with Informal Enforcement Actions. If left blank, both agencies are included.
    • p_qiv string (values: 0, GT1, GT2, GT4, GT8, 12): Quarters in Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of noncompliance.
    • p_naa string: Non-Attainment Area Flag. Enter a Y or N to filter for or against facilities flagged as non-attainment areas.
    • p_impw string (values: Y, N): Discharging into Impaired Waters Flag. Enter Y to limit results to facilities with discharge to waterbodies listed as impaired in the ATTAINS database.
    • p_trep string (values: CURR, NOTCURR): Current Toxics Release Inventory (TRI) Reporter Limiter. Enter one of the following codes to limit results.
    • p_tri_cat string (values: TOTAL, CARC, HAP): Toxic Release Inventory Released To Air Chemical Identifier Category Filter. Enter the chemical identifier category code to limit results. Note when filtering by TRI chemical identifier categories one may not also filter by specific chemical identifiers via p_tri_pol. You must also specify a release amount using p_tri_amt or p_tri_any_amt.
    • p_tri_amt string (values: 0, GT0, GT1000, GT5000, GT10000, GT50000): Toxic Release Inventory Release Amount Filter. Enter a value in pounds to limit results to facilities releasing this amount or greateer of TRI releases. Valid values are 0, GT0, GT1000, GT5000, GT10000 and GT50000. Note when filtering by TRI release amounts one may only use either p_tri_amt or p_tri_any_amt.
    • p_tri_any_amt number: Toxic Release Inventory Release Of Any Kind Above Value Filter. Enter a value to limit results to facilities releasing this amount or more of TRI releases. Note when filtering by TRI releases one may only use p_tri_any_amt or p_tri_amt and not both.
    • p_tri_pol string: Toxic Release Inventory Chemical Identifier Filter. Enter one or more chemical identifier codes to limit results. Note when filtering by specific TRI chemical identifiers one may not also filter by chemical identifier categories via p_tri_cat.
    • p_ghg_cat string (values: ALL, BIOCO2, CH4, CO2, HFC, N2O, NF3, OTHER_L, PFC, SF6): Green House Gas (GHG) Gas Code Category. Must be used with either a formatted (p_ghg_amt) or custom (p_ghg_any_amt) release amount.
    • p_ghg_amt string (values: None, 0, GT0, GT10000, GT25000, GT250000, GT1000000): Green House Gas (GHG) CO2 Equivalent Formatted Release Amount. First 2 characters must contain GT (greater than) followed by a number.
    • p_ghg_any_amt number: Green House Gas (GHG) C02 Equivalent Custom Amount. The C02E value reported for the provided category, will be greater or equal to the amount provided.
    • p_ghg_yr string: Green House Gas (GHG) Reporting Year. (2010 through 2015)
    • p_nei_pol string: National Emissions Inventory (NEI) Pollutant Identifier. When a pollutant identifer is entered a corresponding formatted amount or custom amount must be entered.
    • p_nei_amt string (values: None, 0, GT0, GT10000, GT25000, GT250000, GT1000000): National Emissions Inventory (NEI) Formatted Pollutant Amount. A formatted value where the 1st two characters must start with GT or LT followed by a number. Identifies facilities that have a NEI Pollutant Emission where the supplied value is > or < the pollutant emission amount.
    • p_nei_any_amt number: National Emissions Inventory (NEI) Custom Pollutant Amount. Only a number can be entered. Identifies facilities with where the NEI Pollutant Emission Amount is greater than the number entered.
    • p_nei_yr string: National Emissions Inventory (NEI) year: 2014 or 2011
    • p_nei_cat string: National Emissions Inventory (NEI) Pollutant Category. When a pollutant category is entered, a corresponding formatted pollutant amount or custom amount must be entered.
    • p_pm string (values: NONE, GT5, GT10, GT25, GT50, GT75): Percent Minority Population Limiter. Enter a value to restrict results to facilities with a given percentage of minority population within 3-mile radius.
    • p_pd string (values: NONE, GT100, GT500, GT1000, GT5000, GT10000, GT20000): Population Density Limiter (per sq mile). Enter a value to limit results to facilities located in area of a given population density.
    • p_ico string (values: Y, N): Indian Country Flag. Enter a "Y" or "N" to restrict searches to facilities inside or outside Indian Country.
    • p_huc string: 2-, 4-, 6-, or 8-character watershed code. May contain multiple comma-separated values.
    • p_wbd string: 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.
    • p_pid string: Nine-digit permit IDs. May contain up to 2000 comma-separated values.
    • p_med string (values: M, R, S, W, ALL): Filter Results by Media.
    • p_ysl string (values: W, N, NV): 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.
    • p_ysly number (values: 1, 2, 3, 4, 5): Number of years (1 to 5) since last facility inspection. A value of 1 means that it has been inspected within the year.
    • p_ysla string (values: E, S, A): Facility Last Inspection Code Filter. If left blank, both agencies are included. Enter a value to limit results:
    • p_stsl string (values: W, N): Last Stack Test [within / not within] Specified Date Range Indicator.
    • p_stsly number (values: 1, 2, 3, 4, 5): Number of years (1 to 5) since date of last stack test. A value of 1 means it has been inspected within the year.
    • p_stsla string (values: A, E, S): Stack Last Test Code Filter. Enter a value to limit results:
    • p_stres string: Air Stack Test Status Description Filter. Enter one or more test status descriptions to filter results. Enter multiple values as a comma-delimited list.
    • p_sttyp string: Air Conductor Type Code Filter. Enter one or more conductor type codes to filter results. Provide multiple values as a comma-delimited list.
    • p_qs string: Quick Search. Allows entry for city, state, and/or zip code.
    • p_sfs string: 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.
    • p_tribeid number: Numeric code for tribe (or list of tribes).
    • p_tribename string: Tribe Name Filter. Enter a single tribe name to filter results.
    • p_tribedist number: 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.
    • p_owop string: Owner/Operator code filter. Enter one or more codes to limit results.
    • p_agoo string (values: AND, OR): Indicates whether to AND or OR the Owner/Operator parameter (p_owop) and the federal agency code (p_fa) parameters.
    • p_idt1 string: Beginning of date range of most recent facility inspection.
    • p_idt2 string: End of date range of most recent facility inspection.
    • p_stdt1 string: Beginning of date range of most recent stack test.
    • p_stdt2 string: End of date range of most recent stack test.
    • p_pityp string: Inspection Type:
    • p_cifdi string (values: Any, Yes, No, Undetermined): Compliance issuess found during inspection.
    • p_pfead1 string: 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.
    • p_pfead2 string: 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.
    • p_pfeat string: 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.
    • p_psncq string (values: GT1, GE1, GT2, GE2, GT4, GE4, GT8, GE8, GT12, GE12): Quarters in Significant Noncompliance Limiter. Enter a coded value to limit results to facilities with given quarter of significant noncompliance.
    • p_pctrack string (values: Off, Partial, On): Compliance Tracking Limiter. Provide a keyword to indicate the extent to which data is being entered and effluent exceedances are being identified.
    • p_swpa string (values: source water, surface water, ground water, waiting for SSO): Source water protection area
    • p_des string: 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.
    • p_fntype string (values: ALL, CONTAINS, EXACT, BEGINS): Controls type of text search performed on facility name with parameter p_fn.
    • p_hpvmth string: Months in high priority violation status out of the previous three years limiter. Provide a number of months in the past three years. Results will limited to facilities in high priority violation status during that time.
    • p_recvio string: Recent Violation Status Filter. Enter one or more recent violation codes to limit results. Provide multiple values as a comma-delimited list.
    • p_pollvio string: Air Pollutant Code For A Recent Violation Filter. Provide one or more pollutant codes to select facilities with one or more of the entered pollutant codes for a recent air violation. Provide multiple values as a comma-delimited list.
    • p_ar string: Associated EPA Air Reports Program Filter. Enter multiple values as a comma-delimited list. Valid values are:
    • p_tri_yr string: Toxic Release Inventory Reporting Year Filter. Enter one or more year values to filter results by the TRI reporting year. Provide multiple years as a comma-delimited list.
    • p_pidall string (values: Y, N): 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).
    • p_fac_ico string (values: Y, N): FRS tribal land code flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land code.
    • p_icoo string: 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.
    • p_fac_icos string: FRS tribal land spatial flag. Enter "Y" or "N" to include or exclude facilities based on FRS tribal land spatial flag.
    • p_ejscreen string: Enter "Y" to limit facilities to Census block groups where one of more Environmental Justice indexes above 80th percentile.
    • p_limit_addr string (values: Y, N): Limit Address Search Flag. Enter Y to restrict facility searches to native data source only.
    • p_lat number: Latitude location in decimal degrees.
    • p_long number: Longitude location in decimal degrees.
    • p_radius number: Spatial Search Radius. Enter a radius up to 100 miles in which to spatially search for facilities.
    • p_decouple string (values: Y, N): 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.
    • p_ejscreen_over80cnt string (values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11): The number of Environmenmt Justice Indicators above the 80th percentile. Valid values are 1 through 11.
    • queryset number: Query Limiter. Enter a value to limit the number of records returned for each query. Value cannot exceed 70,000.
    • responseset number: Response Set Limiter. Enter a value to limit the number of records per page. Value cannot exceed 1,000.
    • summarylist string (values: Y, N): Summary List Flag. Enter a Y to return a list of summary statistics based on the parameters submitted to the query service.
    • callback string: JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
    • qcolumns string: 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.
    • p_pretty_print number: 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.

Output

  • output object: Root Object

air_rest_services.get_facility_info.post

Returns either an array of Facilities or an array of Clusters that meet the specified search criteria.

epa_gov_air.air_rest_services.get_facility_info.post({}, context)

Input

  • input object
    • output string: Output Format Flag. Enter one of the following keywords:
    • p_fn string: 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.
    • p_sa string: Facility street address. Enter a complete or partial street address.
    • p_sa1 string: Facility street address. Enter a complete or partial street address. Note that p_sa1 is culmulative with p_sa.
    • p_ct string: Facility City Filter. Enter a single case-insensitive city name to filter results.
    • p_co string: Facility County Filter. Provide a single county name in combination with a state value provided via p_st.
    • p_fips string: 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.
    • p_st string: 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.
    • p_zip string: 5-Digit ZIP Code Filter. Provide one or more 5-digit postal zip codes to filter results. May contain multiple comma-separated values.
    • p_lcon string: Air Program Local Control Region Code Filter. Enter one or more local control region codes to filter results. Provide multiple codes as a comma-delimited list. Codes where they exist are specific by state.
    • p_frs string: Facility Registry Service ID Filter. Enter a single 12-digit FRS identifier to filter results.
    • p_reg string (values: 01, 02, 03, 04, 05, 06, 07, 08, 09, 10): EPA Region Filter. Provide a single value of 01 thru 10 to restrict results to a single EPA region.
    • p_sic string: Standard Industrial Classification (SIC) Code Filter. Enter a single 4-digi