curl(1) -sS "https://thisdavej.com/api/weather-station.json"
transfer a URL
-s, --silent
       Silent or quiet mode. Don't show progress meter or error messages.  Makes Curl mute.
-S, --show-error
       When used with -s it makes curl show an error message if it fails.
source manpages: curl