ExtraComputation

Additional features that can be optionally enabled. Specifying extra computations will result in the relevant elements and fields to be returned in the response.

Enums
EXTRA_COMPUTATION_UNSPECIFIED The default value. The server ignores it if it is passed as a parameter.
LOCAL_AQI

Determines whether to include the local (national) AQI of the requested location (country) in the response.

If specified, the response will contain an 'air_quality_index' data structure with all the relevant data on the location's local AQI.

HEALTH_RECOMMENDATIONS

Determines whether the response will include the health advice and recommended actions for the current AQI conditions.

The recommendations are tailored for the general population and six populations at risk groups with greater sensitivities to pollutants than the general population.

If specified, the healthRecommendations field will be populated in the response when the relevant data is available.

POLLUTANT_ADDITIONAL_INFO

Determines whether to include in the response the additional information of each pollutant.

If specified, each air quality index object contained in the 'indexes' field response will include an additionalInfo field when the data is available.

DOMINANT_POLLUTANT_CONCENTRATION

Determines whether the response would include the concentrations of the dominant pollutants measured according to global and/or local indexes.

If the request specified both the global AQI and the local AQI, there may be up to two pollutant codes returned.

If specified, the dominant pollutant object contained in the 'pollutants' list will include a concentration field when the data is available.

POLLUTANT_CONCENTRATION

Determines whether the response would include the concentrations of all pollutants with available measurements according to global and/or local indexes.

If specified, each pollutant object contained in the 'pollutants' field in the response will include a concentration field when the data is available.