-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimdb_data.json
More file actions
78 lines (78 loc) · 1.43 KB
/
imdb_data.json
File metadata and controls
78 lines (78 loc) · 1.43 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
{
"Film": [
{
"Nummer": 1,
"Titel": "Oppenheimer",
"Te streamen bij": "Prime",
"IMDB-score": 8.4,
"Jaar": 2023,
"duurtijd": 181
},
{
"Nummer": 2,
"Titel": "Dune: Part Two",
"Te streamen bij": "Max",
"IMDB-score": 8.6,
"Jaar": 2024,
"duurtijd": 166
}
],
"Serie": [
{
"Nummer": 1,
"Titel": "Foundation",
"Te streamen bij": "Apple TV+",
"IMDB-score": 7.5,
"Jaar": 2021,
"duurtijd": 55
},
{
"Nummer": 2,
"Titel": "The Bear",
"Te streamen bij": "Disney Plus",
"IMDB-score": 8.6,
"Jaar": 2022,
"duurtijd": 35
}
],
"Herman-Film": [
{
"Nummer": 1,
"Titel": "La Grande Bellezza",
"Te streamen bij": "Netflix",
"IMDB-score": 7.7,
"Jaar": 2013,
"duurtijd": 142
}
],
"Herman-Serie": [
{
"Nummer": 1,
"Titel": "Better Call Saul",
"Te streamen bij": "NetFlix",
"IMDB-score": 8.9,
"Jaar": 2015,
"duurtijd": 50
}
],
"Bekeken": [
{
"Nummer": 1,
"Titel": "The Godfather",
"Te streamen bij": "Prime Video",
"IMDB-score": 9.2,
"Jaar": 1972,
"duurtijd": 175
}
],
"Aan het kijken": [
{
"Nummer": 1,
"Titel": "The Apprentice",
"Te streamen bij": "Streamz",
"IMDB-score": 7.2,
"Jaar": 2024,
"duurtijd": 45
}
]
}