-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopular.json
More file actions
46 lines (46 loc) · 1.25 KB
/
popular.json
File metadata and controls
46 lines (46 loc) · 1.25 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
{
"popular": [
{
"id": 1,
"title": "The Grand Adventure",
"author": "John Doe",
"image_url": "https://via.placeholder.com/300x450?text=The+Grand+Adventure",
"content_type": "movie"
},
{
"id": 2,
"title": "Mystery of the Lost City",
"author": "Jane Smith",
"image_url": "https://via.placeholder.com/300x450?text=Mystery+of+the+Lost+City",
"content_type": "audiobook"
},
{
"id": 3,
"title": "Future Horizons",
"author": "Emily Johnson",
"image_url": "https://via.placeholder.com/300x450?text=Future+Horizons",
"content_type": "comic"
},
{
"id": 4,
"title": "The Shadow Hunter",
"author": "Michael Brown",
"image_url": "https://via.placeholder.com/300x450?text=The+Shadow+Hunter",
"content_type": "tv"
},
{
"id": 5,
"title": "Journey Beyond the Stars",
"author": "Laura Wilson",
"image_url": "https://via.placeholder.com/300x450?text=Journey+Beyond+the+Stars",
"content_type": "music"
},
{
"id": 6,
"title": "Echoes of Time",
"author": "Chris Taylor",
"image_url": "https://via.placeholder.com/300x450?text=Echoes+of+Time",
"content_type": "movie"
}
]
}