Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit number of results #48

Open
17hoehbr opened this issue Oct 24, 2024 · 1 comment
Open

Limit number of results #48

17hoehbr opened this issue Oct 24, 2024 · 1 comment

Comments

@17hoehbr
Copy link

Hello, is there any option to specify a maximum number of results to query in an API call? Specifically I'm doing a homework assignment where I am using the Gutendex to just grab information about the ten most popular books, but the page takes a bit to load because it is going through the entire catalog. In this example I'd like to be able to do something like "https://gutendex.com/books?languages=en&limit=10"

@garethbjohnson
Copy link
Owner

Hello, there is no such option. Even if you could specify a limit, I believe that it would need to go through the entire catalog to find the most popular books anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants