Answer the question
In order to leave comments, you need to log in
Where to find and select casting parameters in Google books api?
I am getting data in JSON format from Google Books. But the problem is that I can't find how to specify all the parameters that I need.
Now the request looks like this:
var randomz = Math.floor((Math.random() * 100) + 1);
$.ajax({
url: "https://www.googleapis.com/books/v1/volumes?q=subject:" + search + "&startIndex=" + randomz,
dataType: "json",
+ "&language=en",
https://www.googleapis.com/books/v1/volumes?q=subject:drama&startIndex=5
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question