Dust is on its way out, plus small rain chances return to forecast
Small rain chances return to the forecast, while hot temperatures continue.
Real-time weather events news, structured for developers. NewsMesh surfaces weather events 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.
Small rain chances return to the forecast, while hot temperatures continue.
Temperatures today will peak at 34 C, with a chance of thunderstorms. A UV index of 9, and high humidity may pose health risks.
June’s strawberry moon rose worldwide on June 29 to become the first full moon of summer, the lowest-hanging of the year and the second-smallest.
BBC Weather predicts ten straight days of temperatures between 28C and 32C for London
Lightning strikes Eiffel Tower during violent thunderstorm pariS, June 29: The Eiffel Tower was struck by lightning as a thunderstorm raged over Paris on Saturday. Eyewitness fo...
More than 100 record-high temperatures are expected through Saturday night in the eastern half of the country. Meteorologist Lonnie Quinn reports.
NEW DELHI, June 29: Delhi reeled under heatwave conditions on Monday, with the mercury crossing the 42-degree Celsius mark at most weather stations as the city also experienced ...
Residents in central and east Oklahoma City who experienced tree and limb damage during the June 22 severe weather are being asked to place storm debris at the curb for collecti...
In recent days there have been three alligator attacks in central Florida and a deadly crocodile attack in Mexico. The victim in one case was just sitting on the beach. Cristian...
Authorities fear school holiday plans could be impacted as heavy rainfall sparks flood watches through parts of the southeast.
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.
As of Sunday at noon, Edmonton had received 262 millimetres of rain, shattering the previous monthly record held for over a century.
Monday, June 29, the first full moon after the summer solstice peaks in illumination. It's the Strawberry Moon, named for wild strawberries this time of year in North America.
Mid-Michigan will be experiencing extremely hot temperatures this week, with the National Weather Service issuing Extreme Heat Watches and Warnings across our area through Thurs...
Triple-digit heat index values are expected all week and into the holiday weekend. Saharan dust overhead early this week will lead to hazy skies, lower air quality, and vibrant ...
The City of El Reno is asking residents to begin preparing for curbside tree limb collection following the June storms, starting July 7.
A severe thunderstorm brought tornado-like wind speeds to the area in the predawn hours on Monday morning.
The heat won't break until Sunday
NewsMesh surfaces weather events 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=weather+events). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=weather+events&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=weather events with your apiKey to return recent weather events stories as structured JSON. Add &category= or &country= to narrow the results.
Every weather events 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: weather events 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.