← Geo & Weather

Pollen History

GET /pollen/station/:code/history

Historical pollen data for a station with date range. Up to 5 years of hourly sensor data. Supports daily aggregation for longer ranges. Useful for seasonal pattern analysis, year-over-year allergy trend comparisons, and research into pollen season timing shifts.

Parameters

code required

Station code (e.g. PZH, PBE)

start_date optional

Start date YYYY-MM-DD (default: 7 days ago)

end_date optional

End date YYYY-MM-DD (default: today)

resolution optional

hourly or daily (default: hourly)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/pollen/station/PZH/history?start_date=2026-04-01&end_date=2026-04-10"
Last week in Zürich (hourly)
curl "https://nordapi.ee/api/v1/pollen/station/PZH/history?start_date=2026-04-03&end_date=2026-04-10"
April daily averages in Bern
curl "https://nordapi.ee/api/v1/pollen/station/PBE/history?start_date=2026-04-01&end_date=2026-04-30&resolution=daily"
Birch season comparison (spring 2025 vs 2026)
curl "https://nordapi.ee/api/v1/pollen/station/PZH/history?start_date=2025-03-01&end_date=2025-05-31&resolution=daily"

Live Response

{
  "count": 187,
  "data": [
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 0,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 0,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 0,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 1,
        "beech": 0,
        "birch": 3,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 0,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 3,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 0,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 0,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 3,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 5,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 0,
        "beech": 0,
        "birch": 3,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 3,
        "beech": 7,
        "birch": 5,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 7,
        "beech": 11,
        "birch": 50,
        "grasses": 0,
        "hazel": 0,
        "oak": 7
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 18,
        "beech": 8,
        "birch": 51,
        "grasses": 0,
        "hazel": 0,
        "oak": 15
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 4,
        "birch": 58,
        "grasses": 0,
        "hazel": 0,
        "oak": 3
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 50,
        "beech": 9,
        "birch": 86,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 24,
        "beech": 4,
        "birch": 53,
        "grasses": 0,
        "hazel": 0,
        "oak": 13
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 46,
        "beech": 7,
        "birch": 103,
        "grasses": 0,
        "hazel": 0,
        "oak": 26
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 39,
        "beech": 11,
        "birch": 85,
        "grasses": 0,
        "hazel": 0,
        "oak": 16
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 16,
        "beech": 4,
        "birch": 40,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 0,
        "birch": 21,
        "grasses": 0,
        "hazel": 0,
        "oak": 6
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 12,
        "beech": 0,
        "birch": 19,
        "grasses": 0,
        "hazel": 0,
        "oak": 16
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 14,
        "beech": 0,
        "birch": 40,
        "grasses": 0,
        "hazel": 0,
        "oak": 7
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-01",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 4,
        "birch": 19,
        "grasses": 0,
        "hazel": 0,
        "oak": 3
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-01T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 12,
        "beech": 0,
        "birch": 19,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 3,
        "beech": 0,
        "birch": 8,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 5,
        "beech": 0,
        "birch": 5,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 3,
        "beech": 0,
        "birch": 16,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 3,
        "beech": 0,
        "birch": 13,
        "grasses": 0,
        "hazel": 0,
        "oak": 4
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 1,
        "beech": 0,
        "birch": 13,
        "grasses": 0,
        "hazel": 0,
        "oak": 0
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 2,
        "beech": 4,
        "birch": 16,
        "grasses": 0,
        "hazel": 0,
        "oak": 4
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 8,
        "beech": 4,
        "birch": 53,
        "grasses": 0,
        "hazel": 0,
        "oak": 16
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 7,
        "beech": 4,
        "birch": 32,
        "grasses": 0,
        "hazel": 0,
        "oak": 10
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 7,
        "beech": 0,
        "birch": 48,
        "grasses": 0,
        "hazel": 0,
        "oak": 6
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 9,
        "beech": 4,
        "birch": 84,
        "grasses": 0,
        "hazel": 0,
        "oak": 20
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 8,
        "birch": 54,
        "grasses": 0,
        "hazel": 0,
        "oak": 15
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 7,
        "birch": 84,
        "grasses": 0,
        "hazel": 0,
        "oak": 16
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 20,
        "beech": 0,
        "birch": 56,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 28,
        "beech": 43,
        "birch": 100,
        "grasses": 0,
        "hazel": 0,
        "oak": 39
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 136,
        "birch": 137,
        "grasses": 0,
        "hazel": 0,
        "oak": 94
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 16,
        "beech": 86,
        "birch": 135,
        "grasses": 0,
        "hazel": 0,
        "oak": 71
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 18,
        "beech": 86,
        "birch": 143,
        "grasses": 0,
        "hazel": 0,
        "oak": 91
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 28,
        "beech": 36,
        "birch": 109,
        "grasses": 0,
        "hazel": 0,
        "oak": 71
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 28,
        "beech": 4,
        "birch": 54,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 23,
        "beech": 7,
        "birch": 21,
        "grasses": 0,
        "hazel": 0,
        "oak": 13
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 4,
        "beech": 13,
        "birch": 25,
        "grasses": 0,
        "hazel": 0,
        "oak": 8
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 11,
        "beech": 11,
        "birch": 19,
        "grasses": 0,
        "hazel": 0,
        "oak": 3
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-02",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 8,
        "beech": 7,
        "birch": 21,
        "grasses": 0,
        "hazel": 0,
        "oak": 10
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-02T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 16,
        "beech": 18,
        "birch": 37,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 7,
        "beech": 7,
        "birch": 11,
        "grasses": 0,
        "hazel": 0,
        "oak": 16
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 9,
        "beech": 0,
        "birch": 19,
        "grasses": 0,
        "hazel": 0,
        "oak": 54
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 4,
        "birch": 16,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 12,
        "beech": 4,
        "birch": 29,
        "grasses": 0,
        "hazel": 0,
        "oak": 10
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 11,
        "beech": 0,
        "birch": 29,
        "grasses": 0,
        "hazel": 0,
        "oak": 10
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 19,
        "beech": 0,
        "birch": 11,
        "grasses": 0,
        "hazel": 0,
        "oak": 13
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 14,
        "beech": 0,
        "birch": 53,
        "grasses": 0,
        "hazel": 0,
        "oak": 19
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 21,
        "beech": 14,
        "birch": 98,
        "grasses": 0,
        "hazel": 0,
        "oak": 75
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 24,
        "beech": 7,
        "birch": 394,
        "grasses": 0,
        "hazel": 0,
        "oak": 39
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 31,
        "beech": 18,
        "birch": 454,
        "grasses": 0,
        "hazel": 0,
        "oak": 126
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 35,
        "beech": 25,
        "birch": 441,
        "grasses": 0,
        "hazel": 0,
        "oak": 124
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 23,
        "beech": 46,
        "birch": 357,
        "grasses": 0,
        "hazel": 0,
        "oak": 259
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 53,
        "beech": 86,
        "birch": 507,
        "grasses": 0,
        "hazel": 0,
        "oak": 190
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 37,
        "beech": 168,
        "birch": 684,
        "grasses": 0,
        "hazel": 0,
        "oak": 305
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 29,
        "beech": 129,
        "birch": 482,
        "grasses": 0,
        "hazel": 0,
        "oak": 411
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 44,
        "beech": 61,
        "birch": 507,
        "grasses": 0,
        "hazel": 0,
        "oak": 395
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 45,
        "beech": 25,
        "birch": 565,
        "grasses": 0,
        "hazel": 0,
        "oak": 288
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 46,
        "beech": 38,
        "birch": 548,
        "grasses": 0,
        "hazel": 0,
        "oak": 264
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 39,
        "beech": 21,
        "birch": 1131,
        "grasses": 0,
        "hazel": 0,
        "oak": 376
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 52,
        "beech": 30,
        "birch": 834,
        "grasses": 0,
        "hazel": 0,
        "oak": 279
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 47,
        "beech": 28,
        "birch": 563,
        "grasses": 0,
        "hazel": 0,
        "oak": 223
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 46,
        "beech": 4,
        "birch": 380,
        "grasses": 0,
        "hazel": 0,
        "oak": 155
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-03",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 77,
        "beech": 14,
        "birch": 462,
        "grasses": 0,
        "hazel": 0,
        "oak": 165
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-03T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 54,
        "beech": 14,
        "birch": 494,
        "grasses": 0,
        "hazel": 0,
        "oak": 165
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 64,
        "beech": 7,
        "birch": 618,
        "grasses": 0,
        "hazel": 0,
        "oak": 223
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 51,
        "beech": 4,
        "birch": 602,
        "grasses": 0,
        "hazel": 0,
        "oak": 246
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 44,
        "beech": 4,
        "birch": 1033,
        "grasses": 0,
        "hazel": 0,
        "oak": 460
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 55,
        "beech": 0,
        "birch": 517,
        "grasses": 0,
        "hazel": 0,
        "oak": 214
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 42,
        "beech": 14,
        "birch": 845,
        "grasses": 0,
        "hazel": 0,
        "oak": 356
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 50,
        "beech": 11,
        "birch": 285,
        "grasses": 0,
        "hazel": 0,
        "oak": 94
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 59,
        "beech": 17,
        "birch": 260,
        "grasses": 0,
        "hazel": 0,
        "oak": 89
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 16,
        "beech": 4,
        "birch": 140,
        "grasses": 0,
        "hazel": 0,
        "oak": 26
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 4,
        "birch": 135,
        "grasses": 0,
        "hazel": 0,
        "oak": 16
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 37,
        "beech": 11,
        "birch": 296,
        "grasses": 0,
        "hazel": 0,
        "oak": 36
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 47,
        "beech": 129,
        "birch": 447,
        "grasses": 0,
        "hazel": 0,
        "oak": 91
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 53,
        "beech": 249,
        "birch": 282,
        "grasses": 0,
        "hazel": 0,
        "oak": 113
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 72,
        "beech": 171,
        "birch": 468,
        "grasses": 0,
        "hazel": 0,
        "oak": 122
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 69,
        "beech": 118,
        "birch": 531,
        "grasses": 0,
        "hazel": 0,
        "oak": 253
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 55,
        "beech": 68,
        "birch": 1379,
        "grasses": 0,
        "hazel": 0,
        "oak": 487
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 47,
        "beech": 43,
        "birch": 470,
        "grasses": 0,
        "hazel": 0,
        "oak": 366
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 42,
        "beech": 29,
        "birch": 378,
        "grasses": 0,
        "hazel": 0,
        "oak": 324
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 37,
        "beech": 18,
        "birch": 320,
        "grasses": 0,
        "hazel": 0,
        "oak": 230
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 36,
        "beech": 11,
        "birch": 285,
        "grasses": 0,
        "hazel": 0,
        "oak": 188
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 40,
        "beech": 11,
        "birch": 248,
        "grasses": 0,
        "hazel": 0,
        "oak": 107
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 33,
        "beech": 7,
        "birch": 254,
        "grasses": 0,
        "hazel": 0,
        "oak": 104
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 26,
        "beech": 4,
        "birch": 153,
        "grasses": 0,
        "hazel": 0,
        "oak": 52
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-04",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 37,
        "beech": 4,
        "birch": 159,
        "grasses": 0,
        "hazel": 0,
        "oak": 55
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-04T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 47,
        "beech": 4,
        "birch": 475,
        "grasses": 0,
        "hazel": 0,
        "oak": 126
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 20,
        "beech": 4,
        "birch": 222,
        "grasses": 0,
        "hazel": 0,
        "oak": 52
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 17,
        "beech": 0,
        "birch": 177,
        "grasses": 0,
        "hazel": 0,
        "oak": 45
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 47,
        "beech": 0,
        "birch": 95,
        "grasses": 0,
        "hazel": 0,
        "oak": 52
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 40,
        "beech": 0,
        "birch": 130,
        "grasses": 0,
        "hazel": 0,
        "oak": 23
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 30,
        "beech": 0,
        "birch": 135,
        "grasses": 0,
        "hazel": 0,
        "oak": 36
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 61,
        "beech": 0,
        "birch": 225,
        "grasses": 0,
        "hazel": 0,
        "oak": 74
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 78,
        "beech": 7,
        "birch": 312,
        "grasses": 0,
        "hazel": 0,
        "oak": 94
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 165,
        "beech": 94,
        "birch": 1938,
        "grasses": 0,
        "hazel": 0,
        "oak": 882
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 135,
        "beech": 136,
        "birch": 1458,
        "grasses": 0,
        "hazel": 0,
        "oak": 505
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 101,
        "beech": 111,
        "birch": 1295,
        "grasses": 0,
        "hazel": 0,
        "oak": 618
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 125,
        "beech": 179,
        "birch": 2518,
        "grasses": 0,
        "hazel": 0,
        "oak": 1846
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 144,
        "beech": 200,
        "birch": 4787,
        "grasses": 0,
        "hazel": 0,
        "oak": 6920
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 64,
        "beech": 53,
        "birch": 1514,
        "grasses": 0,
        "hazel": 0,
        "oak": 1984
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 48,
        "beech": 68,
        "birch": 1012,
        "grasses": 0,
        "hazel": 0,
        "oak": 1194
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 54,
        "beech": 36,
        "birch": 1588,
        "grasses": 0,
        "hazel": 0,
        "oak": 2016
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 49,
        "beech": 18,
        "birch": 1482,
        "grasses": 0,
        "hazel": 0,
        "oak": 1599
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 46,
        "beech": 54,
        "birch": 3255,
        "grasses": 0,
        "hazel": 0,
        "oak": 3561
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 58,
        "beech": 25,
        "birch": 3944,
        "grasses": 0,
        "hazel": 0,
        "oak": 4734
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 48,
        "beech": 21,
        "birch": 1464,
        "grasses": 0,
        "hazel": 0,
        "oak": 945
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 50,
        "beech": 36,
        "birch": 2312,
        "grasses": 0,
        "hazel": 0,
        "oak": 1259
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 69,
        "beech": 28,
        "birch": 2694,
        "grasses": 0,
        "hazel": 0,
        "oak": 1551
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 73,
        "beech": 36,
        "birch": 8693,
        "grasses": 0,
        "hazel": 0,
        "oak": 6018
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-05",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 35,
        "beech": 14,
        "birch": 1165,
        "grasses": 0,
        "hazel": 0,
        "oak": 728
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-05T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 16,
        "beech": 4,
        "birch": 380,
        "grasses": 0,
        "hazel": 0,
        "oak": 156
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 3,
        "beech": 0,
        "birch": 122,
        "grasses": 0,
        "hazel": 0,
        "oak": 29
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 9,
        "beech": 4,
        "birch": 214,
        "grasses": 0,
        "hazel": 0,
        "oak": 110
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 10,
        "beech": 21,
        "birch": 354,
        "grasses": 0,
        "hazel": 0,
        "oak": 117
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 13,
        "beech": 0,
        "birch": 595,
        "grasses": 0,
        "hazel": 0,
        "oak": 133
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 10,
        "beech": 4,
        "birch": 438,
        "grasses": 0,
        "hazel": 0,
        "oak": 55
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 0,
        "birch": 666,
        "grasses": 0,
        "hazel": 0,
        "oak": 194
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 21,
        "beech": 0,
        "birch": 387,
        "grasses": 0,
        "hazel": 0,
        "oak": 66
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 4,
        "birch": 277,
        "grasses": 0,
        "hazel": 0,
        "oak": 75
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 8,
        "birch": 447,
        "grasses": 0,
        "hazel": 0,
        "oak": 182
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 35,
        "beech": 104,
        "birch": 1171,
        "grasses": 0,
        "hazel": 0,
        "oak": 818
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 42,
        "beech": 132,
        "birch": 1443,
        "grasses": 0,
        "hazel": 0,
        "oak": 1126
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 46,
        "beech": 164,
        "birch": 1992,
        "grasses": 0,
        "hazel": 0,
        "oak": 1230
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 39,
        "beech": 26,
        "birch": 1706,
        "grasses": 0,
        "hazel": 0,
        "oak": 1391
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 28,
        "beech": 56,
        "birch": 1499,
        "grasses": 0,
        "hazel": 0,
        "oak": 1189
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 31,
        "beech": 36,
        "birch": 1458,
        "grasses": 0,
        "hazel": 0,
        "oak": 946
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 26,
        "beech": 14,
        "birch": 1405,
        "grasses": 0,
        "hazel": 0,
        "oak": 1152
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 34,
        "beech": 21,
        "birch": 1500,
        "grasses": 0,
        "hazel": 0,
        "oak": 1256
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 30,
        "beech": 39,
        "birch": 1881,
        "grasses": 0,
        "hazel": 0,
        "oak": 1327
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 39,
        "beech": 21,
        "birch": 1411,
        "grasses": 0,
        "hazel": 0,
        "oak": 683
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 26,
        "beech": 4,
        "birch": 1023,
        "grasses": 0,
        "hazel": 0,
        "oak": 428
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 27,
        "beech": 14,
        "birch": 2914,
        "grasses": 0,
        "hazel": 0,
        "oak": 2262
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 34,
        "beech": 14,
        "birch": 1149,
        "grasses": 0,
        "hazel": 0,
        "oak": 456
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-06",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 60,
        "beech": 11,
        "birch": 1949,
        "grasses": 0,
        "hazel": 0,
        "oak": 660
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-06T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 33,
        "beech": 7,
        "birch": 901,
        "grasses": 0,
        "hazel": 0,
        "oak": 369
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 27,
        "beech": 4,
        "birch": 1115,
        "grasses": 0,
        "hazel": 0,
        "oak": 347
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 30,
        "beech": 0,
        "birch": 896,
        "grasses": 0,
        "hazel": 0,
        "oak": 223
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 18,
        "beech": 4,
        "birch": 719,
        "grasses": 0,
        "hazel": 0,
        "oak": 253
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 0,
        "birch": 1984,
        "grasses": 0,
        "hazel": 0,
        "oak": 684
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 26,
        "beech": 4,
        "birch": 1884,
        "grasses": 0,
        "hazel": 0,
        "oak": 544
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 27,
        "beech": 0,
        "birch": 623,
        "grasses": 0,
        "hazel": 0,
        "oak": 120
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 23,
        "beech": 0,
        "birch": 1002,
        "grasses": 0,
        "hazel": 0,
        "oak": 311
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 45,
        "beech": 8,
        "birch": 1132,
        "grasses": 0,
        "hazel": 0,
        "oak": 245
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-07",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 31,
        "beech": 7,
        "birch": 1102,
        "grasses": 0,
        "hazel": 0,
        "oak": 278
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-07T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 133,
        "birch": 1189,
        "grasses": 0,
        "hazel": 0,
        "oak": 1064
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 207,
        "birch": 1157,
        "grasses": 0,
        "hazel": 0,
        "oak": 1175
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 229,
        "birch": 1863,
        "grasses": 0,
        "hazel": 0,
        "oak": 2311
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 26,
        "beech": 136,
        "birch": 2264,
        "grasses": 0,
        "hazel": 0,
        "oak": 1722
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 36,
        "beech": 139,
        "birch": 3965,
        "grasses": 0,
        "hazel": 0,
        "oak": 1521
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 49,
        "beech": 136,
        "birch": 5017,
        "grasses": 0,
        "hazel": 0,
        "oak": 1431
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 20,
        "beech": 47,
        "birch": 1973,
        "grasses": 0,
        "hazel": 0,
        "oak": 453
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 15,
        "beech": 25,
        "birch": 1730,
        "grasses": 0,
        "hazel": 0,
        "oak": 295
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-09",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 2,
        "beech": 18,
        "birch": 1337,
        "grasses": 0,
        "hazel": 0,
        "oak": 201
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-09T23:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 89,
        "birch": 2573,
        "grasses": 0,
        "hazel": 0,
        "oak": 249
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T00:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 35,
        "beech": 243,
        "birch": 3876,
        "grasses": 0,
        "hazel": 0,
        "oak": 508
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T01:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 40,
        "beech": 89,
        "birch": 3326,
        "grasses": 0,
        "hazel": 0,
        "oak": 644
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T02:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 49,
        "beech": 179,
        "birch": 2903,
        "grasses": 0,
        "hazel": 0,
        "oak": 893
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T03:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 51,
        "beech": 89,
        "birch": 2481,
        "grasses": 0,
        "hazel": 0,
        "oak": 923
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T04:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 36,
        "beech": 179,
        "birch": 2399,
        "grasses": 0,
        "hazel": 0,
        "oak": 838
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T05:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 45,
        "beech": 196,
        "birch": 3970,
        "grasses": 0,
        "hazel": 0,
        "oak": 967
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T06:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 43,
        "beech": 75,
        "birch": 2000,
        "grasses": 0,
        "hazel": 0,
        "oak": 469
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T07:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 30,
        "beech": 39,
        "birch": 988,
        "grasses": 0,
        "hazel": 0,
        "oak": 136
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T08:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 24,
        "beech": 68,
        "birch": 1007,
        "grasses": 0,
        "hazel": 0,
        "oak": 220
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T09:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 35,
        "beech": 86,
        "birch": 1886,
        "grasses": 0,
        "hazel": 0,
        "oak": 864
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T10:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 25,
        "beech": 172,
        "birch": 1395,
        "grasses": 0,
        "hazel": 0,
        "oak": 638
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T11:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 49,
        "beech": 207,
        "birch": 1987,
        "grasses": 0,
        "hazel": 0,
        "oak": 738
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T12:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 53,
        "beech": 354,
        "birch": 3049,
        "grasses": 0,
        "hazel": 0,
        "oak": 1078
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T13:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 59,
        "beech": 372,
        "birch": 1915,
        "grasses": 0,
        "hazel": 0,
        "oak": 592
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T14:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 44,
        "beech": 268,
        "birch": 1583,
        "grasses": 0,
        "hazel": 0,
        "oak": 482
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T15:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 22,
        "beech": 125,
        "birch": 777,
        "grasses": 0,
        "hazel": 0,
        "oak": 252
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T16:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 18,
        "beech": 147,
        "birch": 454,
        "grasses": 0,
        "hazel": 0,
        "oak": 191
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T17:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 9,
        "beech": 182,
        "birch": 267,
        "grasses": 0,
        "hazel": 0,
        "oak": 162
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T18:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 23,
        "beech": 111,
        "birch": 1287,
        "grasses": 0,
        "hazel": 0,
        "oak": 337
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T19:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 16,
        "beech": 64,
        "birch": 787,
        "grasses": 0,
        "hazel": 0,
        "oak": 194
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T20:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 8,
        "beech": 28,
        "birch": 523,
        "grasses": 0,
        "hazel": 0,
        "oak": 133
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T21:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 10,
        "beech": 0,
        "birch": 349,
        "grasses": 0,
        "hazel": 0,
        "oak": 78
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T22:00:00Z"
    },
    {
      "altitude_m": 559,
      "canton": "ZH",
      "date": "2026-04-10",
      "latitude": 47.38,
      "longitude": 8.57,
      "pollen": {
        "alder": 0,
        "ash": 7,
        "beech": 11,
        "birch": 227,
        "grasses": 0,
        "hazel": 0,
        "oak": 61
      },
      "station": "PZH",
      "station_name": "Zürich",
      "timestamp": "2026-04-10T23:00:00Z"
    }
  ],
  "end_date": "2026-04-10",
  "resolution": "hourly",
  "source": "MeteoSwiss",
  "start_date": "2026-04-01",
  "station": "PZH",
  "success": true
}