Ireland News

Would you like to access news/blog content published by sources located in Ireland?

Code example

# If you'd like to do a POST request then call endpoint:
http://localhost:8070/api/v1/article/getArticles
Body:
            
            {
    "sourceLocationUri": "http://en.wikipedia.org/wiki/Ireland",
    "resultType": "articles",
    "apiKey": "API_KEY"
}
        
# If you'd like instead to do a GET request then call:
http://localhost:8070/api/v1/article/getArticles?sourceLocationUri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FIreland&resultType=articles&apiKey=API_KEY

Example of JSON response

Below is an example JSON object that you would receive as the result of the request. You can retrieve also additional properties such as concepts, categories, source details, etc. by specifying additional parameters in the request as described on the documentation page.

            
            {
  "articles": {
    "results": [
      {
        "uri": "7456858281",
        "lang": "eng",
        "isDuplicate": true,
        "date": "2023-03-20",
        "time": "19:53:00",
        "dateTime": "2023-03-20T19:53:00Z",
        "dateTimePub": "2023-03-20T19:52:00Z",
        "dataType": "news",
        "sim": 0,
        "url": "https://www.rte.ie/lifestyle/food/2023/0320/1364204-chefs-share-tips-on-the-best-way-to-cook-lamb-this-spring/",
        "title": "Chefs share tips on the best way to cook lamb this spring",
        "body": "Spring has finally sprung, and as the days start to get longer, it's time to think about how to switch up your cooking to suit the new season.\n\nFor meat-eaters, the glut of tender lamb available is one of the best things about this time of year.\n\nLooking for inspiration on how to cook lamb this spring? This is what the professionals recommend...\n\nMoroccan inspired\n\nAndi Oliver's go-to way to cook lamb is inspired by a trip to Morocco.\n\n\"Lamb is one of my favourite cuts of meat,\" says the author of The Pepperpot Diaries: Stories From My Caribbean Table.\n\n\"I learned a beautiful way of cooking lamb when I was in Morocco, which is a technique where I poach it first in a whole bunch of really incredible spices. Anything you like - cumin seeds, coriander seeds, peppercorns, star anise, whatever you fancy.\n\n\"Then when the lamb is tender, you take it out - either shoulder or leg - take it out, and add half the volume in very thinly sliced onions to the cooking liquor. Take the poached shoulder and baste it with olive oil and melted butter and put it in a very high oven - get it really crispy on the outside.\n\n\"So you reduce the onion and the poaching liquor, then pour that back over the crispy lamb shoulder or leg.\"\n\nSpit roast\n\n\"Spring is one of my favourite seasons of the year, and I love creating delicious lamb-based dishes, incorporating seasonal fruit and vegetables to my colourful plates,\" says Ioannis Grammenos, meatologist and executive chef at Heliot Steak House.\n\nIf you really want to go all-out this year, why not try cooking the lamb whole?\n\n\"One of my all-time favourite ways to have lamb for spring is as a whole spit roast, cooked with just salt and pepper on charcoal for around six to seven hours until crispy,\" says Grammenos. \"This method ensures the lamb is crispy on the outside, but still full of flavour and moist on the inside.\"\n\nGrammenos uses Lumina lamb from New Zealand, and if cooking the animal whole is too much of an undertaking, he also enjoys lamb chops \"marinated with fresh oregano and served with tzatziki\".\n\nAlternatively, Grammenos recommends slow-cooked lamb shoulder rubbed with a mix of garlic and rosemary, or lamb meatballs mixed with fresh mint and black garlic with yoghurt raita.\n\nSlow-cooked lamb\n\nAnisa Karolia, author of The Ramadan Cookbook, recommends cooking up nihari this spring - an Indian stew cooked with lamb or beef.\n\nShe says it's a \"quite soupy\" dish, \"that's really nicely cooked in a slow cooker\" - but if you don't have a slow cooker, you can cook it on a low heat on the stove for a few hours.\n\n\"You've got lots of aromatic flavours in there, and it's really delicious,\" says Karolia. It's often made with a specific nihari spice blend, featuring bay leaves, cinnamon, cardamom, fennel, coriander, cumin and more.\n\nWith spring flavours\n\n\"My daughter loves lamb - last night I cooked lamb chops for her because that's what she asked for,\" says Su Scott, author of Rice Table.\n\n\"I like to cook it really, really simply - we love making lamb cutlets. Just really simple: salt and pepper, grill [it] really beautifully to medium rare, with the fat nicely caramelised.\"\n\nTo add freshness to her lamb dish, Scott uses spring flavours. \"I baste it with a nice, zingy mint and orange zest dressing on top to lift it,\" she says.",
        "source": {
          "uri": "rte.ie",
          "dataType": "news",
          "title": "RTE.ie"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Lamb_and_mutton",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "Lamb and mutton"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Cooking",
            "type": "wiki",
            "score": 5,
            "label": {
              "eng": "Cooking"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Morocco",
            "type": "loc",
            "score": 5,
            "label": {
              "eng": "Morocco"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Morocco"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Poaching_(cooking)",
            "type": "wiki",
            "score": 4,
            "label": {
              "eng": "Poaching (cooking)"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Onion",
            "type": "wiki",
            "score": 4,
            "label": {
              "eng": "Onion"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Liquor",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Liquor"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Illicium_verum",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Illicium verum"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Black_pepper",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Black pepper"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Caribbean",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Caribbean"
            },
            "location": null
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Roasting",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Roasting"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Charcoal",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Charcoal"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Rotisserie",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Rotisserie"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Steak",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Steak"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Cumin",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Cumin"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Fruit",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Fruit"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Chef",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Chef"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Coriander",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Coriander"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Garlic",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Garlic"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Oven",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Oven"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Olive_oil",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Olive oil"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Butter",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Butter"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Vegetable",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Vegetable"
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Home/Cooking",
            "label": "dmoz/Home/Cooking",
            "wgt": 100
          },
          {
            "uri": "dmoz/Home/Cooking/For_Children",
            "label": "dmoz/Home/Cooking/For Children",
            "wgt": 100
          },
          {
            "uri": "dmoz/Home/Cooking/Quick_and_Easy",
            "label": "dmoz/Home/Cooking/Quick and Easy",
            "wgt": 100
          },
          {
            "uri": "dmoz/Home/Cooking/Outdoors",
            "label": "dmoz/Home/Cooking/Outdoors",
            "wgt": 100
          },
          {
            "uri": "news/Health",
            "label": "news/Health",
            "wgt": 85
          }
        ],
        "image": "https://img.rasset.ie/001d97e6-1600.jpg",
        "eventUri": null,
        "sentiment": 0.2549019607843137,
        "wgt": 417037980,
        "relevance": 1
      },
      {
        "uri": "7456857681",
        "lang": "eng",
        "isDuplicate": true,
        "date": "2023-03-20",
        "time": "19:52:00",
        "dateTime": "2023-03-20T19:52:00Z",
        "dateTimePub": "2023-03-20T19:52:00Z",
        "dataType": "news",
        "sim": 0,
        "url": "https://www.limerickleader.ie/news/national-news/1066031/zelensky-thanks-ireland-for-support-in-phone-call-with-taoiseach.html",
        "title": "Zelensky thanks Ireland for support in phone call with Taoiseach",
        "body": "Ukraine's president Volodymyr Zelensky has thanked Ireland for its support for his country.\n\nMr Zelensky spoke to the Taoiseach Leo Varadkar by telephone on Monday.\n\nA government spokesman said Mr Varadkar pledged continued support and solidarity with Ukraine.\n\nMr Varadkar told Mr Zelensky that Ireland is backing Ukraine's application for European Union membership, and is examining how additional help can be provided to help Ukraine rebuild its civilian and energy infrastructure.\n\nHe also briefed Mr Zelensky about discussions he held with US President Joe Biden and others regarding Russia's invasion of Ukraine during his recent visit to the US, where he thanked them for their steadfast support and encouraged them to continue it for as long as it takes.\n\nMr Zelensky extended his wishes for a happy St Patrick's Day to Ireland, and wished peace and good luck to Ireland and Irish people.",
        "source": {
          "uri": "limerickleader.ie",
          "dataType": "news",
          "title": "Limerick Today: News, Sport, Jobs, Property, Cars, Entertainments & More"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Volodymyr_Zelensky",
            "type": "person",
            "score": 5,
            "label": {
              "eng": "Volodymyr Zelensky"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Leo_Varadkar",
            "type": "person",
            "score": 5,
            "label": {
              "eng": "Leo Varadkar"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ukraine",
            "type": "loc",
            "score": 5,
            "label": {
              "eng": "Ukraine"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Ukraine"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ireland",
            "type": "loc",
            "score": 4,
            "label": {
              "eng": "Ireland"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Ireland"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Taoiseach",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Taoiseach"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/European_Union",
            "type": "loc",
            "score": 2,
            "label": {
              "eng": "European Union"
            },
            "location": null
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Saint_Patrick's_Day",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Saint Patrick's Day"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Joe_Biden",
            "type": "person",
            "score": 1,
            "label": {
              "eng": "Joe Biden"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Irish_people",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "Irish people"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/United_States",
            "type": "loc",
            "score": 1,
            "label": {
              "eng": "United States"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "United States"
              }
            }
          }
        ],
        "categories": [
          {
            "uri": "dmoz/Shopping/Ethnic_and_Regional/European",
            "label": "dmoz/Shopping/Ethnic and Regional/European",
            "wgt": 100
          },
          {
            "uri": "dmoz/Society/Work/Part-Time_Employment",
            "label": "dmoz/Society/Work/Part-Time Employment",
            "wgt": 100
          },
          {
            "uri": "news/Politics",
            "label": "news/Politics",
            "wgt": 84
          }
        ],
        "image": null,
        "eventUri": null,
        "sentiment": 0.6392156862745098,
        "wgt": 417037920,
        "relevance": 1
      },
      {
        "uri": "7456857192",
        "lang": "eng",
        "isDuplicate": true,
        "date": "2023-03-20",
        "time": "19:52:00",
        "dateTime": "2023-03-20T19:52:00Z",
        "dateTimePub": "2023-03-20T19:49:00Z",
        "dataType": "news",
        "sim": 0,
        "url": "https://www.thesun.ie/sport/football/10416877/man-utd-sale-glazers-qatar-ratcliffe/",
        "title": "Update on Man Utd sale with new bids expected TOMORROW as Glazers eye swift deal",
        "body": "THE contenders to take over Manchester United are expected to put in their revised bids by tomorrow.\n\nBoth Qatari banker Sheikh Jassim bin Hamad al-Thani and Britain's richest man, Sir Jim Ratcliffe, are in the running to buy the Old Trafford club from the Glazer family.\n\nOther potential bidders have remained under the radar, although US hedge fund Elliott Management also visited the club after making its initial proposal.\n\nElliott, however, are seeking to provide finances for a bidder, rather than take control of United themselves.\n\nNow, though, the next stage of the contest will begin in earnest with the would-be new owners asked to make their \"non-indicative\" second bids.\n\nThese are more formal offers, expected to be higher than the initial valuations which were understood not to exceed £4.5bn.\n\nWith the Glazer family believing the club is worth £6bn, there is a considerable gap which is unlikely to be completely filled in the next stage.\n\nBut it does mean that the Glazers' chosen intermediary, the US-based Raine Group, could be in a position to formally declare a \"preferred bidder\" by either Friday or the beginning of next week.\n\nThat would open the way for full due diligence of the club, its finances and assets, to begin, a process that might take two weeks or more to be completed.\n\nEven so, there remains a high degree of uncertainty, especially if none of the bidders comes within hailing distance of the Glazer sale price.\n\nWhile Sheikh Jassim, a member of the Qatari royal family, is seeking a full takeover, Sir Jim's Ineos group is aiming to buy out the Glazers' 69 per cent controlling stake.\n\nAnd it does mean there might be a third effective auction bidding stage with Raine conducting proceedings to attempt to ensure a final price closer to the Glazers' preferred valuation.\n\nSheikh Jassim, however, is reportedly set to make a second bid for the Red Devils in the coming days.\n\nThat's according to Sky Sports, who claim the Qatari will table his second gambit on Wednesday.\n\nIt's claimed the Sheikh's team worked on the new offer over the weekend - just days after fresh talks with the Glazers at Old Trafford and Carrington.\n\nManchester United will be back in action a fortnight on Sunday travelling to St James' Park to take on Newcastle.",
        "source": {
          "uri": "thesun.ie",
          "dataType": "news",
          "title": "The Irish Sun"
        },
        "authors": [],
        "concepts": [
          {
            "uri": "http://en.wikipedia.org/wiki/Malcolm_Glazer",
            "type": "person",
            "score": 4,
            "label": {
              "eng": "Malcolm Glazer"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Jim_Ratcliffe",
            "type": "person",
            "score": 3,
            "label": {
              "eng": "Jim Ratcliffe"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Sheikh",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Sheikh"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Manchester_United_F.C.",
            "type": "org",
            "score": 3,
            "label": {
              "eng": "Manchester United F.C."
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Hedge_fund",
            "type": "wiki",
            "score": 3,
            "label": {
              "eng": "Hedge fund"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/United_States",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "United States"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "United States"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Qatar",
            "type": "loc",
            "score": 3,
            "label": {
              "eng": "Qatar"
            },
            "location": {
              "type": "country",
              "label": {
                "eng": "Qatar"
              }
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Old_Trafford",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Old Trafford"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Due_diligence",
            "type": "wiki",
            "score": 2,
            "label": {
              "eng": "Due diligence"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Ineos",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Ineos"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/House_of_Thani",
            "type": "wiki",
            "score": 1,
            "label": {
              "eng": "House of Thani"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Sky_Sports",
            "type": "org",
            "score": 1,
            "label": {
              "eng": "Sky Sports"
            }
          },
          {
            "uri": "http://en.wikipedia.org/wiki/Belgium_national_