Hello - i've successfully migrated from DarkSky to WeatherKit using the REST API. All is reasonably well, EXCEPT for the fact that the dataSet currentWeather (to get the latest up to date weather) does NOT include the precipitation type. Instead, it does include a precipitation intensity field, but not a type. The hourly forecast by contrast does include a precipitation type field, so you would need to grab that data set, then loop through the hours until you get the current one and pull the precip type that way, which seems ridiculous. Is there a plan for the currentWeather data set to include more granular precipitation info? thanks all, dinaj
Weatherkit REST API current weather doesn't include precipitation type?
Rather than reading the hours you could infer the precipitation type from the condition code.