Weather
Weather, sunrise/sunset, marine, and snow for the stay window.
Four endpoints that answer “what will the elements be doing while my
guests are here?” All four share the same argument shape —
?lat=..&lng=..&start=YYYY-MM-DD&end=YYYY-MM-DD — so you can request
them in parallel and render whichever apply.
Endpoints
Daily forecast within 16 days, climatology (10-year historical
average) beyond. Same shape either way; a mode field tells you
which.
Sunrise and sunset times for each day of the stay. Useful for photography timing, early-arrival planning, and setting daylight expectations.
Sea surface temp, wave height, swell. Coastal only — inland coords
return applicable: false.
Snowfall + snow depth for the stay. Alpine only — properties with
no historical accumulation return applicable: false.
Example: compose all four in parallel
Data sources
All four are sourced from a public weather data provider under CC BY 4.0. See Attribution for the full source list.