Skip to main content

current_conditions

Creates, updates, deletes, gets or lists a current_conditions resource.

Overview

Namecurrent_conditions
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
lookupexecThe 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.

NameDatatypeDescription

Lifecycle Methods

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 }}"
}';