Connector Details
Type
Virtual machines, Single VM , BYOL
Runs on
Google Compute Engine
Last Update
24 October, 2024
Category
EPA Air Quality Connector
Connector Details
Type
Virtual machines, Single VM , BYOL
Runs on
Google Compute Engine
Last Update
24 October, 2024
Category
Overview
The EPA Air Quality Connector enables seamless integration with the U.S. Environmental Protection Agency’s Air Quality System (AQS) API. It acts as a lightweight proxy, simplifying access to air-quality datasets such as sample, daily, and annual measurements, as well as QA and metadata resources.
This connector forwards requests from client applications to the official EPA AQS API, automatically handling query normalization, content-type headers, and parameter encoding. Developers can retrieve data about pollutants, locations, and monitoring stations using standardized endpoints for streamlined analytics and reporting.
Integration Overview
This document provides a comprehensive guide for each integration point, its purpose, configuration, and supported parameters when using the EPA Air Quality Connector.
Note: API Key is required for all the endpoints to work properly.
Supported Integration Action Points
Detailed Integration Documentation
2.1 Sample Data Retrieval by State
Action | sampleDataByState |
Purpose | Retrieves sample-level air-quality measurements filtered by U.S. state. Used for collecting granular pollutant readings across all sites within a given state. |
Configuration | Ensure environment variables AQS_ENV_BASE_URL and AQS_ENV_PORT are configured. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.2 Decode Vin Values Retrieval
Action | decodeVinValues |
Purpose | Decodes a VIN in flat format for concise vehicle information retrieval. |
Configuration | Ensure the connector is configured with the base URL via the CONNECTOR_ENV_NHTSAVPIC_BASE_URL environment variable. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.3 Decode Vin Extended Retrieval
Action | decodeVinExtended |
Purpose | Decodes a VIN with extended vehicle information for detailed analysis. |
Configuration | Ensure the connector is configured with the base URL via the CONNECTOR_ENV_NHTSAVPIC_BASE_URL environment variable. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.4 Decode Vin Values Extended Retrieval
Action | decodeVinValuesExtended |
Purpose | Decodes a VIN in flat format with extended information for comprehensive yet concise data. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.5 Decode Wmi Retrieval
Action | decodeWmi |
Purpose | Decodes a World Manufacturer Identifier (WMI) to get manufacturer and country details. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.6 Get Wmis For Manufacturer Retrieval
Action | getWmisForManufacturer |
Purpose | Retrieves WMIs associated with a manufacturer, optionally filtered by vehicle type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.7 Get All Makes Retrieval
Action | getAllMakes |
Purpose | Retrieves a list of all vehicle makes. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required: None
Optional:
|
Output |
|
Workflow Example |
|
2.8 Get Parts Retrieval
Action | getParts |
Purpose | Retrieves parts information filtered by type, date range, and manufacturer. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required: None
Optional:
|
Output |
|
Workflow Example |
|
2.9 Get All Manufacturers Retrieval
Action | getAllManufacturers |
Purpose | Retrieves a list of all manufacturers, optionally filtered by type and paginated. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required: None
Optional:
|
Output |
|
Workflow Example |
|
2.10 Get Manufacturer Details Retrieval
Action | getManufacturerDetails |
Purpose | Retrieves detailed information for a specific manufacturer. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.11 Get Vehicle Types For Make Retrieval
Action | getVehicleTypesForMake |
Purpose | Retrieves vehicle types for a specific make. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.12 Get Vehicle Types For Make Id Retrieval
Action | getVehicleTypesForMakeId |
Purpose | Retrieves vehicle types for a specific make ID. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.13 Get Equipment Plant Codes Retrieval
Action | getEquipmentPlantCodes |
Purpose | Retrieves equipment plant codes for a given year, type, and report type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.14 Get Makes For Manufacturer Retrieval
Action | getMakesForManufacturer |
Purpose | Retrieves makes associated with a manufacturer. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.15 Get Makes For Manufacturer And Year Retrieval
Action | getMakesForManufacturerAndYear |
Purpose | Retrieves makes for a manufacturer and specific year. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.16 Get Makes For Vehicle Type Retrieval
Action | getMakesForVehicleType |
Purpose | Retrieves makes for a specific vehicle type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.17 Get Models For Make Retrieval
Action | getModelsForMake |
Purpose | Retrieves models for a specific make. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.18 Get Models For Make Id Retrieval
Action | getModelsForMakeId |
Purpose | Retrieves models for a specific make ID. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.19 Get Models For Make Year Make Model Year Retrieval
Action | getModelsForMakeYearMakeModelYear |
Purpose | Retrieves models for a make and model year. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.20 Get Models For Make Year Make Vehicle Type Retrieval
Action | getModelsForMakeYearMakeVehicleType |
Purpose | Retrieves models for a make and vehicle type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.21 Get Models For Make Year Model Year Vehicle Type Retrieval
Action | getModelsForMakeYearModelYearVehicleType |
Purpose | Retrieves models for a model year and vehicle type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.22 Get Models For Make Id Year Make Id Model Year Retrieval
Action | getModelsForMakeIdYearMakeIdModelYear |
Purpose | Retrieves models for a make ID and model year. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.23 Get Models For Make Id Year Make Id Vehicle Type Retrieval
Action | getModelsForMakeIdYearMakeIdVehicleType |
Purpose | Retrieves models for a make ID and vehicle type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.24 Get Models For Make Id Year Model Year Vehicle Type Retrieval
Action | getModelsForMakeIdYearModelYearVehicleType |
Purpose | Retrieves models for a model year and vehicle type. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.25 Get Vehicle Variable List Retrieval
Action | getVehicleVariableList |
Purpose | Retrieves a list of vehicle variables. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required: None
Optional:
|
Output |
|
Workflow Example |
|
2.26 Get Vehicle Variable Values List Retrieval
Action | getVehicleVariableValuesList |
Purpose | Retrieves values for a specific vehicle variable. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.27 Decode Vin Values Batch Retrieval
Action | decodeVinValuesBatch |
Purpose | Decodes multiple VINs in batch for efficient processing. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required: None (POST body with VINs)
Optional:
|
Output |
|
Workflow Example |
|
2.28 Get Canadian Vehicle Specifications Retrieval
Action | getCanadianVehicleSpecifications |
Purpose | Retrieves Canadian vehicle specifications filtered by year, make, model, and units. |
Configuration | Ensure the connector is configured with the base URL via CONNECTOR_ENV_NHTSAVPIC_BASE_URL . |
Parameters |
Required: None
Optional:
|
Output |
|
Workflow Example |
|
2.2 Sample Data Retrieval by County
Action | sampleDataByCounty |
Purpose | Retrieves air-quality sample data for a specific county within a state. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.3 Sample Data Retrieval by Site
Action | sampleDataBySite |
Purpose | Fetches sample-level measurements for a specific monitoring site. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.4 Sample Data Retrieval by CBSA
Action | sampleDataByCBSA |
Purpose | Retrieves sample data aggregated by Core-Based Statistical Area (CBSA). |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.5 Sample Data Retrieval by Box
Action | sampleDataByBox |
Purpose | Retrieves sample data for sites within a geographic bounding box (latitude/longitude). |
Parameters |
Required:
|
Workflow Example |
|
2.6 Daily Data Retrieval by State
Action | dailyDataByState |
Purpose | Retrieves daily average air-quality data for all sites within a state. |
Parameters |
Required:
|
Workflow Example |
|
2.7 Daily Data Retrieval by County
Action | dailyDataByCounty |
Purpose | Retrieves daily aggregated data for a specific county. |
Parameters |
Required:
|
Workflow Example |
|
2.8 Daily Data Retrieval by Site
Action | dailyDataBySite |
Purpose | Retrieves daily mean pollutant values for a specific monitoring site. |
Parameters |
Required:
|
Workflow Example |
|
2.9 Daily Data Retrieval by CBSA
Action | dailyDataByCBSA |
Purpose | Fetches daily aggregated data for a CBSA region. |
Parameters |
Required:
|
Workflow Example |
|
2.10 Daily Data Retrieval by Box
Action | dailyDataByBox |
Purpose | Retrieves daily averages for all sites inside a geographic box. |
Parameters |
Required:
|
Workflow Example |
|
2.11 Annual Data Retrieval by State
Action | annualDataByState |
Purpose | Retrieves annual aggregate statistics for air-quality parameters within a state. |
Parameters |
Required:
|
Workflow Example |
|
2.12 Annual Data Retrieval by County
Action | annualDataByCounty |
Purpose | Retrieves annual data summaries for a specified county. |
Parameters |
Required:
|
Workflow Example |
|
2.13 Annual Data Retrieval by Site
Action | annualDataBySite |
Purpose | Retrieves annual aggregated statistics for a specific monitoring site. |
Parameters |
Required:
|
Workflow Example |
|
2.14 Annual Data Retrieval by CBSA
Action | annualDataByCBSA |
Purpose | Retrieves annual aggregates for a Core Based Statistical Area (CBSA). |
Parameters |
Required:
|
Workflow Example |
|
2.15 Annual Data Retrieval by Box
Action | annualDataByBox |
Purpose | Retrieves annual aggregated data for monitoring sites within a defined latitude/longitude box. |
Parameters |
Required:
|
Workflow Example |
|
2.16 QA Annual Performance Evaluations by Site
Action | qaAnnualPerformanceEvaluationsBySite |
Purpose | Retrieves QA Annual Performance Evaluation results for a specific site, useful for assessing instrument accuracy and data quality. |
Configuration | Ensure environment variables AQS_ENV_BASE_URL and AQS_ENV_PORT are configured. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.17 QA Annual Performance Evaluations by County
Action | qaAnnualPerformanceEvaluationsByCounty |
Purpose | Fetches QA annual performance data for all sites in a specific county. |
Parameters |
Required:
|
Workflow Example |
|
2.18 QA Annual Performance Evaluations by State
Action | qaAnnualPerformanceEvaluationsByState |
Purpose | Retrieves state-level QA annual performance evaluation records. |
Parameters |
Required:
|
Workflow Example |
|
2.19 QA Annual Performance Evaluations by MA
Action | qaAnnualPerformanceEvaluationsByMA |
Purpose | Retrieves QA performance evaluations for Monitoring Agencies (MA) within the AQS network. |
Parameters |
Required:
|
Workflow Example |
|
2.20 List of States
Action | listStates |
Purpose | Retrieves a list of U.S. states available in the AQS dataset. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.21 List of Counties by State
Action | listCountiesByState |
Purpose | Returns counties for a specified state FIPS code. |
Parameters |
Required:
|
Workflow Example |
|
2.22 List of Sites by County
Action | listSitesByCounty |
Purpose | Retrieves site information for a specific county and state. |
Parameters |
Required:
|
Workflow Example |
|
2.23 List of CBSAs
Action | listCbsas |
Purpose | Returns Core Based Statistical Areas (CBSAs) available in AQS. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.24 List of Classes
Action | listClasses |
Purpose | Retrieves parameter classifications used within AQS. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.25 List of Parameters by Class
Action | listParametersByClass |
Purpose | Retrieves parameters belonging to a specific class of pollutants. |
Parameters |
Required:
|
Workflow Example |
|
2.26 List of PQAOs
Action | listPqaos |
Purpose | Returns Primary Quality Assurance Organizations (PQAOs) from the AQS dataset. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.27 List of MAs
Action | listMas |
Purpose | Retrieves Monitoring Agencies (MAs) registered with the AQS system. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.28 QA Collocated Assessments by State
Action | qaCollocatedAssessmentsByState |
Purpose | Retrieves collocated assessment records for sites within a state used to compare instrument consistency. |
Parameters |
Required:
|
Workflow Example |
|
2.29 QA Collocated Assessments by County
Action | qaCollocatedAssessmentsByCounty |
Purpose | Fetches collocated assessments for all sites within a county. |
Parameters |
Required:
|
Workflow Example |
|
2.30 QA Collocated Assessments by Site
Action | qaCollocatedAssessmentsBySite |
Purpose | Retrieves collocated assessment data for a specific monitoring site. |
Parameters |
Required:
|
Workflow Example |
|
2.31 QA Collocated Assessments by PQAO
Action | qaCollocatedAssessmentsByPQAO |
Purpose | Retrieves collocated assessment data for a specific PQAO. |
Parameters |
Required:
|
Workflow Example |
|
2.32 QA Collocated Assessments by MA
Action | qaCollocatedAssessmentsByMA |
Purpose | Retrieves collocated assessment records for a specific Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.33 QA PEP Audits by State
Action | qaPepAuditsByState |
Purpose | Retrieves Performance Evaluation Program (PEP) audit data by state. |
Parameters |
Required:
|
Workflow Example |
|
2.34 QA PEP Audits by County
Action | qaPepAuditsByCounty |
Purpose | Retrieves PEP audit records for all sites within a county. |
Parameters |
Required:
|
Workflow Example |
|
2.35 QA PEP Audits by Site
Action | qaPepAuditsBySite |
Purpose | Retrieves PEP audit data for a specific site. |
Parameters |
Required:
|
Workflow Example |
|
2.36 QA PEP Audits by PQAO
Action | qaPepAuditsByPQAO |
Purpose | Retrieves PEP audit records for a given Primary QA Organization. |
Parameters |
Required:
|
Workflow Example |
|
2.37 QA PEP Audits by MA
Action | qaPepAuditsByMA |
Purpose | Retrieves PEP audit records grouped by Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.38 QA Flow Rate Audits by State
Action | qaFlowRateAuditsByState |
Purpose | Retrieves QA flow rate audit data for monitors within a state. |
Parameters |
Required:
|
Workflow Example |
|
2.39 QA Flow Rate Audits by County
Action | qaFlowRateAuditsByCounty |
Purpose | Retrieves QA flow rate audit data for all sites in a county. |
Parameters |
Required:
|
Workflow Example |
|
2.40 QA Flow Rate Audits by Site
Action | qaFlowRateAuditsBySite |
Purpose | Retrieves QA flow rate audit records for a specific site. |
Parameters |
Required:
|
Workflow Example |
|
2.41 QA Flow Rate Audits by PQAO
Action | qaFlowRateAuditsByPQAO |
Purpose | Retrieves QA flow rate audit data grouped by PQAO. |
Parameters |
Required:
|
Workflow Example |
|
2.42 QA Flow Rate Audits by MA
Action | qaFlowRateAuditsByMA |
Purpose | Retrieves QA flow rate audit data for Monitoring Agencies. |
Parameters |
Required:
|
Workflow Example |
|
2.43 QA Flow Rate Verifications by State
Action | qaFlowRateVerificationsByState |
Purpose | Retrieves QA Flow Rate Verification data for monitoring stations across a specific state, used to ensure that flow rate measurement instruments remain within calibration standards. |
Configuration | Ensure environment variables AQS_ENV_BASE_URL and AQS_ENV_PORT are correctly configured. |
Parameters |
Required:
|
Workflow Example |
|
2.44 QA Flow Rate Verifications by County
Action | qaFlowRateVerificationsByCounty |
Purpose | Retrieves QA Flow Rate Verifications for all sites within a county. |
Parameters |
Required:
|
Workflow Example |
|
2.45 QA Flow Rate Verifications by Site
Action | qaFlowRateVerificationsBySite |
Purpose | Retrieves flow rate verification results for a specific site to validate individual monitor consistency. |
Parameters |
Required:
|
Workflow Example |
|
2.46 QA Flow Rate Verifications by PQAO
Action | qaFlowRateVerificationsByPQAO |
Purpose | Retrieves verification results for a Primary Quality Assurance Organization. |
Parameters |
Required:
|
Workflow Example |
|
2.47 QA Flow Rate Verifications by MA
Action | qaFlowRateVerificationsByMA |
Purpose | Retrieves QA Flow Rate Verifications grouped by Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.48 QA Blanks by State
Action | qaBlanksByState |
Purpose | Retrieves QA blank sample records by state, used to measure baseline readings and contamination control. |
Parameters |
Required:
|
Workflow Example |
|
2.49 QA Blanks by County
Action | qaBlanksByCounty |
Purpose | Retrieves blank sample records for all sites in a given county. |
Parameters |
Required:
|
Workflow Example |
|
2.50 QA Blanks by Site
Action | qaBlanksBySite |
Purpose | Retrieves blank QA data for a single monitoring site. |
Parameters |
Required:
|
Workflow Example |
|
2.51 QA Blanks by PQAO
Action | qaBlanksByPQAO |
Purpose | Retrieves blank sample results grouped by PQAO. |
Parameters |
Required:
|
Workflow Example |
|
2.52 QA Blanks by MA
Action | qaBlanksByMA |
Purpose | Retrieves QA blank samples for a Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.53 QA One Point QC Raw Data by State
Action | qaOnePointQcRawDataByState |
Purpose | Retrieves one-point quality control raw data for a given state, used for verifying monitor calibration accuracy. |
Parameters |
Required:
|
Workflow Example |
|
2.54 QA One Point QC Raw Data by County
Action | qaOnePointQcRawDataByCounty |
Purpose | Retrieves QC raw data for all sites in a county. |
Parameters |
Required:
|
Workflow Example |
|
2.55 QA One Point QC Raw Data by Site
Action | qaOnePointQcRawDataBySite |
Purpose | Retrieves single-site one-point QC data. |
Parameters |
Required:
|
Workflow Example |
|
2.56 QA One Point QC Raw Data by PQAO
Action | qaOnePointQcRawDataByPQAO |
Purpose | Retrieves QC raw data for all sites under a PQAO. |
Parameters |
Required:
|
Workflow Example |
|
2.57 QA One Point QC Raw Data by MA
Action | qaOnePointQcRawDataByMA |
Purpose | Retrieves QC raw data grouped by Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.58 Transactions Sample by State
Action | transactionsSampleByState |
Purpose | Retrieves transactional-level sample records for all monitoring sites in a state. |
Parameters |
Required:
|
Workflow Example |
|
2.59 Transactions Sample by County
Action | transactionsSampleByCounty |
Purpose | Retrieves sample-level transactional data for a specific county. |
Parameters |
Required:
|
Workflow Example |
|
2.60 Transactions Sample by Site
Action | transactionsSampleBySite |
Purpose | Retrieves site-level transactional sample records. |
Parameters |
Required:
|
Workflow Example |
|
2.61 Transactions Sample by POC
Action | transactionsSampleByPOC |
Purpose | Retrieves sample transactions by parameter occurrence code (POC). |
Parameters |
Required:
|
Workflow Example |
|
2.62 Transactions Sample by MA
Action | transactionsSampleByMA |
Purpose | Retrieves transactional sample records grouped by Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.63 Transactions QA Annual Performance Evaluations by Site
Action | transactionsQaAnnualPerformanceEvaluationsBySite |
Purpose | Retrieves transactional QA annual performance evaluations for a specific site. |
Parameters |
Required:
|
Workflow Example |
|
2.64 Transactions QA Annual Performance Evaluations by County
Action | transactionsQaAnnualPerformanceEvaluationsByCounty |
Purpose | Retrieves QA annual performance transaction data for a specific county. |
Parameters |
Required:
|
Workflow Example |
|
2.65 Transactions QA Annual Performance Evaluations by State
Action | transactionsQaAnnualPerformanceEvaluationsByState |
Purpose | Retrieves QA annual performance data at the state level. |
Parameters |
Required:
|
Workflow Example |
|
2.66 Transactions QA Annual Performance Evaluations by PQAO
Action | transactionsQaAnnualPerformanceEvaluationsByPQAO |
Purpose | Retrieves QA annual performance evaluation data by PQAO. |
Parameters |
Required:
|
Workflow Example |
|
2.67 Transactions QA Annual Performance Evaluations by MA
Action | transactionsQaAnnualPerformanceEvaluationsByMA |
Purpose | Retrieves QA annual performance evaluations for a Monitoring Agency. |
Parameters |
Required:
|
Workflow Example |
|
2.68 Monitors by State
Action | monitorsByState |
Purpose | Retrieves information about all air-quality monitors within a specific state, including site identifiers, coordinates, parameter codes, and operational details. |
Configuration | Ensure environment variables AQS_ENV_BASE_URL and AQS_ENV_PORT are set. |
Parameters |
Required:
|
Output |
|
Workflow Example |
|
2.69 Monitors by County
Action | monitorsByCounty |
Purpose | Retrieves monitor metadata for a specified county within a state. |
Parameters |
Required:
|
Workflow Example |
|
2.70 Monitors by Site
Action | monitorsBySite |
Purpose | Retrieves metadata for a specific monitoring site including location, site type, and parameters measured. |
Parameters |
Required:
|
Workflow Example |
|
2.71 Monitors by CBSA
Action | monitorsByCBSA |
Purpose | Retrieves a list of all monitors located within a Core Based Statistical Area (CBSA). |
Parameters |
Required:
|
Workflow Example |
|
2.72 Monitors by Box
Action | monitorsByBox |
Purpose | Retrieves monitoring stations located inside a geographic bounding box defined by latitude and longitude coordinates. |
Parameters |
Required:
|
Workflow Example |
|
2.73 Meta Data: Fields by Service
Action | metaDataFieldsByService |
Purpose | Retrieves metadata about available fields for each AQS service endpoint, providing field names, types, and descriptions. |
Parameters |
Required:
|
Workflow Example |
|
2.74 Meta Data: Service Availability
Action | metaDataIsAvailable |
Purpose | Checks if a specific AQS service or dataset is currently available. |
Parameters |
Required:
|
Workflow Example |
|
2.75 Meta Data: Revision History
Action | metaDataRevisionHistory |
Purpose | Retrieves revision history and version notes for AQS datasets and endpoints. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.76 Meta Data: Issues
Action | metaDataIssues |
Purpose | Retrieves reported data or service issues documented by the AQS system. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.77 Signup
Action | signup |
Purpose | Retrieves registration or signup information for the EPA AQS API system, enabling clients to obtain necessary credentials for authenticated access. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
2.78 Service Availability
Action | serviceAvailable |
Purpose | Checks the current availability of the AQS service. Used as a simple heartbeat or health-check endpoint. |
Parameters |
Required: None
Optional:
|
Workflow Example |
|
Workflow Creation with the Connector
Example Workflow: Comprehensive Air Quality Data Pipeline
Retrieve Daily Data |
|
Process this data for reporting or visualization.
Pricing
Support
For Technical support please contact us on
custom-connectors-support@isolutions.sa
iSolution logo - white - transparent 250 px
Register To Wired For Banking
Register To Palo Alto & iSolution Event
[forminator_form id=”14485″]
[forminator_form id=”14419″]
[forminator_form id=”14298″]
[forminator_form id=”13094″]