7Timer!

Numeric weather forecast for any lat/lon

🌦 WeatherUNMONITORED
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

Machine-readable forecasts from a GFS-derived model. No key; legacy host may be HTTP-only.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
GET http://www.7timer.info/bin/api.pl?lon=13.4&lat=52.5&product=civil&output=json

{
  "product": "civil",
  "init": "2026070512",
  "dataseries": [
    {
      "timepoint": 3,
      "cloudcover": 8,
      "lifted_index": 2,
      "prec_type": "none",
      "prec_amount": 0,
      "temp2m": 22,
      "rh2m": "47%",
      "wind10m": {
        "direction": "NW",
        "speed": 4
      }
    },
    {
      "timepoint": 6,
      "cloudcover": 9,
      "lifted_index": 2,
      "prec_type": "none",
      "prec_amount": 0,
      "temp2m": 20,
      "rh2m": "53%",
      "wind10m": {
        "direction": "NW",
        "speed": 3
      }
    }
  ]
}
Call itcurl · fetch · python
curl "http://www.7timer.info/bin/api.pl?lon=13.4&lat=52.5&product=civil&output=json"
const res = await fetch("http://www.7timer.info/bin/api.pl?lon=13.4&lat=52.5&product=civil&output=json");
const data = await res.json();
console.log(data);
import requests

res = requests.get("http://www.7timer.info/bin/api.pl?lon=13.4&lat=52.5&product=civil&output=json")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6On scheduleFULL DOCS ↗
On schedule — GET /bin/api.pl?lon=13.4&lat=52.5&product=civil&output=json awaits first probe
GET/bin/api.pl?lon=13.4&lat=52.5&product=civil&output=jsonPROBED

Numeric weather forecast for any lat/lon

GET/bin

Bin — documented GET route.

GET/bin/1

Bin details by ID (example: 1).

GET/bin?limit=10

Bin — documented GET route.

GET/bin/search?q=test

Search by query parameters.

GET/bin/api.pl?limit=5

Api Pl — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

7Timer!: common questions

Is 7Timer! free to use?

Yes — 7Timer! is a free weather API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does 7Timer! need an API key?

No — 7Timer! needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call 7Timer! from the browser?

Not directly — 7Timer! doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is 7Timer! up right now?

7Timer! is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.