AirHealth API is nowavailable
Pollen Forecast
6 day forecast for
grass, birch, cyprus, plane, mould...
Air Quality Forecast
5 day forecast for
pm2.5, ozone
Woodsmoke Forecast
6 day forecast for
woodsmoke
Thunderstorm Asthma
2 day forecast for
Vic and Riverina
Why use AirHealth API?
Australia's leading pollen data
Built on 20 years of historical counts and Australia’s first automated pollen monitors from Switzerland.
One call, many measures
Flexible lookup
Available plans
Plan example | Included blocks | Pricing (AUD) |
---|---|---|
Grass-only | Grass pollen index | Contact AirHealth using the form below |
All Pollen | Grass + tree species + weed + mould | Contact AirHealth using the form below |
Air-Quality | PM₂.₅ & O₃ forecasts | Contact AirHealth using the form below |
Thunderstorm-Asthma | TA risk for VIC & Riverina (Nov–Dec) | Contact AirHealth using the form below |
Forecast granularity
Data block | Horizon | Scale & categories |
---|---|---|
Pollen & Mould Grass, Birch, Cypress, Eucalypts, Olive, Plane, Plantain, Alternaria |
6 days | 0 Low → 3 Extreme |
Wood-smoke index | 6 days | 0 Low → 2 High |
Air-Quality PM₂.₅, O₃ |
5 days | 0 Very Good → 5 Extremely Poor |
Thunderstorm-Asthma risk Victoria & Riverina only |
2 days h |
0 Low → 2 High |
Contact us for pricing and further information
For detailed pricing, usage tiers and SLAs, email us at theteam@airhealthlab.com and we will respond promptly.
Sample HTTP response
GET
https://api.airhealth.com/v1/forecast:lookup
?lat=-37.8136& lon=144.9631
&days=6
&hazards= pollen,airquality,woodsmoke,thunderstormasthma
&key=YOUR_API_KEY
?lat=-37.8136& lon=144.9631
&days=6
&hazards= pollen,airquality,woodsmoke,thunderstormasthma
&key=YOUR_API_KEY
{
"regionCode": "AU",
"location": { "lat": -37.81, "lon": 144.96, "sa3": "20604" },
"generatedAt": "2025-07-03T03:02:11Z",
"pollen": [
{
"date": "2025-07-03",
"types": [
{ "code": "GRASS", "inSeason": true, "index": 2, "category": "High" },
{ "code": "TREE_BIRCH", "inSeason": false, "index": 0, "category": "Low" },
{ "code": "TREE_CYPRESS", "inSeason": true, "index": 1, "category": "Moderate" },
{ "code": "WEED_PLANTAIN", "inSeason": false, "index": 0, "category": "Low" },
{ "code": "MOULD_ALTERNARIA", "inSeason": true, "index": 2, "category": "High" }
]
}
/* five more daily pollen objects */
],
"woodsmoke": [
{ "date": "2025-07-03", "index": 1, "category": "Moderate" }
/* +5 days */
],
"airQuality": [
{
"date": "2025-07-03",
"pm25": { "index": 2, "category": "Fair", "concentration": 12.4, "unit": "µg/m³" },
"o3": { "index": 1, "category": "Good", "concentration": 35, "unit": "ppb" }
}
/* +4 days */
],
"thunderstormAsthma": [
{ "date": "2025-07-03", "index": 0, "category": "Low" }
/* +5 days */
]
}
"regionCode": "AU",
"location": { "lat": -37.81, "lon": 144.96, "sa3": "20604" },
"generatedAt": "2025-07-03T03:02:11Z",
"pollen": [
{
"date": "2025-07-03",
"types": [
{ "code": "GRASS", "inSeason": true, "index": 2, "category": "High" },
{ "code": "TREE_BIRCH", "inSeason": false, "index": 0, "category": "Low" },
{ "code": "TREE_CYPRESS", "inSeason": true, "index": 1, "category": "Moderate" },
{ "code": "WEED_PLANTAIN", "inSeason": false, "index": 0, "category": "Low" },
{ "code": "MOULD_ALTERNARIA", "inSeason": true, "index": 2, "category": "High" }
]
}
/* five more daily pollen objects */
],
"woodsmoke": [
{ "date": "2025-07-03", "index": 1, "category": "Moderate" }
/* +5 days */
],
"airQuality": [
{
"date": "2025-07-03",
"pm25": { "index": 2, "category": "Fair", "concentration": 12.4, "unit": "µg/m³" },
"o3": { "index": 1, "category": "Good", "concentration": 35, "unit": "ppb" }
}
/* +4 days */
],
"thunderstormAsthma": [
{ "date": "2025-07-03", "index": 0, "category": "Low" }
/* +5 days */
]
}