Questions tagged [google-books-api]

For questions regarding interacting with the API provided by Google to interact with information within the Google Books system, including retrieving book information, and managing Google users' Google Books content.

72 questions
0
votes
0 answers

Calling Google Books API - Uncaught ReferenceError: field is not defined at HTMLButtonElement.

I am trying to call book data using Jquery, and it's supposed to show an outpuList uppon click event when the search button is hit. Here is the HTML code:
0
votes
0 answers

I need an api to get pdf of public domain books

I want to make an android app that allows users to read public domain books(free to use books) in pdf format, but I did not find any api that makes this possible. I tried using the google books api, but I think most books don't have the pdf version…
jnano
  • 3
  • 1
  • 4
0
votes
0 answers

Translate categories Google Book api

I use Google Book API for one React project. All works right but I want to translate categories infos because my app is for the french market. Now for a title I have categories in english only. Can I translate this with the API ? I try language=fr…
frontcodelover
  • 327
  • 2
  • 21
0
votes
1 answer

How to get specific data from api with condition

Hello so i tried to make an website using Goole Books API. I want to get the listPrice from the object, but theres some of the book that doesnt have the listPrice in them. So for the example in object number 1 there is some code called saleability:…
RDK
  • 67
  • 1
  • 7
0
votes
1 answer

What are the rate limits for the Google Books API?

I'm interested in doing around 12K total ISBN queries to find books' categories. However, I get an HTTP error 429 and when trying to sort it out, I couldn't find any info on the limit of requests (per second, per minute, per hour, etc). Does anyone…
0
votes
1 answer

Problems Returning Results from Google books API using Google Script in Google Sheets

I have been trying to find a way to pull in book data to populate a google sheet for which I have one column of ISBNs. This is code I found online which is doing a great job with some information but seems stalled with some other: function…
Kray
  • 3
  • 1
0
votes
1 answer

Why does Google Books API not return a complete response?

I made a request to google books API, trying to retrieve the volumes (a.k.a books) from my bookshelf. But the response I get contains only 10 items whereas on the shelf I have 17 items. Could this be that my code is faulty, or maybe a restriction…
Saheed
  • 301
  • 1
  • 2
  • 11
0
votes
1 answer

Google Books API GET Request returns blank screen

Good day, All So I am learning/practicing Network calls. I came across a video by Paul Hudson where he makes a call to the Itunes API using the same code I am trying to use here. However, I am trying to make a call to the Google Books API. My call…
JLico
  • 27
  • 1
  • 7
0
votes
1 answer

Failed to load resource: the server responded with a status of 404 (Not Found) GoogleBooks Api

There is 404 not found error when I am trying to get data from GoogleBooksApi because the thumbnail does not exist I try to wrote the function to check if the thumbnail exist and if there isn't then replace it but still does not work and does not…
Heraved
  • 1
  • 3
0
votes
1 answer

Asynchronously fetching book information from ISBN using the Google Books API in SwiftUI

I am trying to fetch the details of a book from its ISBN. Here's a reproducible example of what I have so far. I want the data to be fetched when I press the button however what I have doesn't work. Ill also include a data model for the request…
Arnav Motwani
  • 707
  • 7
  • 26
0
votes
1 answer

Google Books API certificate expired

I'm using Oracle Apex 19.1 on an 18.C database. An Apex application has been calling the Google Books API and getting data successfully. Recently the Certificate failed. Even though the Expiration Date is December 15, 2021, and today is November…
user3138025
  • 795
  • 4
  • 17
  • 46
0
votes
1 answer

Google Book API Error "429 Client Error: Too Many Requests for url"

I have a list of authors and I wanted to retrieve books information based on the name. However, I keep getting this error after a few successfully retrieved items. 429 Client Error: Too Many Requests for URL... I have 20k quotes per day, and 100…
0
votes
1 answer

How to get the authors name from Google books api?

When I search for the book using this link https://www.googleapis.com/books/v1/volumes?q=9780310709626 I get the author name in the details. However when I run my code and print items I don't see the author name. I've been trying to figure out why…
blackCAt
  • 11
  • 5
0
votes
0 answers

Google Books Thumbail not working in Image React Native

I am building a simple app in which I take some URLs from a database and display them in an image carousel. I do this via a _renderItem() function, which I created. However, I am having an issue with the image in this function. The image isn't…
0
votes
1 answer

Restrict words in Google Books API

Is there a way to restrict certain words from appearing in a title in google books api. For example, I want to receive data about fantasy books however I keep getting books such as "Guide to Literary Agents 2017" in my search. I was wondering if I…
Geek406
  • 21
  • 2