-
Notifications
You must be signed in to change notification settings - Fork 0
/
find_response.json
110 lines (110 loc) · 2.95 KB
/
find_response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"data": {
"find": [
{
"title": "Death Proof",
"year": 2007,
"genres": "Action, Thriller",
"directors": "Quentin Tarantino",
"userRating": 7,
"dateRated": "2010-02-24"
},
{
"title": "Reservoir Dogs",
"year": 1992,
"genres": "Crime, Thriller",
"directors": "Quentin Tarantino",
"userRating": 10,
"dateRated": "2010-01-24"
},
{
"title": "Pulp Fiction",
"year": 1994,
"genres": "Crime, Drama",
"directors": "Quentin Tarantino",
"userRating": 10,
"dateRated": "2010-01-17"
},
{
"title": "Four Rooms",
"year": 1995,
"genres": "Comedy",
"directors": "Quentin Tarantino, Alexandre Rockwell, Allison Anders, Robert Rodriguez, Chuck Jones",
"userRating": 4,
"dateRated": "2010-02-12"
},
{
"title": "Jackie Brown",
"year": 1997,
"genres": "Crime, Drama, Thriller",
"directors": "Quentin Tarantino",
"userRating": 7,
"dateRated": "2010-03-31"
},
{
"title": "Django Unchained",
"year": 2012,
"genres": "Drama, Western",
"directors": "Quentin Tarantino",
"userRating": 10,
"dateRated": "2012-11-28"
},
{
"title": "Kill Bill: Vol. 1",
"year": 2003,
"genres": "Action, Crime, Drama, Thriller",
"directors": "Quentin Tarantino",
"userRating": 10,
"dateRated": "2009-07-24"
},
{
"title": "The Hateful Eight",
"year": 2015,
"genres": "Crime, Drama, Mystery, Thriller, Western",
"directors": "Quentin Tarantino",
"userRating": 9,
"dateRated": "2016-01-10"
},
{
"title": "Inglourious Basterds",
"year": 2009,
"genres": "Adventure, Drama, War",
"directors": "Quentin Tarantino",
"userRating": 8,
"dateRated": "2011-01-01"
},
{
"title": "Kill Bill: Vol. 2",
"year": 2004,
"genres": "Action, Crime, Thriller",
"directors": "Quentin Tarantino",
"userRating": 7,
"dateRated": "2009-06-29"
},
{
"title": "Sin City",
"year": 2005,
"genres": "Crime, Thriller",
"directors": "Frank Miller, Quentin Tarantino, Robert Rodriguez",
"userRating": 10,
"dateRated": "2019-10-21"
},
{
"title": "Grindhouse",
"year": 2007,
"genres": "Action, Horror, Thriller",
"directors": "Edgar Wright, Rob Zombie, Quentin Tarantino, Robert Rodriguez, Eli Roth",
"userRating": 7,
"dateRated": "2010-02-24"
},
{
"title": "Once Upon a Time... in Hollywood",
"year": 2019,
"genres": "Comedy, Drama",
"directors": "Quentin Tarantino",
"userRating": 9,
"dateRated": "2019-08-10"
}
]
}
}