Pollen API
Die Pollen API.
Dienst: Pollen.googleapis.com
Zum Aufrufen dieses Dienstes empfehlen wir die Verwendung der von Google bereitgestellten Clientbibliotheken. Wenn Ihre Anwendung Ihre eigenen Bibliotheken zum Aufrufen dieses Dienstes verwenden muss, verwenden Sie bei den API-Anfragen die folgenden Informationen.
Dienstendpunkt
Ein Dienstendpunkt ist eine Basis-URL, die die Netzwerkadresse eines API-Dienstes angibt. Ein Dienst kann mehrere Dienstendpunkte haben. Dieser Dienst hat den folgenden Dienstendpunkt und alle nachstehenden URIs beziehen sich auf ihn:
https://pollen.googleapis.com
Methoden |
lookup |
GET /v1/forecast:lookup
Gibt tägliche Polleninformationen für bis zu 5 Tage in mehr als 65 Ländern zurück, mit einer Auflösung von bis zu 1 km. |
Methoden |
lookupHeatmapTile |
GET /v1/mapTypes/{mapType}/heatmapTiles/{zoom}/{x}/{y}
Gibt ein Byte-Array zurück, das die Daten des PNG-Bild mit Kachel enthält. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-05 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-05 (UTC)."],[[["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, accessible via `pollen.googleapis.com`, offers two main resources: `v1.forecast` and `v1.mapTypes.heatmapTiles`. The `v1.forecast` resource, using the `lookup` method, retrieves up to five days of daily pollen data across 65+ countries, at a resolution of up to 1km. The `v1.mapTypes.heatmapTiles` resource, via the `lookupHeatmapTile` method, returns a PNG image byte array for pollen heatmap tiles, specified by map type, zoom, and x/y coordinates. These calls are made via GET methods.\n"]]