Live orbital view
Every forecast starts
with the whole planet.
Real news, geolocated in real time and dropped onto the globe as it happens.
CALIBRATING SENSORS · 0%
Ground truth
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.
Coverage
A live tally of what's currently on the globe, recomputed from the same feed the globe renders — not a marketing snapshot.
For builders
The same endpoint that feeds the globe is open to read. No key required.
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 }
}