Forecast request that returns the current weather condition, a minute-by-minute forecast (where available), an hour-by-hour forecast for the next 48 hours, and a day-by-day forecast for the next week
Forecast request that returns the current weather condition, a minute-by-minute forecast (where available), an hour-by-hour forecast for the next 48 hours, and a day-by-day forecast for the next week
The latitude of a location. Positive is north, negative is south.
The longitude of a location. Positive is east, negative is west.
blocks to exclude from the response
if true, hourly
will be extended to 168 hours instead of 48
returns summary
field in the specified language (use codes like de
, ru
)
full list at Dark Sky docs
return weather conditions in the specified units
either error or response, wrapped in effect type F
"Time Machine Request" - returns the observed (in the past) or forecasted (in the future) hour-by-hour weather and daily weather conditions for the provided date
"Time Machine Request" - returns the observed (in the past) or forecasted (in the future) hour-by-hour weather and daily weather conditions for the provided date
The latitude of a location. Positive is north, negative is south
The longitude of a location. Positive is east, negative is west
Datetime that will be converted to the Unix timestamp for the actual request
blocks to exclude from the response
if true, hourly
will be extended to 168 hours instead of 48
returns summary
field in the specified language (use codes like de
, ru
)
full list at Dark Sky docs
return weather conditions in the specified units
either error or response, wrapped in effect type F
Non-caching Dark Sky client Allows forecast, current, and historical data requests This API does not support Geocoding - coordinates only For more detailed description go to: https://darksky.net/dev/docs
effect type