GET /feed/v1/wikipedia/{language}/featured/{YYYY}/{MM}/{DD}

Returns featured content from Wikipedia for a given date. Depending on language availability, the response can include the daily featured article, featured image or media file, list of most read articles, latest news stories, and events from that day in history.

Examples

curl

# Get today’s featured content from English Wikipedia
curl https://api.wikimedia.org/feed/v1/wikipedia/en/featured/2024/03/19

Python

# Python 3
# Get today's featured content from English Wikipedia

import datetime
import requests

today = datetime.datetime.now()
date = today.strftime('%Y/%m/%d')

url = 'https://api.wikimedia.org/feed/v1/wikipedia/en/featured/' + date

headers = {
  'Authorization': 'Bearer YOUR_ACCESS_TOKEN',
  'User-Agent': 'YOUR_APP_NAME (YOUR_EMAIL_OR_CONTACT_PAGE)'
}

response = requests.get(url, headers=headers)
data = response.json()
print(data)

PHP

<?php
// Get today's featured content from English Wikipedia

$url = 'https://api.wikimedia.org/feed/v1/wikipedia/en/featured/' . date( 'Y/m/d' );

$token = 'YOUR_ACCESS_TOKEN';
$authorization = 'Authorization: Bearer ' . $token;

$ch = curl_init( $url );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_HTTPHEADER, array( $authorization ));
curl_setopt( $ch, CURLOPT_USERAGENT, 'YOUR_APP_NAME (YOUR_EMAIL_OR_CONTACT_PAGE)' );
$output = curl_exec( $ch );
curl_close( $ch );

echo( $output );
?>

JavaScript

// Get today's featured content from English Wikipedia

let today = new Date();
let year = today.getFullYear();
let month = String(today.getMonth() + 1).padStart(2,'0');
let day = String(today.getDate()).padStart(2,'0');
let url = `https://api.wikimedia.org/feed/v1/wikipedia/en/featured/${year}/${month}/${day}`;

let response = await fetch( url,
    {
        headers: {
            'Authorization': 'Bearer YOUR_ACCESS_TOKEN',
            'Api-User-Agent': 'YOUR_APP_NAME (YOUR_EMAIL_OR_CONTACT_PAGE)'
        }
    }
);
response.json()
    .then(console.log).catch(console.error);

Parameters

language

required path

Language code. For example: ar (Arabic), en (English), es (Spanish). List supported languages.
YYYY

required path

Four-digit year
MM

required path

Zero-padded month, 01 through 12
DD

required path

Zero-padded day of the month, 01 through 31

Responses

200 Success
Example
{
  "tfa": {
    "type": "standard",
    "title": "Episode_14_(Twin_Peaks)",
    "displaytitle": "Episode 14 (<i>Twin Peaks</i>)",
    "namespace": {
      "id": 0,
      "text": ""
    },
    "wikibase_item": "Q5383519",
    "titles": {
      "canonical": "Episode_14_(Twin_Peaks)",
      "normalized": "Episode 14 (Twin Peaks)",
      "display": "Episode 14 (<i>Twin Peaks</i>)"
    },
    "pageid": 36669976,
    "thumbnail": {
      "source": "https://upload.wikimedia.org/wikipedia/en/f/f6/Leland_Palmer-BOB.jpg",
      "width": 376,
      "height": 250
    },
    "originalimage": {
      "source": "https://upload.wikimedia.org/wikipedia/en/f/f6/Leland_Palmer-BOB.jpg",
      "width": 376,
      "height": 250
    },
    "lang": "en",
    "dir": "ltr",
    "revision": "988037596",
    "tid": "bb728c70-237e-11eb-9f2e-31bd5a9869a2",
    "timestamp": "2020-11-10T18:01:12Z",
    "description": "episode of Twin Peaks",
    "description_source": "local",
    "content_urls": {
      "desktop": {
        "page": "https://en.wikipedia.org/wiki/Episode_14_(Twin_Peaks)",
        "revisions": "https://en.wikipedia.org/wiki/Episode_14_(Twin_Peaks)?action=history",
        "edit": "https://en.wikipedia.org/wiki/Episode_14_(Twin_Peaks)?action=edit",
        "talk": "https://en.wikipedia.org/wiki/Talk:Episode_14_(Twin_Peaks)"
      },
      "mobile": {
        "page": "https://en.m.wikipedia.org/wiki/Episode_14_(Twin_Peaks)",
        "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Episode_14_(Twin_Peaks)",
        "edit": "https://en.m.wikipedia.org/wiki/Episode_14_(Twin_Peaks)?action=edit",
        "talk": "https://en.m.wikipedia.org/wiki/Talk:Episode_14_(Twin_Peaks)"
      }
    },
    "extract": "\"Episode 14\", also known as \"Lonely Souls\", is the seventh episode of the second season of the American mystery television series Twin Peaks. The episode was written by series co-creator Mark Frost and directed by series co-creator David Lynch. It features series regulars Kyle MacLachlan, Michael Ontkean, Ray Wise and Richard Beymer; and guest stars Frank Silva (uncredited) as Killer BOB, Hank Worden as The Waiter, Julee Cruise as Singer, and David Lynch as Gordon Cole.",
    "extract_html": "<p>\"<b>Episode 14</b>\", also known as \"<b>Lonely Souls</b>\", is the seventh episode of the second season of the American mystery television series <i>Twin Peaks</i>. The episode was written by series co-creator Mark Frost and directed by series co-creator David Lynch. It features series regulars Kyle MacLachlan, Michael Ontkean, Ray Wise and Richard Beymer; and guest stars Frank Silva (uncredited) as Killer BOB, Hank Worden as The Waiter, Julee Cruise as Singer, and David Lynch as Gordon Cole.</p>",
    "normalizedtitle": "Episode 14 (Twin Peaks)"
  },
  "mostread": {
    "date": "2020-11-09Z",
    "articles": [
      {
        "views": 1517128,
        "rank": 2,
        "view_history": [
          {
            "date": "2020-11-05Z",
            "views": 514880
          },
          {
            "date": "2020-11-06Z",
            "views": 551685
          },
          {
            "date": "2020-11-07Z",
            "views": 3501236
          },
          {
            "date": "2020-11-08Z",
            "views": 6591413
          },
          {
            "date": "2020-11-09Z",
            "views": 1517128
          }
        ],
        "type": "standard",
        "title": "Kamala_Harris",
        "displaytitle": "Kamala Harris",
        "namespace": {
          "id": 0,
          "text": ""
        },
        "wikibase_item": "Q10853588",
        "titles": {
          "canonical": "Kamala_Harris",
          "normalized": "Kamala Harris",
          "display": "Kamala Harris"
        },
        "pageid": 3120522,
        "thumbnail": {
          "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Kamala_Harris_official_photo_%28cropped2%29.jpg/240px-Kamala_Harris_official_photo_%28cropped2%29.jpg",
          "width": 240,
          "height": 320
        },
        "originalimage": {
          "source": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Kamala_Harris_official_photo_%28cropped2%29.jpg",
          "width": 3747,
          "height": 4990
        },
        "lang": "en",
        "dir": "ltr",
        "revision": "988036474",
        "tid": "1fa6d210-237e-11eb-9c6a-2b4e797d58c2",
        "timestamp": "2020-11-10T17:56:32Z",
        "description": "Vice President-elect of the United States; United States Senator",
        "description_source": "local",
        "content_urls": {
          "desktop": {
            "page": "https://en.wikipedia.org/wiki/Kamala_Harris",
            "revisions": "https://en.wikipedia.org/wiki/Kamala_Harris?action=history",
            "edit": "https://en.wikipedia.org/wiki/Kamala_Harris?action=edit",
            "talk": "https://en.wikipedia.org/wiki/Talk:Kamala_Harris"
          },
          "mobile": {
            "page": "https://en.m.wikipedia.org/wiki/Kamala_Harris",
            "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Kamala_Harris",
            "edit": "https://en.m.wikipedia.org/wiki/Kamala_Harris?action=edit",
            "talk": "https://en.m.wikipedia.org/wiki/Talk:Kamala_Harris"
          }
        },
        "extract": "Kamala Devi Harris is an American politician and attorney who is the vice president-elect of the United States. A member of the Democratic Party, she is set to assume office on January 20, 2021, alongside President-elect Joe Biden, having defeated incumbent President Donald Trump and Vice President Mike Pence in the 2020 presidential election. Harris has served as the junior United States senator from California since 2017. Being of both Indian Tamil and Afro-Jamaican ancestry, Harris is a multiracial American. Harris will be the first female U.S. vice president, the first African American, the first Asian American and the first Caribbean American to hold the post in U.S. history. She will also be the highest-ranking female elected official in United States history.",
        "extract_html": "<p><b>Kamala Devi Harris</b> is an American politician and attorney who is the vice president-elect of the United States. A member of the Democratic Party, she is set to assume office on January 20, 2021, alongside President-elect Joe Biden, having defeated incumbent President Donald Trump and Vice President Mike Pence in the 2020 presidential election. Harris has served as the junior United States senator from California since 2017. Being of both Indian Tamil and Afro-Jamaican ancestry, Harris is a multiracial American. Harris will be the first female U.S. vice president, the first African American, the first Asian American and the first Caribbean American to hold the post in U.S. history. She will also be the highest-ranking female elected official in United States history.</p>",
        "normalizedtitle": "Kamala Harris"
      },
      {
        "documentation_note": "Additional objects have been omitted for readability."
      }
    ]
  },
  "image": {
    "title": "File:Perchtoldsdorf Pfarrkirche Innenraum 01.jpg",
    "thumbnail": {
      "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Perchtoldsdorf_Pfarrkirche_Innenraum_01.jpg/640px-Perchtoldsdorf_Pfarrkirche_Innenraum_01.jpg",
      "width": 640,
      "height": 664
    },
    "image": {
      "source": "https://upload.wikimedia.org/wikipedia/commons/8/8d/Perchtoldsdorf_Pfarrkirche_Innenraum_01.jpg",
      "width": 9940,
      "height": 10313
    },
    "file_page": "https://commons.wikimedia.org/wiki/File:Perchtoldsdorf_Pfarrkirche_Innenraum_01.jpg",
    "artist": {
      "html": "<a href=\"//commons.wikimedia.org/wiki/User:Uoaei1\" title=\"User:Uoaei1\">Uoaei1</a>",
      "text": "Uoaei1",
      "name": "Uoaei1",
      "user_page": "https://commons.wikimedia.org/wiki/User:Uoaei1"
    },
    "credit": {
      "html": "<span class=\"int-own-work\" lang=\"en\">Own work</span>",
      "text": "Own work"
    },
    "license": {
      "type": "CC BY-SA 4.0",
      "code": "cc-by-sa-4.0",
      "url": "https://creativecommons.org/licenses/by-sa/4.0"
    },
    "description": {
      "html": "Interior of the parish church <a rel=\"mw:WikiLink/Interwiki\" href=\"https://en.wikipedia.org/wiki/Perchtoldsdorf\" title=\"w:Perchtoldsdorf\">Perchtoldsdorf</a>, Lower Austria",
      "text": "Interior of the parish church Perchtoldsdorf, Lower Austria",
      "lang": "en"
    },
    "wb_entity_id": "M74447152",
    "structured": {
      "captions": {}
    }
  },
  "news": [
    {
      "links": [
        {
          "type": "standard",
          "title": "2020_United_States_presidential_election",
          "displaytitle": "2020 United States presidential election",
          "namespace": {
            "id": 0,
            "text": ""
          },
          "wikibase_item": "Q22923830",
          "titles": {
            "canonical": "2020_United_States_presidential_election",
            "normalized": "2020 United States presidential election",
            "display": "2020 United States presidential election"
          },
          "pageid": 48410011,
          "thumbnail": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/ElectoralCollege2020_with_results.svg/320px-ElectoralCollege2020_with_results.svg.png",
            "width": 320,
            "height": 186
          },
          "originalimage": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/ElectoralCollege2020_with_results.svg/1020px-ElectoralCollege2020_with_results.svg.png",
            "width": 1020,
            "height": 593
          },
          "lang": "en",
          "dir": "ltr",
          "revision": "988030609",
          "tid": "7536deb0-2378-11eb-98a1-c9d872f21b58",
          "timestamp": "2020-11-10T17:15:33Z",
          "description": "59th United States presidential election",
          "description_source": "local",
          "content_urls": {
            "desktop": {
              "page": "https://en.wikipedia.org/wiki/2020_United_States_presidential_election",
              "revisions": "https://en.wikipedia.org/wiki/2020_United_States_presidential_election?action=history",
              "edit": "https://en.wikipedia.org/wiki/2020_United_States_presidential_election?action=edit",
              "talk": "https://en.wikipedia.org/wiki/Talk:2020_United_States_presidential_election"
            },
            "mobile": {
              "page": "https://en.m.wikipedia.org/wiki/2020_United_States_presidential_election",
              "revisions": "https://en.m.wikipedia.org/wiki/Special:History/2020_United_States_presidential_election",
              "edit": "https://en.m.wikipedia.org/wiki/2020_United_States_presidential_election?action=edit",
              "talk": "https://en.m.wikipedia.org/wiki/Talk:2020_United_States_presidential_election"
            }
          },
          "extract": "The 2020 United States presidential election was the 59th quadrennial presidential election held on Tuesday, November 3, 2020. The Democratic ticket of former vice president Joe Biden and U.S. senator from California Kamala Harris defeated the Republican ticket of incumbent president Donald Trump and vice president Mike Pence. Voters chose a joint ticket for president and vice president, which determines the presidential electors of the Electoral College, who in turn will vote for the candidates on December 14, 2020. This election was the first since 1992 in which an incumbent president failed to win re-election to a second term. Both Biden and Trump received more than 70 million votes, beating Barack Obama's record of 69.5 million votes from 2008. With more than 75 million votes, Biden received the most votes ever cast for a U.S. presidential candidate. This election was also the first since 1960 in which a candidate won the election without winning Ohio.",
          "extract_html": "<p>The <b>2020 United States presidential election</b> was the 59th quadrennial presidential election held on Tuesday, November 3, 2020. The Democratic ticket of former vice president Joe Biden and U.S. senator from California Kamala Harris defeated the Republican ticket of incumbent president Donald Trump and vice president Mike Pence. Voters chose a joint ticket for president and vice president, which determines the presidential electors of the Electoral College, who in turn will vote for the candidates on December 14, 2020. This election was the first since 1992 in which an incumbent president failed to win re-election to a second term. Both Biden and Trump received more than 70 million votes, beating Barack Obama's record of 69.5 million votes from 2008. With more than 75 million votes, Biden received the most votes ever cast for a U.S. presidential candidate. This election was also the first since 1960 in which a candidate won the election without winning Ohio.</p>",
          "normalizedtitle": "2020 United States presidential election"
        },
        {
          "type": "standard",
          "title": "Joe_Biden",
          "displaytitle": "Joe Biden",
          "namespace": {
            "id": 0,
            "text": ""
          },
          "wikibase_item": "Q6279",
          "titles": {
            "canonical": "Joe_Biden",
            "normalized": "Joe Biden",
            "display": "Joe Biden"
          },
          "pageid": 145422,
          "thumbnail": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Joe_Biden_official_portrait_2013.jpg/256px-Joe_Biden_official_portrait_2013.jpg",
            "width": 256,
            "height": 320
          },
          "originalimage": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/f/f4/Joe_Biden_official_portrait_2013.jpg",
            "width": 3277,
            "height": 4096
          },
          "lang": "en",
          "dir": "ltr",
          "revision": "988025443",
          "tid": "15021a90-2374-11eb-988b-8f3592ed6322",
          "timestamp": "2020-11-10T16:44:40Z",
          "description": "President-elect of the United States",
          "description_source": "local",
          "content_urls": {
            "desktop": {
              "page": "https://en.wikipedia.org/wiki/Joe_Biden",
              "revisions": "https://en.wikipedia.org/wiki/Joe_Biden?action=history",
              "edit": "https://en.wikipedia.org/wiki/Joe_Biden?action=edit",
              "talk": "https://en.wikipedia.org/wiki/Talk:Joe_Biden"
            },
            "mobile": {
              "page": "https://en.m.wikipedia.org/wiki/Joe_Biden",
              "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Joe_Biden",
              "edit": "https://en.m.wikipedia.org/wiki/Joe_Biden?action=edit",
              "talk": "https://en.m.wikipedia.org/wiki/Talk:Joe_Biden"
            }
          },
          "extract": "Joseph Robinette Biden Jr. is an American politician and the president-elect of the United States. Having defeated incumbent Donald Trump in the 2020 United States presidential election, he will be inaugurated as the 46th president on January 20, 2021. A member of the Democratic Party, Biden served as the 47th vice president from 2009 to 2017 and a United States senator for Delaware from 1973 to 2009.",
          "extract_html": "<p><b>Joseph Robinette Biden Jr.</b> is an American politician and the president-elect of the United States. Having defeated incumbent Donald Trump in the 2020 United States presidential election, he will be inaugurated as the 46th president on January 20, 2021. A member of the Democratic Party, Biden served as the 47th vice president from 2009 to 2017 and a United States senator for Delaware from 1973 to 2009.</p>",
          "normalizedtitle": "Joe Biden"
        },
        {
          "type": "standard",
          "title": "Kamala_Harris",
          "displaytitle": "Kamala Harris",
          "namespace": {
            "id": 0,
            "text": ""
          },
          "wikibase_item": "Q10853588",
          "titles": {
            "canonical": "Kamala_Harris",
            "normalized": "Kamala Harris",
            "display": "Kamala Harris"
          },
          "pageid": 3120522,
          "thumbnail": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Kamala_Harris_official_photo_%28cropped2%29.jpg/240px-Kamala_Harris_official_photo_%28cropped2%29.jpg",
            "width": 240,
            "height": 320
          },
          "originalimage": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Kamala_Harris_official_photo_%28cropped2%29.jpg",
            "width": 3747,
            "height": 4990
          },
          "lang": "en",
          "dir": "ltr",
          "revision": "988036474",
          "tid": "1fa6d210-237e-11eb-9c6a-2b4e797d58c2",
          "timestamp": "2020-11-10T17:56:32Z",
          "description": "Vice President-elect of the United States; United States Senator",
          "description_source": "local",
          "content_urls": {
            "desktop": {
              "page": "https://en.wikipedia.org/wiki/Kamala_Harris",
              "revisions": "https://en.wikipedia.org/wiki/Kamala_Harris?action=history",
              "edit": "https://en.wikipedia.org/wiki/Kamala_Harris?action=edit",
              "talk": "https://en.wikipedia.org/wiki/Talk:Kamala_Harris"
            },
            "mobile": {
              "page": "https://en.m.wikipedia.org/wiki/Kamala_Harris",
              "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Kamala_Harris",
              "edit": "https://en.m.wikipedia.org/wiki/Kamala_Harris?action=edit",
              "talk": "https://en.m.wikipedia.org/wiki/Talk:Kamala_Harris"
            }
          },
          "extract": "Kamala Devi Harris is an American politician and attorney who is the vice president-elect of the United States. A member of the Democratic Party, she is set to assume office on January 20, 2021, alongside President-elect Joe Biden, having defeated incumbent President Donald Trump and Vice President Mike Pence in the 2020 presidential election. Harris has served as the junior United States senator from California since 2017. Being of both Indian Tamil and Afro-Jamaican ancestry, Harris is a multiracial American. Harris will be the first female U.S. vice president, the first African American, the first Asian American and the first Caribbean American to hold the post in U.S. history. She will also be the highest-ranking female elected official in United States history.",
          "extract_html": "<p><b>Kamala Devi Harris</b> is an American politician and attorney who is the vice president-elect of the United States. A member of the Democratic Party, she is set to assume office on January 20, 2021, alongside President-elect Joe Biden, having defeated incumbent President Donald Trump and Vice President Mike Pence in the 2020 presidential election. Harris has served as the junior United States senator from California since 2017. Being of both Indian Tamil and Afro-Jamaican ancestry, Harris is a multiracial American. Harris will be the first female U.S. vice president, the first African American, the first Asian American and the first Caribbean American to hold the post in U.S. history. She will also be the highest-ranking female elected official in United States history.</p>",
          "normalizedtitle": "Kamala Harris"
        }
      ],
      "story": "<!--Nov 07--><a rel=\"mw:WikiLink\" href=\"./Joe_Biden\" title=\"Joe Biden\" id=\"mwBw\">Joe Biden</a> and his running mate <a rel=\"mw:WikiLink\" href=\"./Kamala_Harris\" title=\"Kamala Harris\" id=\"mwCA\">Kamala Harris</a> <i id=\"mwCQ\">(both pictured)</i> win <b id=\"mwCg\"><a rel=\"mw:WikiLink\" href=\"./2020_United_States_presidential_election\" title=\"2020 United States presidential election\" id=\"mwCw\">the United States presidential election</a></b>.<!--and the [[Democratic Party (United States)|Democrats]] retain control of '''[[2020 United States House of Representatives elections|the House]]''', while control of '''[[2020 United States Senate elections|the Senate]]''' will be determined in a run&#x2D;off election.-->"
    },
    {
      "documentation_note": "Additional objects have been omitted for readability."
    }
  ],
  "onthisday": [
    {
      "text": "Ships of the South Korean and North Korean navies skirmished off Daecheong Island in the Yellow Sea.",
      "pages": [
        {
          "type": "standard",
          "title": "Battle_of_Daecheong",
          "displaytitle": "Battle of Daecheong",
          "namespace": {
            "id": 0,
            "text": ""
          },
          "wikibase_item": "Q491188",
          "titles": {
            "canonical": "Battle_of_Daecheong",
            "normalized": "Battle of Daecheong",
            "display": "Battle of Daecheong"
          },
          "pageid": 25031296,
          "thumbnail": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Inchon_islands_2.svg/320px-Inchon_islands_2.svg.png",
            "width": 320,
            "height": 229
          },
          "originalimage": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Inchon_islands_2.svg/912px-Inchon_islands_2.svg.png",
            "width": 912,
            "height": 653
          },
          "lang": "en",
          "dir": "ltr",
          "revision": "984828749",
          "tid": "6dfb3be0-1451-11eb-a79d-75d0177f06f7",
          "timestamp": "2020-10-22T10:29:08Z",
          "description": "Skirmish between the South Korean and North Korean navies",
          "description_source": "local",
          "content_urls": {
            "desktop": {
              "page": "https://en.wikipedia.org/wiki/Battle_of_Daecheong",
              "revisions": "https://en.wikipedia.org/wiki/Battle_of_Daecheong?action=history",
              "edit": "https://en.wikipedia.org/wiki/Battle_of_Daecheong?action=edit",
              "talk": "https://en.wikipedia.org/wiki/Talk:Battle_of_Daecheong"
            },
            "mobile": {
              "page": "https://en.m.wikipedia.org/wiki/Battle_of_Daecheong",
              "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Battle_of_Daecheong",
              "edit": "https://en.m.wikipedia.org/wiki/Battle_of_Daecheong?action=edit",
              "talk": "https://en.m.wikipedia.org/wiki/Talk:Battle_of_Daecheong"
            }
          },
          "extract": "The Battle of Daecheong was a skirmish between the South Korean and North Korean navies near the Northern Limit Line (NLL) on 10 November 2009 off Daecheong Island. The incident began around 11:27 am when a North Korean navy patrol boat crossed down through the NLL, which is not recognized by North Korea (DPRK). Following two warnings from South Korean naval units, one of the South Korean patrol boats fired a warning shot. In response, the North Korean boat began firing upon the South Korean ship. A patrol boat from the DPRK was seriously damaged suffering eight casualties while the navy of South Korea (ROK) sustained no casualties.",
          "extract_html": "<p>The <b>Battle of Daecheong</b> was a skirmish between the South Korean and North Korean navies near the Northern Limit Line (NLL) on 10 November 2009 off Daecheong Island. The incident began around 11:27 am when a North Korean navy patrol boat crossed down through the NLL, which is not recognized by North Korea (DPRK). Following two warnings from South Korean naval units, one of the South Korean patrol boats fired a warning shot. In response, the North Korean boat began firing upon the South Korean ship. A patrol boat from the DPRK was seriously damaged suffering eight casualties while the navy of South Korea (ROK) sustained no casualties.</p>",
          "normalizedtitle": "Battle of Daecheong"
        },
        {
          "type": "standard",
          "title": "Daecheongdo",
          "displaytitle": "Daecheongdo",
          "namespace": {
            "id": 0,
            "text": ""
          },
          "wikibase_item": "Q484894",
          "titles": {
            "canonical": "Daecheongdo",
            "normalized": "Daecheongdo",
            "display": "Daecheongdo"
          },
          "pageid": 29753277,
          "thumbnail": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Daecheong_Island_landsat_%282%29.jpg/320px-Daecheong_Island_landsat_%282%29.jpg",
            "width": 320,
            "height": 241
          },
          "originalimage": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/5/5a/Daecheong_Island_landsat_%282%29.jpg",
            "width": 375,
            "height": 282
          },
          "lang": "en",
          "dir": "ltr",
          "revision": "934114458",
          "tid": "189ce1c0-1835-11eb-ba0f-5ff2e6d6d8df",
          "timestamp": "2020-01-04T21:01:57Z",
          "coordinates": {
            "lat": 37.825,
            "lon": 124.7
          },
          "content_urls": {
            "desktop": {
              "page": "https://en.wikipedia.org/wiki/Daecheongdo",
              "revisions": "https://en.wikipedia.org/wiki/Daecheongdo?action=history",
              "edit": "https://en.wikipedia.org/wiki/Daecheongdo?action=edit",
              "talk": "https://en.wikipedia.org/wiki/Talk:Daecheongdo"
            },
            "mobile": {
              "page": "https://en.m.wikipedia.org/wiki/Daecheongdo",
              "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Daecheongdo",
              "edit": "https://en.m.wikipedia.org/wiki/Daecheongdo?action=edit",
              "talk": "https://en.m.wikipedia.org/wiki/Talk:Daecheongdo"
            }
          },
          "extract": "Daecheong Island or Daecheongdo is a 12.63 km2 (4.88 sq mi), 7 km (4.3 mi) long and 6.3 km (3.9 mi) wide island in Ongjin County, Incheon, South Korea, near the Northern Limit Line. The 1953 Korean Armistice Agreement which ended the Korean War specified that the five islands including Daecheong Island would remain under U.N. and South Korea control. This agreement was signed by both DPRK and United Nations Command. Since then, it serves as a maritime demarcation between North and South Korea in the Yellow Sea.",
          "extract_html": "<p><b>Daecheong Island</b> or <b>Daecheongdo</b> is a 12.63 km<sup>2</sup> (4.88 sq mi), 7 km (4.3 mi) long and 6.3 km (3.9 mi) wide island in Ongjin County, Incheon, South Korea, near the Northern Limit Line. The 1953 Korean Armistice Agreement which ended the Korean War specified that the five islands including Daecheong Island would remain under U.N. and South Korea control. This agreement was signed by both DPRK and United Nations Command. Since then, it serves as a maritime demarcation between North and South Korea in the Yellow Sea.</p>",
          "normalizedtitle": "Daecheongdo"
        },
        {
          "type": "standard",
          "title": "Yellow_Sea",
          "displaytitle": "Yellow Sea",
          "namespace": {
            "id": 0,
            "text": ""
          },
          "wikibase_item": "Q37960",
          "titles": {
            "canonical": "Yellow_Sea",
            "normalized": "Yellow Sea",
            "display": "Yellow Sea"
          },
          "pageid": 50820,
          "thumbnail": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Bohaiseamap2.png/320px-Bohaiseamap2.png",
            "width": 320,
            "height": 274
          },
          "originalimage": {
            "source": "https://upload.wikimedia.org/wikipedia/commons/0/03/Bohaiseamap2.png",
            "width": 583,
            "height": 500
          },
          "lang": "en",
          "dir": "ltr",
          "revision": "982762961",
          "tid": "6a1a2aa0-1d24-11eb-8f4b-b3ec0c2aa2d1",
          "timestamp": "2020-10-10T05:44:51Z",
          "description": "Sea in Northeast Asia between China and Korea",
          "description_source": "local",
          "coordinates": {
            "lat": 35,
            "lon": 123
          },
          "content_urls": {
            "desktop": {
              "page": "https://en.wikipedia.org/wiki/Yellow_Sea",
              "revisions": "https://en.wikipedia.org/wiki/Yellow_Sea?action=history",
              "edit": "https://en.wikipedia.org/wiki/Yellow_Sea?action=edit",
              "talk": "https://en.wikipedia.org/wiki/Talk:Yellow_Sea"
            },
            "mobile": {
              "page": "https://en.m.wikipedia.org/wiki/Yellow_Sea",
              "revisions": "https://en.m.wikipedia.org/wiki/Special:History/Yellow_Sea",
              "edit": "https://en.m.wikipedia.org/wiki/Yellow_Sea?action=edit",
              "talk": "https://en.m.wikipedia.org/wiki/Talk:Yellow_Sea"
            }
          },
          "extract": "The Yellow Sea is a marginal sea of the Western Pacific Ocean located between mainland China and the Korean Peninsula, and can be considered the northwestern part of the East China Sea. It is one of four seas named after common colour terms, and its name is descriptive of the phenomenon whereby fine sand grains from the Gobi Desert sand storms, that descend annually from the north, turn the surface of its waters a golden yellow.",
          "extract_html": "<p>The <b>Yellow Sea</b> is a marginal sea of the Western Pacific Ocean located between mainland China and the Korean Peninsula, and can be considered the northwestern part of the East China Sea. It is one of four seas named after common colour terms, and its name is descriptive of the phenomenon whereby fine sand grains from the Gobi Desert sand storms, that descend annually from the north, turn the surface of its waters a golden yellow.</p>",
          "normalizedtitle": "Yellow Sea"
        }
      ],
      "year": 2009
    },
    {
      "documentation_note": "Additional objects have been omitted for readability."
    }
  ]
}
400 Error: Invalid parameter
Example
{
  "type": "https://mediawiki.org/wiki/HyperSwitch/errors/bad_request",
  "method": "get",
  "detail": "Invalid dd parameter",
  "uri": "/en.wikipedia.org/v1/feed/featured/2020/11/9"
}

Response schema

tfa

object

Today's featured article (TFA) for the requested date. Available in 10+ languages.
Properties
type

string

Type of article:
  • standard: Encyclopedia article
  • disambiguation: Page that links to articles covering topics with similar titles
  • no-extract: Article without an extract
  • mainpage: A wiki's homepage
title

deprecated

Deprecated. Use titles.canonical instead.
displaytitle

deprecated

Deprecated. Use titles.display instead.
namespace

object

Article namespace
Properties
id

integer

Namespace identifier
text

string

Localized name of the namespace
wikibase_item

string

Wikidata identifier
titles

object

Article title in multiple formats
Properties
canonical

string

Article title in URL-friendly format
normalized

string

Article title with underscores replaced with spaces
display

string

Article title in reading-friendly format
pageid

integer

Article identifier
thumbnail

object

Reduced-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
originalimage

object

Original-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
lang

string

Language code for the language of the article
dir

string

Language direction: ltr for left-to-right languages or rtl for right-to-left languages
revision

string

Revision identifier for the latest revision
tid

string

Time-based UUID used for rendering content changes
timestamp

string

Time when the article was last edited in ISO 8601 format
description

string

Short summary of the article
description_source

string

Source of the description: local for descriptions maintained within the page or central for descriptions imported from Wikidata
content_urls

object

Article URLs
Properties
desktop

object

Article URLs for desktop viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
mobile

object

Article URLs for mobile viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
extract

string

First several sentences of the article in plain text
extract_html

string

First several sentences of the article in simplified HTML
normalizedtitle

deprecated

Deprecated. Use titles.normalized instead.
mostread

object

Previous day's most read articles. Available in 300+ languages.
Properties
date

string

Date that the data applies to, in ISO 8601 format
articles

array

Information about the 50 articles with the highest number of views
Properties
views

integer

Number of views
rank

integer

View rank. This may not start with 1 and may not be sequential.
view_history

array

Number of views for the previous five days
Properties
date

string

Date that the data applies to, in ISO 8601 format
views

integer

Number of views
type

string

Type of article:
  • standard: Encyclopedia article
  • disambiguation: Page that links to articles covering topics with similar titles
  • no-extract: Article without an extract
  • mainpage: A wiki's homepage
title

deprecated

Deprecated. Use titles.canonical instead.
displaytitle

deprecated

Deprecated. Use titles.display instead.
namespace

object

Article namespace
Properties
id

integer

Namespace identifier
text

string

Localized name of the namespace
wikibase_item

string

Wikidata identifier
titles

object

Article title in multiple formats
Properties
canonical

string

Article title in URL-friendly format
normalized

string

Article title with underscores replaced with spaces
display

string

Article title in reading-friendly format
pageid

integer

Article identifier
thumbnail

object

Reduced-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
originalimage

object

Original-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
lang

string

Language code for the language of the article
dir

string

Language direction: ltr for left-to-right languages or rtl for right-to-left languages
revision

string

Revision identifier for the latest revision
tid

string

Time-based UUID used for rendering content changes
timestamp

string

Time when the article was last edited in ISO 8601 format
description

string

Short summary of the article
description_source

string

Source of the description: local for descriptions maintained within the page or central for descriptions imported from Wikidata
content_urls

object

Article URLs
Properties
desktop

object

Article URLs for desktop viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
mobile

object

Article URLs for mobile viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
extract

string

First several sentences of the article in plain text
extract_html

string

First several sentences of the article in simplified HTML
normalizedtitle

deprecated

Deprecated. Use titles.normalized instead.
image

object

Daily featured image from Wikimedia Commons. Available in English.
Properties
title

string

Image page title
thumbnail

object

Preview-sized image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
image

object

Full-sized image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
file_page

string

URL for the image's attribution page
artist

object

Information about the image's author
Properties
html

string

Artist name in HTML
text

string

Artist name in plain text, if available
name

string

Artist name
user_page

string

User page for the artist on Wikimedia Commons, if available
credit

object

Attribution information. For more information about attribution, visit Credit line on Wikimedia Commons.
Properties
html

string

Attribution description for the image in HTML
text

string

Attribution description for the image in plain text
license

object

License that the image is available under
Properties
type

string

Name of the license in plain text
code

string

Code for the license. For example: cc-by-sa-4.0
url

string

URL for a page that describes the terms and conditions of the license
description

object

Description of the image
Properties
html

string

Description of the image in HTML
text

string

Description of the image in plain text
lang

string

Language code for the image's description
wb_entity_id

string

Wikimedia Commons Wikibase (WB) identifier
structured

object

Image captions and tags
Properties
captions

object

Multilingual captions for the image
Properties
LANGUAGE_CODE

string

Key-value pairs with the language code and translated caption. For example: "en": "Image description"
news

object

Stories from today's news. Available only for the current day in UTC. Available in 15+ languages.
Properties
story

string

Short summary of the story in HTML
links

array

Articles related to the story
Properties
type

string

Type of article:
  • standard: Encyclopedia article
  • disambiguation: Page that links to articles covering topics with similar titles
  • no-extract: Article without an extract
  • mainpage: A wiki's homepage
title

deprecated

Deprecated. Use titles.canonical instead.
displaytitle

deprecated

Deprecated. Use titles.display instead.
namespace

object

Article namespace
Properties
id

integer

Namespace identifier
text

string

Localized name of the namespace
wikibase_item

string

Wikidata identifier
titles

object

Article title in multiple formats
Properties
canonical

string

Article title in URL-friendly format
normalized

string

Article title with underscores replaced with spaces
display

string

Article title in reading-friendly format
pageid

integer

Article identifier
thumbnail

object

Reduced-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
originalimage

object

Original-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
lang

string

Language code for the language of the article
dir

string

Language direction: ltr for left-to-right languages or rtl for right-to-left languages
revision

string

Revision identifier for the latest revision
tid

string

Time-based UUID used for rendering content changes
timestamp

string

Time when the article was last edited in ISO 8601 format
description

string

Short summary of the article
description_source

string

Source of the description: local for descriptions maintained within the page or central for descriptions imported from Wikidata
content_urls

object

Article URLs
Properties
desktop

object

Article URLs for desktop viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
mobile

object

Article URLs for mobile viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
extract

string

First several sentences of the article in plain text
extract_html

string

First several sentences of the article in simplified HTML
normalizedtitle

deprecated

Deprecated. Use titles.normalized instead.
onthisday

object

Events that occurred on this day in history. Available in 5+ languages
Properties
text

string

Short summary of the event in plain text
pages

array

Articles related to the event
Properties
type

string

Type of article:
  • standard: Encyclopedia article
  • disambiguation: Page that links to articles covering topics with similar titles
  • no-extract: Article without an extract
  • mainpage: A wiki's homepage
title

deprecated

Deprecated. Use titles.canonical instead.
displaytitle

deprecated

Deprecated. Use titles.display instead.
namespace

object

Article namespace
Properties
id

integer

Namespace identifier
text

string

Localized name of the namespace
wikibase_item

string

Wikidata identifier
titles

object

Article title in multiple formats
Properties
canonical

string

Article title in URL-friendly format
normalized

string

Article title with underscores replaced with spaces
display

string

Article title in reading-friendly format
pageid

integer

Article identifier
thumbnail

object

Reduced-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
originalimage

object

Original-size version of the article's lead image
Properties
source

string

Image URL
width

integer

Image width in pixels
height

integer

Image height in pixels
lang

string

Language code for the language of the article
dir

string

Language direction: ltr for left-to-right languages or rtl for right-to-left languages
revision

string

Revision identifier for the latest revision
tid

string

Time-based UUID used for rendering content changes
timestamp

string

Time when the article was last edited in ISO 8601 format
description

string

Short summary of the article
description_source

string

Source of the description: local for descriptions maintained within the page or central for descriptions imported from Wikidata
content_urls

object

Article URLs
Properties
desktop

object

Article URLs for desktop viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
mobile

object

Article URLs for mobile viewing
Properties
page

string

URL for the article
revisions

string

URL for the article's revision history
edit

string

URL to edit the article
talk

string

URL for the article's discussion page
extract

string

First several sentences of the article in plain text
extract_html

string

First several sentences of the article in simplified HTML
normalizedtitle

deprecated

Deprecated. Use titles.normalized instead.