Dark Sky API snowfall

Anyone know if calling the precipAccumulation (&precipAccumulation:daily) is enough to get the daily snow predictions in the darksky API?

I’m calling it in shortcuts using this URL:

https://api.darksky.net/forecast/[api file]/47.0000,10.7000?lang=nl&units=auto

I’d like to get the snow forecast for the day,
any advice would be appreciated.

Here you can find an example how to call that api and get information from it:

Here is a sample Shortcut that will get the forecast for the current date and indicate if there is snow predicted.

This is the request URL used for the query.

https://api.darksky.net/forecast/APIKey/Location?exclude=currently,minutely,hourly,alerts,flags

Thanks @natejacobs ! I fixed my shortcut using your example :slight_smile: