OPENWEATHER.AIRPOLLUTION.HISTORICAL
This is a premium feature.
Request historical air pollution data for specified location. Please refer to https://openweathermap.org/api/air-pollution for more information about available options (as of 2021-05-17).
Syntax
=OPENWEATHER.AIRPOLLUTION.HISTORICAL(APIKey, JSON, [ResponseTarget])
Arguments
Name | Description |
---|---|
APIKey | A unique API key to authorize against openweather service |
JSON | JSON containing geographical coordinates and start- and end-timestamps (Unix time, UTC timezone) |
ResponseTarget (optional) | Specify inbox, outbox, cell or cell-range to write any response to |
Return
A unique random request ID which can be used with REQUESTINFO to check the state of the request. In case of an error the corresponding error-code is returned.
Examples
A | B | |
---|---|---|
1 | lat | 50.38 |
2 | lon | 6.57 |
3 | start | 1615994572 |
4 | end | 1616080972 |
Formula | Result | Comment |
---|---|---|
| Request historical air pollution data for specified geographical coordinates and time-range |