A black star in a false Spanish twilight: Here's the story of my 1st total solar eclipse
I journeyed to the path of totality in Spain to watch the Aug. 12 total solar eclipse with a group of passionate citizen scientists. Here's my story.
Real-time solar eclipse news, structured for developers. NewsMesh surfaces solar eclipse 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.
I journeyed to the path of totality in Spain to watch the Aug. 12 total solar eclipse with a group of passionate citizen scientists. Here's my story.
Exclusive: Just three years ago, Fay Manners, from Bedford, worked in data science. Now she is the first British woman to find a new route up the North Face of the Eiger
This near-total eclipse will be visible from the Americas, Africa and Europe—here’s how to see it
The UK is set for an 'incredible' partial lunar eclipse later this week, just weeks after the partial solar eclipse that blocked out over 90% of the sun - here's how to see it
The event, also known as 'blood moon' due to the Moon's copper colour, comes just two weeks after a spectacular solar eclipse that was visible across the UK
Several grid operators have chimed in with estimates on how much electricity was lost during the solar eclipse. It wasn't catastrophic, but it was significant.
The man was reported missing from Ambassador Cruise Line’s Ambition ship in Scotland on Aug. 21
Want great views of this week's partial lunar eclipse or a closer look at Saturn as it reaches opposition in October? This Celestron PowerSeeker 80EQ, nearly 50% off at Walmart...
On the night of Aug. 27-28, the full Sturgeon Moon will pass almost entirely through Earth’s darkest shadow, creating a spectacular 96% partial lunar eclipse n the U.S.
After being shut out of this month’s total solar eclipse, the Americas will have the best seats in the celestial house when Earth’s shadow briefly envelops the moon.
CAPE CANAVERAL, Fla. (AP) — Now it’s the moon’s turn to pull a disappearing act. After being shut out of this month’s total solar eclipse, the Americas will have the best seats...
On Aug. 21, 1914, a total solar eclipse temporarily darkened skies across Europe and Asia.
Don’t forget to look up next week: On Thursday, August 27, there will be a partial “blood moon” lunar eclipse. In case you forgot, a lunar eclipse occurs when Earth comes direct...
Joe Rao took to sea aboard the cruise ship Le Boréal to watch the total solar eclipse on Aug. 12, 2026. Here's what it was like.
A lunar eclipse will be visible across the entire United States at the end of August, when the full moon will pass through Earth's shadow, turning it a spooky shade of red.
What a view.
I understood the science and had seen thousands of eclipse photographs, but nothing prepared me for the emotion of watching totality unfold above the icebergs and fjords of East...
Wednesday forces the issue — Saturn opposing Venus is two days from exact, and the pressure on what you actually want is peaking. The post Daily Horoscope: August 19, 2026 appea...
El eclipse solar ha dejado una profunda huella en Aragón, también en el ámbito económico. Así, el Ayuntamiento de Zaragoza ha destacado que el puente del 15 de agosto dejó" un b...
On this day in space! Aug. 18, 1868: Total solar eclipse leads to discovery of helium
NewsMesh surfaces solar eclipse 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=solar+eclipse). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=solar+eclipse&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=solar eclipse with your apiKey to return recent solar eclipse stories as structured JSON. Add &category= or &country= to narrow the results.
Every solar eclipse 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: solar eclipse 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.