-
Notifications
You must be signed in to change notification settings - Fork 11
/
temp-data.json
86 lines (86 loc) · 2.09 KB
/
temp-data.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
{
"popular": [
{
"lang_name": "English",
"lang_code": "en",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-06-22 11:02:21",
"num_views": 123
},
{
"lang_name": "English",
"lang_code": "en",
"resource_name": "Unlocked Literal Bible",
"author": "john_smith",
"last_updated": "2017-03-22 11:02:21",
"num_views": 0
},
{
"lang_name": "French",
"lang_code": "fr",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-06-16 11:02:21",
"num_views": 10
},
{
"lang_name": "Spanish",
"lang_code": "es",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-05-22 11:02:21",
"num_views": 97
},
{
"lang_name": "Hindi",
"lang_code": "hi",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-04-22 11:02:21",
"num_views": 2
}
],
"recent": [
{
"lang_name": "English",
"lang_code": "en",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-06-22 11:02:21",
"num_views": 123
},
{
"lang_name": "French",
"lang_code": "fr",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-06-16 11:02:21",
"num_views": 10
},
{
"lang_name": "Spanish",
"lang_code": "es",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-05-22 11:02:21",
"num_views": 97
},
{
"lang_name": "Hindi",
"lang_code": "hi",
"resource_name": "Open Bible Stories",
"author": "john_smith",
"last_updated": "2017-04-22 11:02:21",
"num_views": 2
},
{
"lang_name": "English",
"lang_code": "en",
"resource_name": "Unlocked Literal Bible",
"author": "john_smith",
"last_updated": "2017-03-22 11:02:21",
"num_views": 0
}
]
}