Your wallet could take a hit: What to watch for as the Iran conflict grows
The war with Iran is thousands of miles away — but its effects could hit your wallet right here at home.
Real-time conflict news, structured for developers. NewsMesh surfaces conflict 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 war with Iran is thousands of miles away — but its effects could hit your wallet right here at home.
A majority of Senate Democrats have signed a Wednesday letter urging Israeli Prime Minister Benjamin Netanyahu to address the “surge” in violence in the West Bank amid tensions ...
Of course, they’ll lose. Alberta won’t leave Canada, any more than will the other guys. Actually, without our agreement, nobody’s going anywhere. But between now and 2029, the 5...
Renewed clashes in Tigray and tensions between Ethiopia and other Horn of Africa nations threaten a regional security crisis. The post Domestic and Regional Pressures Strain Eth...
Five years after Kabul fell, WSJ Opinion’s new documentary traces the way one decision produced disaster.
La guerre qui oppose différents groupes criminels aux Hells Angels atteint les premières nations. Sur la Côte-Nord, des «soldats» sont maintenant recrutés directement dans les c...
From cyber attacks to armed drones and mysterious cases of arson, tensions are rising across the continent as the war in Ukraine is set to enter its fifth winter.
Suivez avec nous les informations de ce mercredi 26 août 2026 sur le conflit russo-ukrainien
US President Donald Trump’s administration is starting to send staff back to some diplomatic missions in the Middle East that were evacuated or downsized amid tensions with Ira...
Kurdish-led group in Syria says it has dissolved after merging with the army
« 20 Minutes » fait le point pour vous tous les soirs sur le conflit en Ukraine. Ce mardi 25 août, le patron de la CIA s’est rendu en Russie pour une raison inconnue… Pendant qu...
CAIRO (AP) — Four children were among at least 27 people killed in the latest ethnic clashes in southern Sudan, a local medical group said on Tuesday.
La hausse des crimes sur la Côte-Nord a des conséquences «dramatiques» chez ceux qui la subissent. Des victimes directes et collatérales du conflit qui perturbe la région ont ac...
In the years leading up to the October 7 attacks, kites and balloons with explosive devices attached were launched from Gaza and caused fires in Israel.
Suivez avec nous les informations de ce mardi 25 août 2026 sur le conflit russo-ukrainien
After six months of inconclusive hostilities, Israel may ultimately find itself in a worse position than it was before the war.
NewsMesh surfaces conflict 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=conflict). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=conflict&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=conflict with your apiKey to return recent conflict stories as structured JSON. Add &category= or &country= to narrow the results.
Every conflict 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: conflict 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.