Atmospore Pollen Forecasts · Arazzo Workflow
Plan an allergy week for a location
Version 1.0.0
Resolve the Atmospore species catalogue, rank the worst allergens for the coming week at a coordinate, then pull the day-by-day forecast for the species the user actually reacts to. Every operationId below exists verbatim in the referenced OpenAPI.
View Spec
View on GitHub
weatherpollenallergyenvironmental-datahealthgeospatialforecastingsmart-homemcpopenapinorwayclimateArazzoWorkflows
Provider
Workflows
plan-allergy-week
Rank this week's allergens at a point, then forecast the ones that matter.
Step 1 is unauthenticated and cacheable for 24 hours. Steps 2 and 3 require the x-api-key header. Two API calls per run against the plan quota.
1
list-species
getSpecies
Resolve the 25 species slugs, categories, localised names and risk thresholds. No API key required; cache for 24 hours (Cache-Control max-age=86400).
2
rank-allergens
getPollenTop
Rank every species by severity across the requested window.
3
daily-detail-for-worst
getPollenForecast
Pull the day-by-day point forecast filtered to the worst-ranked species, so the answer can name the specific days to avoid.