function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Air FoxxAir Foxx 

Integrating external data via API

I'm fairly new to APIs and web service data integrations so any help would be appreciated. I have 4 custom fields--ISBN, title, publisher and author--as part of book app. Using the API at http://isbndb.com/api/v2/docs, I would like to obtain the ISBN/EAN of a particular book, given the title, publisher and author, and enter that number in the ISBN field.  Is there a way I can do this using Apex?

Thanks.