Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Example of Google "Books" API accessed from Apex

PhilMan2Feb 6 2020 — edited Feb 11 2020

Hello,

I'm using Apex 19.1 and Oracle 18c.  I'd like to access The Google Books API using the "Volumes" function from within an Apex page.  I'd like to provide the API with an ISBN number given by the user and receive a JSON payload back from the API.  Does anyone have an idea where to find an example of accessing the Google Books API's from APEX?  Or something similar to the Books API?

Here's a sample of getting the JSON response from an HTML link.  https://www.googleapis.com/books/v1/volumes?q=isbn:9781484204856

Thanks for looking at this.

This post has been answered by Pavel_p on Feb 11 2020
Jump to Answer
Comments
Post Details
Added on Feb 6 2020
10 comments
2,558 views