CALIBRATING SENSORS · 0%

ForecastGeo

Live orbital view

Every forecast starts
with the whole planet.

Real news, geolocated in real time and dropped onto the globe as it happens.

Explore the feed

Ground truth

Every pin on the globe is a real, published story.

ForecastGeo scrapes newsrooms and wire feeds around the clock, extracts the place each story is actually about, and plots it at those coordinates. Nothing here is simulated — if a pin is on the map, a reporter wrote about that spot.

signals tracked
newsrooms & wires
24/7 refresh cycle

Coverage

Signal, broken down by category.

A live tally of what's currently on the globe, recomputed from the same feed the globe renders — not a marketing snapshot.

For builders

Pull the feed yourself.

The same endpoint that feeds the globe is open to read. No key required.

GET /api/news
curl "https://forecastgeo.com/api/news?limit=3"
{
  "data": [
    {
      "id": "c5e52249-8c3f-4de4-8126-7ee35226eb65",
      "title": "…",
      "summary": "…",
      "source": "…",
      "lat": 31.05,
      "lon": 34.85,
      "category": "general",
      "timeAgo": "12m ago"
    }
  ],
  "meta": { "limit": 3, "offset": 0, "count": 3 }
}
limit 1–100 results, default 20
offset pagination offset, default 0
order asc or desc by publish time, default desc