Weather, especially for Astroweather
7Timer! provides global numerical weather forecasts, including specialized astronomical weather predictions, updated four times daily.
import requests
url = "http://www.7timer.info/bin/api.pl"
params = {
"lon": 0.0,
"lat": 0.0,
"product": "astro",
"output": "json"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)