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 earthquakes news, structured for developers. NewsMesh surfaces earthquakes 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
Five days after devastating twin earthquakes flattened entire residential neighborhoods, experts fear the official death toll of 1,719 could be a serious undercount.
France 24's Maxime Pluvinet reports from La Guaira state, one of the areas hardest hit by the twin earthquakes that struck Venezuela on June 24. "All the buildings have collapse...
146 Venezuelans were deported from Texas to Caracas on June 24. Hours later, while the deportees were in a guarded hotel, powerful twin earthquakes struck.
Some 1,700 people were killed and thousands remain missing following the quakes of magnitude 7.2 and 7.5.
Rescuers race to find survivors in Venezuela's quake-hit areas as families cling to hope amid widespread devastation.
Residents say that years of mismanagement by the authoritarian socialist government — exacerbated by U.S. sanctions — have left the government ill-equipped to respond to the ear...
Relatives are desperately searching for answers after a hotel holding more than 100 Venezuelans who were deported by the US on Wednesday collapsed during deadly earthquakes that...
A deportation flight from Miami arrived in Venezuela hours before Wednesday's earthquakes. On board were 146 Venezuelans.
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 ...
Dayana was washing dishes inside her eighth-floor apartment in La Guaira when the earthquakes began.
Venezuela's La Guaira port has resumed operations after repairs and is receiving humanitarian aid for earthquake victims, the US military said Monday. US Southern Command said t...
The back-to-back earthquakes in Venezuela last week knocked out power in two of the three public hospitals in the hard-hit coastal state of La Guaira, the director of the nonpro...
The US has announced one of its strongest disaster responses in recent years, sending search and rescue teams in aid to earthquake-hit Venezuela.
La Guaira, June 29: A strong aftershock jolted Venezuela early Monday following last week’s devastating back-to-back earthquakes, as civilians and emergency responders kept comb...
The group was housed in a hotel when the tremors hit, triggering a desperate search for those buried beneath the rubble
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.
NewsMesh surfaces earthquakes 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=earthquakes). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=earthquakes&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=earthquakes with your apiKey to return recent earthquakes stories as structured JSON. Add &category= or &country= to narrow the results.
Every earthquakes 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: earthquakes 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.