IQAir AirVisual

IQAir AirVisual provides worldwide air quality, air pollution, and weather data. Real-time data, forecast data, and historical data

Go to site
Explore
/
Apps
/
IQAir AirVisual

IQAir AirVisual API Integrations

Build and run workflows using the IQAir AirVisual API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the IQAir AirVisual API, you can build applications that track and display air quality data. Here are some examples of what you can build:

  • A real-time air quality map that shows air quality data for a specific location
  • A historical air quality data viewer that shows trends over time
  • An air quality forecast tool that predicts air quality for a specific location
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    iqair_airvisual: {
      type: "app",
      app: "iqair_airvisual",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `http://api.airvisual.com/v2/countries`,
      params: {
        key: `${this.iqair_airvisual.$auth.api_key}`,
      },
    })
  },
})

Authentication

IQAir AirVisual uses API keys for authentication. When you connect your IQAir AirVisual account, Pipedream securely stores the keys so you can easily authenticate to IQAir AirVisual APIs in both code and no-code steps.

Generate and copy your API Key from your dashboard