-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
112 lines (112 loc) · 4.15 KB
/
db.json
File metadata and controls
112 lines (112 loc) · 4.15 KB
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
111
112
{
"movies": [
{
"title": "The Shawshank Redemption",
"description": "Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.",
"genre": [
"Drama"
],
"release_date": "1994-09-23",
"director": "Frank Darabont"
},
{
"title": "Inception",
"description": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O.",
"genre": [
"Action",
"Sci-Fi",
"Thriller"
],
"release_date": "2010-07-16",
"director": "Christopher Nolan"
},
{
"title": "Pulp Fiction",
"description": "The lives of two mob hitmen, a boxer, a gangster and his wife, and a pair of diner bandits intertwine in four tales of violence and redemption.",
"genre": [
"Crime",
"Drama"
],
"release_date": "1994-10-14",
"director": "Quentin Tarantino"
},
{
"title": "The Godfather",
"description": "The aging patriarch of an organized crime dynasty transfers control of his clandestine empire to his reluctant son.",
"genre": [
"Crime",
"Drama"
],
"release_date": "1972-03-24",
"director": "Francis Ford Coppola"
},
{
"title": "Oppenheimer",
"description": "The story of American scientist J. Robert Oppenheimer and his role in the development of the atomic bomb.",
"genre": [
"Biography",
"Drama",
"History"
],
"release_date": "2023-07-21",
"director": "Christopher Nolan"
},
{
"title": "Parasite",
"description": "Greed and class discrimination threaten the newly formed symbiotic relationship between the wealthy Park family and the destitute Kim clan.",
"genre": [
"Drama",
"Thriller",
"Comedy"
],
"release_date": "2019-05-30",
"director": "Bong Joon-ho"
},
{
"title": "Everything Everywhere All at Once",
"description": "A middle-aged Chinese immigrant is swept up into an insane adventure in which she alone can save existence by exploring other universes.",
"genre": [
"Action",
"Adventure",
"Comedy",
"Sci-Fi"
],
"release_date": "2022-03-25",
"director": "Daniel Kwan, Daniel Scheinert"
},
{
"title": "The Dark Knight",
"description": "When the menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman must accept one of the greatest psychological and physical tests of his ability to fight injustice.",
"genre": [
"Action",
"Crime",
"Drama"
],
"release_date": "2008-07-18",
"director": "Christopher Nolan"
},
{
"title": "Interstellar",
"description": "A team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.",
"genre": [
"Adventure",
"Drama",
"Sci-Fi"
],
"release_date": "2014-11-07",
"director": "Christopher Nolan"
},
{
"title": "Dune: Part Two",
"description": "Paul Atreides unites with the Fremen people of the desert planet Arrakis to wage war against the galactic empire that destroyed his family.",
"genre": [
"Action",
"Adventure",
"Drama",
"Sci-Fi"
],
"release_date": "2024-03-01",
"director": "Denis Villeneuve"
}
]
}