-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
147 lines (147 loc) · 3.53 KB
/
db.json
File metadata and controls
147 lines (147 loc) · 3.53 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"films": [
{
"id": 1,
"name": "Harry Potter y la piedra filosofal",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf1.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2001",
"duration": "2h 32min",
"director": "Chris Columbus",
"description": "alguna"
},
{
"id": 2,
"name": "Harry Potter y la cámara secreta",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf2.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2002",
"duration": "2h 41min",
"director": "Chris Columbus",
"description": "alguna"
},
{
"id": 3,
"name": "Harry Potter y el prisionero de Azkaban",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf3.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2004",
"duration": "2h 22min",
"director": "Alfonso Cuarón",
"description": "alguna"
},
{
"id": 4,
"name": "Harry Potter y el cáliz de fuego",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf4.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2005",
"duration": "2h 37min",
"director": "Mike Newell",
"description": "alguna"
},
{
"id": 5,
"name": "Harry Potter y la Orden del Fénix",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf5.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2007",
"duration": "2h 18min",
"director": "David Yates",
"description": "alguna"
},
{
"id": 6,
"name": "Harry Potter y el príncipe mestizo",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf6.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2009",
"duration": "2h 33min",
"director": "David Yates",
"description": "alguna"
},
{
"id": 7,
"name": "Harry Potter y las reliquias de la muerte - Parte 1",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf7.png",
"type": [
"Adventure",
"Fantastic"
],
"year": "2010",
"duration": "2h 26min",
"director": "David Yates",
"description": "alguna"
},
{
"id": 8,
"name": "Harry Potter y las reliquias de la muerte - Parte 2",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf8.png",
"type": [
"Adventure",
"Fantastic"
],
"year": "2011",
"duration": "2h 10min",
"director": "David Yates",
"description": "alguna"
},
{
"id": 9,
"name": "Animales fantásticos y dónde encontrarlos",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf9.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2016",
"duration": "2h 13min",
"director": "David Yates",
"description": "alguna"
},
{
"id": 10,
"name": "Animales fantásticos: Los crímenes de Grindelwald",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf10.png",
"type": [
"Adventure",
"Fantastic"
],
"year": "2018",
"duration": "2h 14min",
"director": "David Yates",
"description": "alguna"
},
{
"id": 11,
"name": "Animales fantásticos: Los secretos de Dumbledore",
"img": "https://raw.githubusercontent.com/alfredoespal97/json_wwf/main/assets/wwf11.jpg",
"type": [
"Adventure",
"Fantastic"
],
"year": "2022",
"duration": "por definir",
"director": "David Yates",
"description": "alguna"
}
]
}