← Geo & Weather

Station Pollen Reading

GET /pollen/station/:code

Get the latest pollen reading for a specific MeteoSwiss monitoring station. Returns concentrations in particles/m³ for all 7 pollen types (alder, birch, hazel, beech, ash, oak, grasses) along with station metadata. Use /pollen/stations to find valid station codes.

See it visualized

Parameters

code required

Station code (e.g. PZH, PBE, PGE)

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/pollen/station/PZH
Pollen in Zürich
curl https://nordapi.ee/api/v1/pollen/station/PZH
Pollen in Geneva
curl https://nordapi.ee/api/v1/pollen/station/PGE
Pollen in Basel
curl https://nordapi.ee/api/v1/pollen/station/PBS

Live Response

HTTP 404: {
  "error": "No data for station PZH",
  "success": false
}