-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
76 lines (76 loc) · 1.88 KB
/
db.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
{
"Movie": [
{
"id": 7399,
"title": "Synchronized Solution",
"year": 1996,
"genre": "Drama",
"duration": 107,
"director": "Eleanor Jenkins",
"votes": 83
},
{
"id": 2340,
"title": "Dynamic Global",
"year": 1972,
"genre": "Comedy",
"duration": 78,
"director": "Douglas Coleman",
"votes": 47
},
{
"id": 1651,
"title": "Horizontal Identity",
"year": 1987,
"genre": "Action",
"duration": 169,
"director": "Brandon Ford",
"votes": 10
},
{
"id": 4375,
"title": "Visionary Thunder",
"year": 2008,
"genre": "Thriller",
"duration": 129,
"director": "Julia Williams",
"votes": 51
},
{
"id": 4229,
"title": "Bold Reality",
"year": 1981,
"genre": "Romance",
"duration": 174,
"director": "Jennifer Thomas",
"votes": 99
},
{
"id": 5094,
"title": "Hidden Echo",
"year": 1955,
"genre": "Mystery",
"duration": 89,
"director": "Steven Foster",
"votes": 62
},
{
"id": 6353,
"title": "Eternal Signal",
"year": 2015,
"genre": "Sci-Fi",
"duration": 123,
"director": "Karen Johnson",
"votes": 21
},
{
"id": 8457,
"title": "Daring Trail",
"year": 1968,
"genre": "Adventure",
"duration": 96,
"director": "Cynthia Davis",
"votes": 14
}
]
}