Open dimqua opened 7 years ago
The data returned by Accu Weather API does not contain this information.
Correct me if I'm wrong, but I think API returns that data for daily forecast. If you do following request
http://api.accuweather.com/forecasts/v1/daily/15day/1806.json?apikey=<xxxxx>&details=true&metric=true
It returns UVIndex under DailyForecasts -> day[] -> AirAndPollen
for each day.
The official AccuWeather app only provide hourly UV forecasts, probably, it's possible to add them, at least.
Let me see.
Bump.
Would be nice if daily or/and hourly UV index forecasts will be implemented.