GET /news/wikipedia
Get Wikipedia's featured content for today (or a specified date), including the featured article, 'on this day' historical events, notable birthdays, and picture of the day. Returns rich content with summaries and thumbnail images. Useful for educational apps, daily knowledge features, trivia tools, and content platforms that want to surface interesting encyclopedia content. Data from the Wikimedia REST API.
date
optional
Date
| Name | Required | Default | Description |
|---|---|---|---|
date |
No | - | Date |
curl https://nordapi.ee/api/v1/news/wikipedia
curl https://nordapi.ee/api/v1/news/wikipedia
curl "https://nordapi.ee/api/v1/news/wikipedia?date=2026-04-15"
{
"data": {
"most_read": [],
"news": [
{
"story": "<!--Aug 31-->Duane Keith Davis is convicted of orchestrating <b id=\"mwBg\"><a rel=\"mw:WikiLink\" href=\"./Murder_of_Tupac_Shakur\" title=\"Murder of Tupac Shakur\" id=\"mwBw\">the 1996 murder</a></b> of American rapper <a rel=\"mw:WikiLink\" href=\"./Tupac_Shakur\" title=\"Tupac Shakur\" id=\"mwCA\">Tupac Shakur</a> <i id=\"mwCQ\"></i>."
},
{
"story": "<!--Aug 30-->In <b id=\"mwCw\"><a rel=\"mw:WikiLink\" href=\"./2026_Icelandic_European_Union_membership_negotiations_referendum\" title=\"2026 Icelandic European Union membership negotiations referendum\" id=\"mwDA\">a referendum</a></b>, Icelanders reject <a rel=\"mw:WikiLink\" href=\"./European_Union\" title=\"European Union\" id=\"mwDQ\">European Union</a> membership negotiations."
},
{
"story": "<!--Aug 30-->The <b id=\"mwDw\"><a rel=\"mw:WikiLink\" href=\"./Nancy_Grace_Roman_Space_Telescope\" title=\"Nancy Grace Roman Space Telescope\" id=\"mwEA\">Nancy Grace Roman Space Telescope</a></b> is launched towards its <a rel=\"mw:WikiLink\" href=\"./Lagrange_point#L2_point\" title=\"Lagrange point\" id=\"mwEQ\">Earth–Sun L2</a> operating orbit."
},
{
"story": "<!--Aug 29--><b id=\"mwEw\"><a rel=\"mw:WikiLink\" href=\"./2026_Nigerien_coup_attempt\" title=\"2026 Nigerien coup attempt\" id=\"mwFA\">An attempted coup</a></b> against <a rel=\"mw:WikiLink\" href=\"./National_Council_for_the_Safeguard_of_the_Homeland\" title=\"National Council for the Safeguard of the Homeland\" id=\"mwFQ\">the military junta in Niger</a> fails."
}
],
"on_this_day": [
{
"text": "North Korea conducted its sixth and most powerful nuclear test at Punggye-ri, causing a magnitude-6.3 earthquake.",
"year": 2017
},
{
"text": "North Korea conducted its sixth and most powerful nuclear test at Punggye-ri, causing a magnitude-6.3 earthquake.",
"year": 2017
},
{
"text": "The Troubles: Ulster loyalists resumed a picket outside a Catholic girls' primary school in the Protestant portion of Ardoyne, in Belfast, Northern Ireland.",
"year": 2001
},
{
"text": "A fire killed 25 people locked inside a burning chicken processing plant in Hamlet, North Carolina, U.S.",
"year": 1991
},
{
"text": "While he was abroad, Burundian president Jean-Baptiste Bagaza was deposed in a military coup d'état by Pierre Buyoya.",
"year": 1987
},
{
"text": "The Holocaust: In possibly the first Jewish ghetto uprising, residents of the Łachwa Ghetto in occupied Poland, informed of the upcoming \"liquidation\" of the ghetto, unsuccessfully fought against their Nazi captors.",
"year": 1942
},
{
"text": "The mass expulsion of Soviet Germans from the Volga German ASSR began.",
"year": 1941
},
{
"text": "The Guild of Carillonneurs in North America was founded in Parliament Hill, Ottawa, Canada.",
"year": 1936
},
{
"text": "On the Bonneville Salt Flats in Utah, British racing motorist Malcolm Campbell (pictured) became the first person to drive an automobile over 300 mph (480 km/h).",
"year": 1935
},
{
"text": "At the Royal Exhibition Building (pictured) in Melbourne, the flag of Australia flew for the first time.",
"year": 1901
}
],
"tfa": {
"extract": "The huhu beetle is a longhorn beetle endemic to New Zealand. It is a large, visually distinctive species whose adults reach up to five cm (2 in) in length. It is widespread throughout New Zealand, occurring up to 1,400 m (4,600 ft) in altitude. Although it is unable to eat as an adult, the larva feeds and burrows in the dead wood of trees, almost entirely feeding on gymnosperms such as rimu and Monterey pine. As a larva, it can grow to sizes of 50–70 mm (2.0–2.8 in) and has a cylindrical appearance with a creamy colour. During this stage, which is high in protein and fat, it is edible and has been described as tasting similar to peanut butter. It has a history of consumption by the Māori, with the larva being consumed either raw or traditionally cooked in a hāngī.",
"title": "Huhu beetle"
}
},
"success": true
}