current_conditions
Creates, updates, deletes, gets or lists a current_conditions resource.
Overview
| Name | current_conditions |
| Type | Resource |
| Id | google.airquality.current_conditions |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
lookup | exec | The Current Conditions endpoint provides hourly air quality information in more than 100 countries, up to a 500 x 500 meters resolution. Includes over 70 local indexes and global air quality index and categories. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
Lifecycle Methods
- lookup
The Current Conditions endpoint provides hourly air quality information in more than 100 countries, up to a 500 x 500 meters resolution. Includes over 70 local indexes and global air quality index and categories.
EXEC google.airquality.current_conditions.lookup
@@json=
'{
"location": "{{ location }}",
"universalAqi": {{ universalAqi }},
"extraComputations": "{{ extraComputations }}",
"languageCode": "{{ languageCode }}",
"uaqiColorPalette": "{{ uaqiColorPalette }}",
"customLocalAqis": "{{ customLocalAqis }}"
}'
;