AI-generated Key Takeaways
-
The Pollen API provides daily pollen information with up to 1km resolution in over 65 countries using the
v1.forecast
resource. -
The API offers heatmap tile data through the
v1.mapTypes.heatmapTiles
resource, allowing retrieval of pollen visualization images. -
The service endpoint for the Pollen API is
https://pollen.googleapis.com
, and it is recommended to use Google-provided client libraries for interaction.
The Pollen API.
Service: pollen.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://pollen.googleapis.com
REST Resource: v1.forecast
Methods | |
---|---|
lookup |
GET /v1/forecast:lookup Returns up to 5 days of daily pollen information in more than 65 countries, up to 1km resolution. |
REST Resource: v1.mapTypes.heatmapTiles
Methods | |
---|---|
lookupHeatmapTile |
GET /v1/mapTypes/{mapType}/heatmapTiles/{zoom}/{x}/{y} Returns a byte array containing the data of the tile PNG image. |