NYT Most Viewed Articles

GET https://api.nytimes.com/svc/mostpopular/v2/viewed/7.json?api-key=demo-key

Table visualization of the top tracks on the most viewed articles on the New York Times. Lists the title, abstract, publication date and url of each article.

The data here is from the NYT API. Sign up for an API key at https://developer.nytimes.com/ to access extensive NYT data!

Sample Response

{
    "status": "OK",
    "copyright": "Copyright (c) 2019 The New York Times Company.  All Rights Reserved.",
    "num_results": 1707,
    "results": [
        {
            "url": "https://www.nytimes.com/2019/11/13/movies/tom-hanks-mister-rogers.html",
            "adx_keywords": "Hanks, Tom;Actors and Actresses;Movies;A Beautiful Day in the Neighborhood (Movie)",
            "column": null,
            "section": "Movies",
            "byline": "By TAFFY BRODESSER-AKNER",
            "type": "Article",
            "title": "This Tom Hanks Story Will Help You Feel Less Bad",
            "abstract": "Hanks is playing Mister Rogers in a new movie and is just as nice as you think he is. Please read this article anyway.",
            "published_date": "2019-11-13",
            "source": "The New York Times",
            "id": 100000006800704,
            "asset_id": 100000006800704,
            "views": 1,
            "des_facet": [
                "MOVIES"
            ],
            "org_facet": [
                "ACTORS AND ACTRESSES"
            ],
            "per_facet": [
                "HANKS, TOM"
            ],
            "geo_facet": "",
            "media": [
                {
                    "type": "image",
                    "subtype": "photo",
                    "caption": "“I recognized in myself a long time ago that I don’t instill fear in anybody,” Hanks said. “Now, that’s different than being nice, you know? I think I have a cache of mystery. But it’s not one of malevolence.”",
                    "copyright": "Daniel Dorsa for The New York Times",
                    "approved_for_syndication": 1,
                    "media-metadata": [
                        {
                            "url": "https://static01.nyt.com/images/2019/11/17/arts/17tom-hanks2-promo/17tom-hanks2-thumbStandard.jpg",
                            "format": "Standard Thumbnail",
                            "height": 75,
                            "width": 75
                        },
                        {
                            "url": "https://static01.nyt.com/images/2019/11/17/arts/17tom-hanks2-promo/17tom-hanks2-promo-mediumThreeByTwo210.jpg",
                            "format": "mediumThreeByTwo210",
                            "height": 140,
                            "width": 210
                        },
                        {
                            "url": "https://static01.nyt.com/images/2019/11/17/arts/17tom-hanks2-promo/17tom-hanks2-promo-mediumThreeByTwo440.jpg",
                            "format": "mediumThreeByTwo440",
                            "height": 293,
                            "width": 440
                        }
                    ]
                }
            ],
            "uri": "nyt://article/8837752f-6207-55e9-8cc3-b811091e3a86"
        },
        {
            "url": "https://www.nytimes.com/2019/11/13/us/politics/impeachment-hearings.html",
            "adx_keywords": "Trump-Ukraine Whistle-Blower Complaint and Impeachment Inquiry;Trump, Donald J;United States Politics and Government;Presidential Election of 2020;United States International Relations;Impeachment;Democratic Party;Republican Party;House of Representatives;Biden, Joseph R Jr;Kent, George P;Giuliani, Rudolph W;Taylor, William B Jr;Yovanovitch, Marie L;Zelensky, Volodymyr",
            "column": null,
            "section": "U.S.",
            "byline": "By MICHAEL D. SHEAR",
            "type": "Article",
            "title": "Key Moments From the First Public Impeachment Hearing",
            "abstract": "Witnesses testified that President Trump pressured a foreign power to help him win re-election during historic hearings that previewed an intensely partisan battle.",
            "published_date": "2019-11-13",
            "source": "The New York Times",
            "id": 100000006821335,
            "asset_id": 100000006821335,
            "views": 2,
            "des_facet": [
                "TRUMP-UKRAINE WHISTLE-BLOWER COMPLAINT AND IMPEACHMENT INQUIRY",
                "UNITED STATES POLITICS AND GOVERNMENT",
                "UNITED STATES INTERNATIONAL RELATIONS"
            ],
            "org_facet": [
                "PRESIDENTIAL ELECTION OF 2020",
                "IMPEACHMENT",
                "DEMOCRATIC PARTY",
                "REPUBLICAN PARTY",
                "HOUSE OF REPRESENTATIVES"
            ],
            "per_facet": [
                "TRUMP, DONALD J",
                "BIDEN, JOSEPH R JR",
                "KENT, GEORGE P",
                "GIULIANI, RUDOLPH W",
                "TAYLOR, WILLIAM B JR",
                "YOVANOVITCH, MARIE L",
                "ZELENSKY, VOLODYMYR"
            ],
            "geo_facet": "",
            "media": [
                {
                    "type": "image",
                    "subtype": "photo",
                    "caption": "William B. Taylor Jr., center right, and George P. Kent, right, preparing to testify before the House Intelligence Committee on Wednesday in the first public hearing of the impeachment inquiry.",
                    "copyright": "Erin Schaff/The New York Times",
                    "approved_for_syndication": 1,
                    "media-metadata": [
                        {
                            "url": "https://static01.nyt.com/images/2019/11/13/us/politics/13dc-impeach1/13dc-impeach1-thumbStandard.jpg",
                            "format": "Standard Thumbnail",
                            "height": 75,
                            "width": 75
                        },
                        {
                            "url": "https://static01.nyt.com/images/2019/11/13/us/politics/13dc-impeach1/merlin_164329176_d5cf6b25-7f5e-4510-a1e8-2722c471fb79-mediumThreeByTwo210.jpg",
                            "format": "mediumThreeByTwo210",
                            "height": 140,
                            "width": 210
                        },
                        {
                            "url": "https://static01.nyt.com/images/2019/11/13/us/politics/13dc-impeach1/merlin_164329176_d5cf6b25-7f5e-4510-a1e8-2722c471fb79-mediumThreeByTwo440.jpg",
                            "format": "mediumThreeByTwo440",
                            "height": 293,
                            "width": 440
                        }
                    ]
                }
            ],
            "uri": "nyt://article/c54d6d09-19da-5bc4-a648-d5ee9a72d52c"
        },
        ...
    ]
}

Sample Table NYT Table

Request Params

KeyDatatypeRequiredDescription
api-keystring