-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathdb.json
More file actions
132 lines (132 loc) · 4.21 KB
/
db.json
File metadata and controls
132 lines (132 loc) · 4.21 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
{
"subjects": [
"Fiction",
"Science"
],
"books": [
{
"id": 1342,
"authors": [
{
"name": "Austen, Jane",
"birth_year": 1775,
"death_year": "1871"
}
],
"bookshelves": [
"Best Books Ever Listings",
"Harvard Classics"
],
"download_count": 45668,
"formats": {
"text/plain; charset=utf-8": "http://www.gutenberg.org/files/1342/1342-0.txt",
"application/pdf": "http://www.gutenberg.org/files/1342/1342-pdf.pdf",
"application/rdf+xml": "http://www.gutenberg.org/ebooks/1342.rdf",
"application/x-mobipocket-ebook": "http://www.gutenberg.org/ebooks/1342.kindle.noimages",
"application/epub+zip": "http://www.gutenberg.org/ebooks/1342.epub.images",
"text/plain; charset=us-ascii": "http://www.gutenberg.org/files/1342/1342.txt",
"text/html; charset=utf-8": "http://www.gutenberg.org/files/1342/1342-h/1342-h.htm"
},
"languages": [
"en"
],
"media_type": "Text",
"subjects": [
"Fiction"
],
"title": "Pride and Prejudice"
},
{
"id": 33283,
"authors": [
{
"name": "Thompson, Silvanus P. (Silvanus Phillips)",
"birth_year": "1876",
"death_year": 1916
}
],
"bookshelves": [
"Mathematics"
],
"download_count": 24344,
"formats": {
"application/prs.tex": "http://www.gutenberg.org/files/33283/33283-t.zip",
"application/rdf+xml": "http://www.gutenberg.org/ebooks/33283.rdf",
"application/pdf": "http://www.gutenberg.org/files/33283/33283-pdf.pdf"
},
"languages": [
"en"
],
"media_type": "Text",
"subjects": [
"Fiction"
],
"title": "Calculus Made Easy: Being a very-simplest introduction to those beautiful methods which are generally called by the terrifying names of the Differential Calculus and the Integral Calculus"
},
{
"id": 11,
"authors": [
{
"name": "Carroll, Lewis",
"birth_year": "1842",
"death_year": 1898
}
],
"bookshelves": [
"Children's Literature"
],
"download_count": 17866,
"formats": {
"text/plain; charset=utf-8": "http://www.gutenberg.org/files/11/11-0.zip",
"application/rdf+xml": "http://www.gutenberg.org/ebooks/11.rdf",
"application/pdf": "http://www.gutenberg.org/files/11/11-pdf.pdf",
"application/x-mobipocket-ebook": "http://www.gutenberg.org/ebooks/11.kindle.noimages",
"application/epub+zip": "http://www.gutenberg.org/ebooks/11.epub.images",
"text/plain; charset=us-ascii": "http://www.gutenberg.org/files/11/11.zip",
"application/zip": "http://www.gutenberg.org/files/11/11-h.zip",
"text/html; charset=utf-8": "http://www.gutenberg.org/files/11/11-h/11-h.htm"
},
"languages": [
"en"
],
"media_type": "Text",
"subjects": [
"Fiction",
"Science"
],
"title": "Alice's Adventures in Wonderland"
},
{
"id": 74,
"authors": [
{
"name": "Sir Huck Finn",
"birth_year": 1835,
"death_year": 1910
}
],
"bookshelves": [
"Banned Books from Anne Haight's list"
],
"download_count": 16204,
"formats": {
"image/jpeg": "http://www.gutenberg.org/cache/epub/74/pg74.cover.medium.jpg",
"text/plain; charset=utf-8": "http://www.gutenberg.org/files/74/74-0.zip",
"application/rdf+xml": "http://www.gutenberg.org/ebooks/74.rdf",
"application/x-mobipocket-ebook": "http://www.gutenberg.org/ebooks/74.kindle.images",
"application/epub+zip": "http://www.gutenberg.org/ebooks/74.epub.noimages",
"text/html; charset=utf-8": "http://www.gutenberg.org/files/74/74-h/74-h.htm",
"text/plain; charset=iso-8859-1": "http://www.gutenberg.org/files/74/74.txt",
"application/zip": "http://www.gutenberg.org/files/74/74.zip"
},
"languages": [
"en"
],
"media_type": "Text",
"subjects": [
"Science"
],
"title": "The Adventures of Tom Sawyer"
}
]
}