IQAir (Independent Publisher) (Preview)
IQAir provides the world's largest free real-time air quality and pollution information platform from over 100.000 locations and cities. Query historical, current or even forecast data based on your subscription.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Fordos Andras |
fordosa90@gmail.com |
Connector Metadata | |
---|---|
Publisher | Fordos Andras |
Website | https://www.iqair.com/ |
Privacy policy | https://www.iqair.com/us/legal/privacy-policy |
Categories | Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key of your subscription | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get data by city |
Get data by identifying the city name |
Get data by coordinates |
Get data from nearest city by coordinates |
List cities |
List supported cities within a state and country |
List countries |
List supported countries |
List states |
List supported states within a country |
Get data by city
Get data by identifying the city name
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
City
|
city | string |
Name of the target city, eg Lorient. |
|
State
|
state | string |
Name of the target state, eg Brittany. |
|
Country
|
country | string |
Name of the target country, eg France. |
Returns
- Body
- CityResponse
Get data by coordinates
Get data from nearest city by coordinates
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Latitude
|
lat | string |
Latitudinal coordinate, e.g.: 47.4979 for Budapest, Hungary. |
|
Longitude
|
lon | string |
Longitudinal coordinate, e.g.: 19.0402 for Budapest, Hungary. |
Returns
- Body
- CityResponse
List cities
List supported cities within a state and country
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
State
|
state | string |
Name of a supported state, e.g.: Brittany. |
|
Country
|
country | string |
Name of a supported country, e.g.: France. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
Status of the response. |
Data
|
data | array of object |
Data response: array of cities in state. |
City
|
data.city | string |
Name of the city. |
List countries
List supported countries
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
Status of the response. |
Data
|
data | array of object |
Data response: array of countries. |
Country
|
data.country | string |
Name of the country. |
List states
List supported states within a country
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Country
|
country | string |
Name of a supported country, e.g.: France. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
Status of the response. |
Data
|
data | array of object |
Data response: array of states in country. |
State
|
data.state | string |
Name of the state. |
Definitions
CityResponse
Name | Path | Type | Description |
---|---|---|---|
Status
|
status | string |
Status of the response. |
City
|
data.city | string |
Name of the city. |
State
|
data.state | string |
Name of the state including the city. |
Country
|
data.country | string |
Name of the country including the city. |
Type
|
data.location.type | string |
Type of coordinates, e.g.: point. |
Coordinates
|
data.location.coordinates | array of float |
Array of coordinates: longitude and latitude. |
Timestamp
|
data.current.pollution.ts | string |
Timestamp of results. |
AQI-US
|
data.current.pollution.aqius | integer |
Air Quality Index (US) |
Main Pollutant - US
|
data.current.pollution.mainus | string |
Main pollutant (US), for example PM2.5 |
AQI-CN
|
data.current.pollution.aqicn | integer |
Air Quality Index (CN) |
Main Pollutant - CN
|
data.current.pollution.maincn | string |
Main pollutant (CN), for example PM10 |
Timestamp
|
data.current.weather.ts | string |
Timestamp of the results. |
Temperature
|
data.current.weather.tp | integer |
Temperature, expressed in Celsius. |
Air Pressure
|
data.current.weather.pr | integer |
Air pressure, expressed in hPa or mbar. |
Humidity
|
data.current.weather.hu | integer |
Humidity, percentage (%). |
Wind speed
|
data.current.weather.ws | float |
Wind speed. |
Wind direction
|
data.current.weather.wd | integer |
Wind direction, in degrees. |
Icon
|
data.current.weather.ic | string |
Weather icon identifier. |