Nepal–Tibet floods in maps, photos and videos
In a still-unfolding disaster, verified videos and images show widespread destruction — and a desperate rescue mission.
Real-time natural disasters news, structured for developers. NewsMesh surfaces natural disasters 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.
In a still-unfolding disaster, verified videos and images show widespread destruction — and a desperate rescue mission.
A landslide unleashed a torrent of mud and water across Nepal on Wednesday, killing at least 157 people and leaving more than 400 tourists missing near the border with China. Th...
A glacier-rock collapse triggered catastrophic Nepal–Tibet border floods, killing at least 157 people and leaving hundreds of tourists missing.
As authorities continue the grim task of recovering and trying to identify bodies, survivors are coming to terms with the tragedy on the Himalayan border of Nepal and China.
As authorities continue the grim task of recovering and trying to identify bodies, survivors are coming to terms with the tragedy on the Himalayan border of Nepal and China.
Twelve people died and dozens were injured as wildfires tore through northern Algeria on Wednesday, with authorities battling more than 150 blazes amid a scorching heatwave swee...
The number of missing people has risen to 403, with 33 UK citizens among 341 foreign nationals unaccounted for after devastating flash floods struck the Rasuwa region
CNN's Erin Burnett was floored on Wednesday's broadcast of "OutFront" by video of a catastrophic flash flood in Nepal that has left at least 150 people dead and more than 47 Ame...
Officials in Nepal say hundreds of tourists, including some Americans, are missing after deadly flash floods devastated a region along the country’s border with China. NBC News’...
Significant casualties have been reported after massive flash floods swept through parts of Nepal and China.
Significant casualties have been reported after massive flash floods swept through parts of Nepal and China.
A devastating flood in Nepal and Tibet has left a trail of death and destruction. Torrential rains sent a wall of mud and debris crashing through communities with little warning...
A new, 100-acre wildfire began Wednesday morning near the Big Sur coast, about 27 miles south of the southernmost section of the still burning Timber Fire.
Just over three years ago, the deadliest U.S. wildfire in more than a century devastated the Hawaiian island of Maui. New research suggests the toll of the disaster may be far g...
Three UDOT technicians chased down a burning four-wheeler in Sigurd Canyon, Utah, and put out a roadside fire before it could spread into wildland.
July was the driest month on record for San Juan in more than 120 years and the second hottest for the island's capital.
Write-off: People run for shelter as a mudslide hits China's Gyirong Port on the China-Nepal border
Write-off: People run for shelter as a mudslide hits China's Gyirong Port on the China-Nepal border
Wild footage has emerged of the torrent of water destroying buildings and bridges.
Officials said at least 160 people have died so far in the disaster
NewsMesh surfaces natural disasters 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=natural+disasters). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=natural+disasters&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=natural disasters with your apiKey to return recent natural disasters stories as structured JSON. Add &category= or &country= to narrow the results.
Every natural disasters 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: natural disasters 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.