Thunderstorms, treacherous flash flooding slam Southeast as severe weather threat continues
Daily rounds of showers and storms will increase throughout the weekend, keeping things unsettled.
Real-time storms news, structured for developers. NewsMesh surfaces storms coverage from outlets across 35 countries and serves it as clean JSON, each story tagged with its category, the countries it's relevant to, and the named people detected in the body. Pull it with full-text search (GET /v1/search?q=) and layer category, country, or date filters on top, no scraping required.
Daily rounds of showers and storms will increase throughout the weekend, keeping things unsettled.
Severe storms knocked out power to over 52,000 Houston-area CenterPoint customers Friday, with crews working overnight to restore service.
New Orleans gets a hot, mostly sunny Saturday before thunderstorms return Sunday and daily storm chances continue through the workweek.
Salt Lake City faces a wet, stormy Saturday with hail, strong winds and elevated flash-flood risk before a cooler, active week.
El Paso faces sunny skies, triple-digit heat and little rain through the weekend, with a brief storm chance Monday night.
Friday night storms flooded San Antonio streets, overturned a trailer at Heroes Stadium and knocked out power to more than 100,000 CPS Energy customers.
Milwaukee faces afternoon showers Saturday, overnight storm chances and a warm, humid stretch into next week, with Lake Michigan conditions worth watching.
Charlotte gets a mostly cloudy Saturday with afternoon storm chances before temperatures surge into the mid and upper 90s next week.
Columbus gets sunny skies and an 84-degree Saturday before a stretch of 90s, with thunderstorm chances returning Wednesday night.
Severe storms cut power to over 7,000 Duke Energy customers across the Charlotte region and Carolinas on Aug. 28, with more rain expected into the evening.
Indianapolis gets a sunny Saturday before temperatures climb into the mid-90s next week, with storm chances returning Thursday and Friday.
Tampa heats up to 94 Saturday before afternoon thunderstorms bring heavy rain, gusty winds and a stormier stretch through early next week.
Fort Worth opened the Betsy Price Community Center as a shelter after storms knocked out power to thousands, and pets are welcome if crated.
Thursday storms brought heavy rain, gusty winds and a possible gustnado near Dripping Springs, cutting power to 7,000 Austin Energy customers.
CPS Energy reported thousands without power on San Antonio's far Northwest Side Thursday as storms delayed high school football kickoffs.
Salt Lake City sees a hot Friday before storms, cooler temperatures and heightened flash-flood concerns arrive this weekend.
Denver reaches 95 Friday as afternoon storm chances build into Sunday and Monday before drier weather returns midweek.
A 10-foot hole opened in an Orange County front yard after storms, forcing two homes to evacuate as officials probe a damaged storm drain.
Milwaukee sees sunny skies Friday before rain showers arrive Saturday and warmer, stormier weather takes over early next week.
Houston will reach 95 degrees Friday with a heat index near 101 and spotty storm chances before a hot, mostly sunny weekend.
NewsMesh surfaces storms coverage from sources across 35 countries, normalised into one structured feed you can query by keyword, category, country, and date.
Authenticate with your apiKey and call one endpoint (GET api.newsmesh.co/v1/search?q=storms). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=storms&limit=20"GET /v1/latest: Most-recent articles, filterable by category, country, and date range.GET /v1/search: Full-text search across the archive with boolean operators and source filters.GET /v1/trending: Cached trending headlines, the fastest endpoint for homepage feeds.GET /v1/article/{id}: Fetch a single article and its full metadata by ID.Call GET /v1/search?q=storms with your apiKey to return recent storms stories as structured JSON. Add &category= or &country= to narrow the results.
Every storms article carries its category, the countries it's relevant to, and the named people detected in the body, so you can route and filter without your own NLP layer.
Yes. Add &category=technology (or business, politics, and more) and &country=us (or any ISO country code) to the search query to focus the feed.
Yes. NewsMesh is a real-time news API: storms stories are served through the live /v1/latest and /v1/trending endpoints alongside a searchable archive, each tagged with its category, the countries it's relevant to, and the named people detected in the body, so you can build a live feed without scraping HTML.
Create a NewsMesh account, generate an API key, and call the endpoint above with your apiKey parameter. See the pricing page for current plans and rate limits.
Access the full dataset programmatically with the NewsMesh API.