Tuesday morning will be mainly dry – but worse weather is to come later
Met Éireann forecasts showers and persistent rain for first days of September before an ‘unsettled’ weekend
Real-time environment news from Ireland, structured for developers. NewsMesh filters Ireland-relevant environment coverage into one JSON feed (GET /v1/latest?category=environment&country=ie), each story tagged with category, country relevance, and the named people detected in the body.
Met Éireann forecasts showers and persistent rain for first days of September before an ‘unsettled’ weekend
Former head of forecasting at Met Éireann, Evelyn Cusack, among those honoured with new storm names
Met Éireann’s outlook is for ‘rather unsettled’ conditions with ‘rain, showers and breezes’
Butterflies react quickly to change but can still get caught out by misaligned life cycles
Queen’s University Belfast study underscores the role the insects play in supporting food security
Festivalgoers in Stradbally can expect rain on Saturday and Sunday, with temperatures reaching 18 degrees
Met Éireann forecasts wetter, more changeable conditions from Tuesday afternoon
The remains of a tropical hurricane 40 years ago brought exceptional levels of rainfall to Ireland
The future of this green gateway at the western edge of Dublin city, stretching from Chapelizod to Lucan, remains in doubt
Overharvesting, pollution and harsh winters all contributed to the decline of oysters in Ireland
The lost barn owl managed to collapse on a boat taking part in the RORC Round Britain and Ireland Race
Peaceful bonobos, industrious birds and a dainty crab all feature in winning snaps from the British and Irish Association of Zoos annual contest
Conservation charity The British and Irish Association of Zoos and Aquariums (BIAZA) announced the fourteen winners and runners-up of their annual photography awards.
Rain clears through Friday before sunny spells take hold, with temperatures reaching 19 degrees
Met Éireann forecasts temperatures up to 19 degrees over coming days
A modern conventional plant that began operating in Finland in 2024 is proposed as a potential case study
Alameda County Fire Department's new five-story training tower in Dublin completed its final concrete pour, marking a key construction milestone.
Swimmers in Seapoint, Dublin, are ‘well used’ to stings but some now use ‘sting suits’
No documented cases of unprovoked attacks by sharks on humans in Irish Waters, says Irish Wildlife Trust
The need for conservation measures on the Co Kildare plains has been recognised for 30 years
NewsMesh filters Ireland-relevant environment coverage into one structured feed, ready to query by the same parameters as the rest of the API.
Authenticate with your apiKey and call one endpoint (GET api.newsmesh.co/v1/latest?category=environment&country=ie). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/latest?apiKey=nm_xxx&category=environment&country=ie&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.NewsMesh filters Ireland-relevant environment coverage into one structured feed, each story tagged with its category, the countries it's relevant to, and the named people detected in the body.
Call GET /v1/latest?category=environment&country=ie. Use /v1/search to add keyword queries on top of the same filters.
Yes. Swap the category parameter (business, sports, technology, health, and more) or drop it entirely to get all Ireland coverage from /v1/latest?country=ie.
Yes. NewsMesh is a real-time news API: environment Ireland 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.