garethbjohnson / gutendex

Web API for Project Gutenberg ebook metadata
https://gutendex.com
MIT License
213 stars 43 forks source link

Adding "page count" to the reply data #30

Closed DavidLazarescu closed 1 year ago

DavidLazarescu commented 1 year ago

Is there a way to add the page count to the json reply? It would be very useful if that's possible

garethbjohnson commented 1 year ago

Unfortunately, Project Gutenberg do not seem to give page counts. It might be possible to automatically download each book PDF and count the pages, or search each book with some other book API that has gives counts, but I want to restrict Gutendex to only data from Project Gutenberg

DavidLazarescu commented 1 year ago

I understand, thanks