New York Times: Movie Reviews
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
![[Tree] alt text](/assets/blogs/https://raw.githubusercontent.com/isabelleyzhou/Qodex_visualizer_templates/master/tree/NYT.png)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fq | string | ||
facet_field | string | ||
facet | boolean | ||
begin_date | number | ||
end_date | number | ||
api-key | string |