-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
125 lines (125 loc) · 4.23 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"users": [
{
"id": "3130",
"user": "Anmol123",
"password": "123",
"watchList": [
{
"adult": false,
"backdrop_path": "/7h6TqPB3ESmjuVbxCxAeB1c9OB1.jpg",
"genre_ids": [
878,
27,
35
],
"id": 933260,
"original_language": "en",
"original_title": "The Substance",
"overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.",
"popularity": 1595.704,
"poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg",
"release_date": "2024-09-07",
"title": "The Substance",
"video": false,
"vote_average": 7.3,
"vote_count": 227
},
{
"adult": false,
"backdrop_path": "/gHpTqPqSIC0jZ4J4QyXlVJ0yBcW.jpg",
"genre_ids": [
28,
80,
53
],
"id": 1215162,
"original_language": "en",
"original_title": "Kill 'em All 2",
"overview": "Phillip and Suzanne are retired from the spy game, living peacefully off the grid. That's until their whereabouts are discovered by Vlad, the vengeful brother of their target from the first film.",
"popularity": 1369.344,
"poster_path": "/hgA5hN3NjNNSTXYOmAI6KNKOzbp.jpg",
"release_date": "2024-09-24",
"title": "Kill 'em All 2",
"video": false,
"vote_average": 6.97,
"vote_count": 67
},
{
"adult": false,
"backdrop_path": "/zAqBIeO71BFL7bAtP5TFzVjVamy.jpg",
"genre_ids": [
10749,
18
],
"id": 1079091,
"original_language": "en",
"original_title": "It Ends with Us",
"overview": "When a woman's first love suddenly reenters her life, her relationship with a charming, but abusive neurosurgeon is upended, and she realizes she must learn to rely on her own strength to make an impossible choice for her future.",
"popularity": 1085.011,
"poster_path": "/cSMdFWmajaX4oUMLx7HEDI84GkP.jpg",
"release_date": "2024-08-07",
"title": "It Ends with Us",
"video": false,
"vote_average": 7.018,
"vote_count": 685
},
{
"adult": false,
"backdrop_path": "/tAwfoDyKiYa4KQdUp3DTMrEs4En.jpg",
"genre_ids": [
16,
878,
12,
10751,
28
],
"id": 698687,
"original_language": "en",
"original_title": "Transformers One",
"overview": "The untold origin story of Optimus Prime and Megatron, better known as sworn enemies, but once were friends bonded like brothers who changed the fate of Cybertron forever.",
"popularity": 704.262,
"poster_path": "/qbkAqmmEIZfrCO8ZQAuIuVMlWoV.jpg",
"release_date": "2024-09-11",
"title": "Transformers One",
"video": false,
"vote_average": 7.369,
"vote_count": 118
}
]
},
{
"id": "cb13",
"user": "q2",
"password": "123",
"watchList": [
{
"adult": false,
"backdrop_path": "/Asg2UUwipAdE87MxtJy7SQo08XI.jpg",
"genre_ids": [
28,
14,
27
],
"id": 957452,
"original_language": "en",
"original_title": "The Crow",
"overview": "Soulmates Eric and Shelly are brutally murdered when the demons of her dark past catch up with them. Given the chance to save his true love by sacrificing himself, Eric sets out to seek merciless revenge on their killers, traversing the worlds of the living and the dead to put the wrong things right.",
"popularity": 2511.914,
"poster_path": "/58QT4cPJ2u2TqWZkterDq9q4yxQ.jpg",
"release_date": "2024-08-21",
"title": "The Crow",
"video": false,
"vote_average": 5.421,
"vote_count": 431
}
]
},
{
"id": "9d21",
"user": "Anmol54",
"password": "54",
"watchList": []
}
]
}