-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmovies.json
More file actions
72 lines (72 loc) · 1.87 KB
/
movies.json
File metadata and controls
72 lines (72 loc) · 1.87 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
[
{
"id": 1,
"title": "Inception",
"category": "Sci-Fi",
"year": 2010,
"rating": "8.8",
"cast": "Leonardo DiCaprio",
"poster": "images/ince.jpg",
"description": "A skilled thief who steals secrets by entering people's dreams."
},
{
"id": 2,
"title": "Interstellar",
"category": "Sci-Fi",
"year": 2014,
"rating": "8.7",
"cast": "Matthew McConaughey",
"poster": "images/inter.jpg",
"description": "A group of explorers travel through space to save the future of humanity."
},
{
"id": 3,
"title": "The Dark Knight",
"category": "Action",
"year": 2008,
"rating": "9.0",
"cast": "Christian Bale",
"poster": "images/dar.jpg",
"description": "Batman faces the Joker, a criminal mastermind who threatens Gotham City."
},
{
"id": 4,
"title": "Gladiator",
"category": "Action",
"year": 2000,
"rating": "8.5",
"cast": "Russell Crowe",
"poster": "images/glad.jpg",
"description": "A former Roman general seeks revenge after being betrayed and forced into slavery."
},
{
"id": 5,
"title": "Law Abiding Citizen",
"category": "Crime",
"year": 2009,
"rating": "7.4",
"cast": "Gerard Butler",
"poster": "images/law.jpg",
"description": "A man takes justice into his own hands after a flawed legal system fails him."
},
{
"id": 6,
"title": "Spider-Man",
"category": "Action",
"year": 2002,
"rating": "7.3",
"cast": "Tobey Maguire",
"poster": "images/spi.jpg",
"description": "A young man gains superpowers and becomes a hero to fight crime."
},
{
"id": 7,
"title": "Fetih 1453",
"category": "Action",
"year": 2012,
"rating": "6.55",
"cast": "Devrim Evin",
"poster": "images/fatih.jpg",
"description": "The story of the conquest of Constantinople led by Sultan Mehmed II."
}
]