← Back to Dashboard

7Timer!

WeatherActiveUnknownAuth: NoneDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Weather, especially for Astroweather

✨ AI Summary

7Timer! provides global numerical weather forecasts, including specialized astronomical weather predictions, updated four times daily.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)