Highest-level warning issued as rains pummel Toyama and Ishikawa
The Japan Meteorological Agency issued Level 5 emergency rain warnings after rainfall topped 200 millimeters over six hours in some areas.
Real-time weather news, structured for developers. NewsMesh surfaces weather 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 Japan Meteorological Agency issued Level 5 emergency rain warnings after rainfall topped 200 millimeters over six hours in some areas.
Louisville sees clear skies and an 89-degree Wednesday before storm chances Thursday and temperatures reach the mid-90s next week.
Greenville starts sunny and warm Wednesday before storms return, with heavier rain possible Friday and hotter, drier weather arriving next week.
Portland warms to 81 Wednesday before cooler 70s arrive, with a slight shower chance Saturday and rain possible next week.
Warmer water off the coast has made things slightly swampy for residents used to a succession of splendid days.
Honolulu stays sunny and breezy Wednesday, with 86-degree highs, gusts to 31 mph and a weekend uptick in passing showers.
San Francisco reaches 75 Wednesday before cooler, breezier weather arrives Friday and lasts through the weekend.
San Diego faces hot days, warm nights and dangerous surf through Friday before a notable cooldown arrives Sunday.
Strong to severe storms will be possible. Damaging wind gusts will be the main threat.
San Jose warms to 87 Wednesday before cooler skies, a slight Friday rain chance, and foggy mornings usher in a gentler start to September.
Chicago faces showers and thunderstorms Wednesday, with possible damaging winds and hail before sunny, cooler weather arrives Thursday.
Nashville heats up to 94 Wednesday before storm chances return Thursday, followed by a sunny but increasingly hot weekend forecast.
San Antonio reaches 102 Wednesday under a Heat Advisory, while storm chances return Thursday before triple-digit heat returns for the weekend.
Austin faces a 104-degree Wednesday under a Heat Advisory, with limited storm chances Thursday and more triple-digit heat through next week.
Memphis faces morning and evening thunderstorms Wednesday before sunny, hotter weather settles in for the weekend and early next week.
Milwaukee sees early storms Wednesday before sunny, cooler weather arrives Thursday and Friday, with storm chances returning this weekend.
Philadelphia gets a sunny 86-degree Wednesday before showers and thunderstorms arrive Thursday, with calmer weather returning for the weekend.
Boston gets sunny skies and an 80-degree high Wednesday before humidity and storm chances build Thursday into Friday.
Cincinnati starts sunny and warm Wednesday before overnight storm chances and a weekend heat climb toward the 90s.
NewsMesh surfaces weather 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). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=weather&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 with your apiKey to return recent weather stories as structured JSON. Add &category= or &country= to narrow the results.
Every weather 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 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.