London firefighters join desperate search for survivors after Venezuela earthquake
The two earthquakes have torn down around 800 buildings, leaving some 43,000 unaccounted for
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.
The two earthquakes have torn down around 800 buildings, leaving some 43,000 unaccounted for
A public park in Caracas has been transformed into a hub of activities for children to help them cope after twin quakes.
Venezuelan merchant Grian Serrano has survived two of the country's worst natural disasters: the devastating 1999 mudslides that ravaged the coastal state of La Guaira and, 26 y...
Venezuelan merchant Grian Serrano has twice survived major natural disasters in the same place.
When late Venezuelan leader Hugo Chavez built this coastal housing development bearing his name as part of his socialist revolution, residents found a fresh start after deadly...
Venezuela’s natural disaster was unavoidable, but the devastation it has left in its wake was not.
Overwhelmed hospitals are racing to save lives in the aftermath of Venezuela’s earthquakes as the stench of decay seeps from collapsed buildings throughout Caracas and families ...
The group of Venezuelans, which included several families, was sent to the Hotel Santuario La Llanada, family members of those impacted said.
People in areas devastated by twin earthquakes say they need more support from the government.
Search for deportees from US continues in the rubble of the hotel they were taken to in Venezuela's La Guaira city.
Three Americans have died in the Venezuela earthquakes, according to the State Department, as search-and-rescue and recovery efforts continue in the South American country. A St...
A young man who was killed had planned a reunion with his mother, and a man who’s missing had just called a relative minutes earlier.
The victim, whose son survived, was identified as 39-year-old Mary Evelyn Nicole Manning-Kellione
Wildfires in the American West turned deadly over the weekend, killing three elite federal firefighters. Thousands of others are deploying in response to nearly 100 fires, the l...
The Venezuelan government now says more than 1,700 have died from the earthquakes that rocked the country last week, but search efforts continue. Camilo Montoya-Galvez has more.
CTV News Edmonton has learned that Ottawa has earmarked additional funding for the Town of Jasper to the tune of about $500-million to support the town’s continued rebuild follo...
While the worst of the rain may be over following a massive storm that slammed into central and southern Alberta on the weekend, huge cleanup efforts are now underway.
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.