Integrating Third-Party API Calls In WordPress
-
I have a general question about WordPress that I am seeking guidance on.
My college uses Smart Catalog ( https://www.academiccatalog.com/ ) to publish the academic catalog which contains information about our programs and courses of study. They offer API access to information in the catalog that we can re-purpose to pages on our website. I’m working with their developer to give us access to this information for pages that highlight our program offerings (the example of which I have included as the page I am working on).
The catalog developer notes that the call wp_remote_get() is often used to bring in data from an external site. She has asked me to post the following questions as we seek a solution:
1. How is the best way to get an API from an outside vendor (are there plug-ins needed to make this happen)?
2. How do you apply wp_remote_get() with an outside API to access information?
The company provides this information in different formats, including JSON.
Can anyone suggest a way we might approach API integration or a develop we could talk with to discuss ways we might solve our problem?
Thank you in advance for your help.
- The topic ‘Integrating Third-Party API Calls In WordPress’ is closed to new replies.