Google Books API returns only 10 results

Inwactitart

New Member
First of all, hello everyone.I am implementing a PHP application that requires some data from Google Books API, for the first time.It is quite awkward, but when I use the typical query http://books.google.com/books/feeds/volumes?q=search+term (someone who has previous experience with the specific API, can understand me), it returns only 10 results.For instance, the XML response for http://books.google.com/books/feeds/volumes?q=php, contains the following field: totalResults>582. However, I retrieve only 10.After reading the corresponding documentation, I have not concluded into a solution.Could anyone help me?
 
Back
Top