← Geo & Weather

Current Pollen Levels

GET /pollen/current

Latest hourly pollen readings from all 16 MeteoSwiss stations. Reports concentrations in particles/m³ for 7 pollen types: alder, birch, hazel, beech, ash, oak, and grasses. Real sensor measurements updated daily — not modeled estimates like Google or Ambee. Essential for allergy apps, outdoor activity planners, and health monitoring systems.

See it visualized

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/pollen/current

Live Response

{
  "count": 0,
  "data": [],
  "source": "MeteoSwiss",
  "success": true
}