2024-06-10
▼ ▲ airquality.forecast.lookup
Description : Returns air quality forecast for a specific location for a given time range.
Path : v1/forecast:lookup
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Flat Path : v1/forecast:lookup
▼ ▲ airquality.currentConditions.lookup
HTTP Method : POST
Description : 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.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/currentConditions:lookup
Path : v1/currentConditions:lookup
▼ ▲ airquality.history.lookup
Flat Path : v1/history:lookup
Description : Returns air quality history for a specific location for a given time range.
HTTP Method : POST
Path : v1/history:lookup
▼ ▲ airquality.mapTypes.heatmapTiles.lookupHeatmapTile
Description : Returns a bytes array containing the data of the tile PNG image.
Path : v1/mapTypes/{mapType}/heatmapTiles/{zoom}/{x}/{y}
Parameter Order :
HTTP Method : GET
Flat Path : v1/mapTypes/{mapType}/heatmapTiles/{zoom}/{x}/{y}
Parameters :
x
Type : integer
Description : Required. Defines the east-west point in the requested tile.
Format : int32
Location : path
Required : Yes
zoom
Description : Required. The map's zoom level. Defines how large or small the contents of a map appear in a map view. Zoom level 0 is the entire world in a single tile. Zoom level 1 is the entire world in 4 tiles. Zoom level 2 is the entire world in 16 tiles. Zoom level 16 is the entire world in 65,536 tiles. Allowed values: 0-16
Required : Yes
Format : int32
Location : path
Type : integer
y
Required : Yes
Description : Required. Defines the north-south point in the requested tile.
Type : integer
Location : path
Format : int32
mapType
Type : string
Enum Descriptions :
Description : Required. The type of the air quality heatmap. Defines the pollutant that the map will graphically represent. Allowed values: - UAQI_RED_GREEN (UAQI, red-green palette) - UAQI_INDIGO_PERSIAN (UAQI, indigo-persian palette) - PM25_INDIGO_PERSIAN - GBR_DEFRA - DEU_UBA - CAN_EC - FRA_ATMO - US_AQI
Enum :
Location : path
Required : Yes