New York Times: Movie Reviews

GET https://api.nytimes.com/svc/search/v2/articlesearch.json?fq=romney&facet_field=day_of_week&facet=true&begin_date=20120101&end_date=20120101&api-key={{NYT_API_KEY_MOVIES}}

Visualizes the structure of the response from the New York Times Movie Reviews API

Sample JSON response ``` { status: OK, copyright: Copyright (c) 2019 The New York Times Company. All Rights Reserved., response: { docs: [ { abstract: With two days before the Iowa caucuses, Newt Gingrich planned to visit three sports bars on New Year’s Day., web_url: https://thecaucus.blogs.nytimes.com/2012/01/01/on-n-f-l-s-final-sunday-gingrich-makes-his-pitch-at-three-sports-bars/, snippet: With two days before the Iowa caucuses, Newt Gingrich planned to visit three sports bars on New Year’s Day., lead_paragraph: AMES, Iowa — Where do you find voters on the last Sunday of the regular season of the National Football League?, source: The New York Times, multimedia: [], headline: { main: On a Big Football Weekend, Gingrich Makes His Plea to N.F.L. Fans, kicker: The Caucus, content_kicker: null, print_headline: null, name: null, seo: null, sub: null }, keywords: [ { name: subject, value: Bars, rank: 1, major: N }, { name: subject, value: Football, rank: 2, major: N }, { name: subject, value: Presidential Election of 2012, rank: 3, major: N }, { name: persons, value: Gingrich, Newt, rank: 4, major: N }, { name: glocations, value: Iowa, rank: 5, major: N } ], pub_date: 2012-01-01T21:02:05+0000, document_type: article, news_desk: , "section_name": "U.S.", "subsection_name": "Politics", "byline": { "original": "By Trip Gabriel", "person": [ { "firstname": "Trip", "middlename": null, "lastname": "Gabriel", "qualifier": null, "title": null, "role": "reported", "organization":, rank: 1 } ], organization: null }, type_of_material: News, _id: nyt://article/c35f8f83-1a05-51aa-a934-af83a91de7bb, word_count: 528, uri: nyt://article/c35f8f83-1a05-51aa-a934-af83a91de7bb },

        . . .
    ]

}

} ```



Sample Tree

alt text

Request Params

KeyDatatypeRequiredDescription
fqstring
facet_fieldstring
facetboolean
begin_datenumber
end_datenumber
api-keystring