Descripcion
The easiest way to connect WordPress to external APIs.
WPGetAPI allows you to easily send data and get data from an unlimited number of 3rd party REST APIs. You can then format and display the returned data on your WordPress website using a shortcode or a template tag.
WPGetAPI supports virtually all authentication methods including OAuth 2.0 authorization, Bearer token, basic auth, API keys and username/password.
Demo
View the live demo and see how we are connecting to several different APIs and displaying the data in 3 unique ways.
LIVE DEMO – Connecting WordPress to external APIs
Major Features
- Connect your WordPress website to any REST API
- Unlimited APIs & endpoints
- No coding required
- Display API data using a template tag or shortcode
- GET, POST, PUT & DELETE requests
- Query string, header & body parameters
Documentation
We have tons of articles and help available. View these articles below to get started:
Extending WPGetAPI
PRO Plugin
The PRO Plugin provides many extra features that allow you to do some more advanced things with your APIs. Features of the PRO Plugin include:
- Tokens
- Dynamic variables
- Chain API calls
- Send to API on user registration
- Send to API on WooCommerce order
- Cache API calls
- Format JSON data into HTML
- Retrieve nested data
- Base64 encoded auth
- XML format
OAuth 2.0 Authorization
The OAuth 2.0 Authorization plugin allows authorization of your API through the OAuth 2.0 method.
WPGetAPI Integrations
WPGetAPI integrates extremely well with other WordPress plugins, allowing you to do some very cool things with your API. Click the links below for more info on these integrations.
- Charts & Tables from API data using wpDataTables
- Gravity Forms send data to API
- Contact Form 7 send data to API
- WPForms send data to API
- Elementor, DIVI & other page builders
Translating WPGetAPI
You can translate WPGetAPI into your own language on translate.wordpress.org
Here is an article to help get started with translations
Screenshots
The Setup screen where you can add your external APIs Once an external API has been added, a new page will be created to setup the API endpoints A live demo of the output when debug mode is set to true An example of some raw output from an API Basic example of the output from an API formatted into HTML table
Blocks
This plugin provides 1 block.
- WPGetAPI Insert an endpoint you have created with WPGetAPI.
Installacion
Requirements
- WordPress version 4.6 and later
- PHP 7.2, Tested with PHP 8.2
- cURL
Usage
- Go to the
WPGetAPI -> Setup
menu to add your APIs. - Once your APIs are saved, a new tab is created allowing you to add endpoints.
- Once your endpoints are saved, you can use the template tag or shortcode to connect to your API and view the data.
FAQ
-
Is WPGetAPI free?
-
Yes, WPGetAPI’s core features are and always will be free.
Paid extensions are available if you are looking to do more with your API.
-
Can I connect to any REST API?
-
Yes, most likely. WPGetAPI handles all major methods of authorization and authentication. It will depend on the type of authentication your API is using. Please click the link to view the types of authentication and authorization that are available.
-
Can I capture form data and send to my API?
-
Yes, with our PRO Plugin you can capture data from your forms and send this data to your API.
This is perfect for lead generation forms, contact forms or really any other type form that requires you to send form data to an API.
-
Can I use an XML based API?
-
Yes, we support XML with our PRO Plugin
-
How do I connect WordPress to an API?
-
By using this plugin of course! Check out the video at the top of this page or visit our Quick Start Guide to get started with connecting your WordPress website with an API.
-
How do I cache API calls?
-
We support caching with our PRO Plugin. It also recognises dynamic queries and will cache these individually.
A dynamic query might be something like these:
/customer-endpoint/customer?user_id=123
/customer-endpoint/customer?user_id=4567The PRO plugin recognises that whilst they are the same endpoint, they are different queries that need to be cached separately.
-
Where can I find docs?
-
All of our documentation can be found here.
-
What can I do with the API data?
-
The API data can be output as a JSON string, stored in a PHP variable or automatically output as HTML (using PRO plugin extension). You can easily format the data into tables or charts plus many other possibilities.
-
Will you help me if I am having trouble?
-
Yes! Please contact us and we will get your API up and running.
Reviews
Contributors & Developers
“Connect to external API – WPGetAPI” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Connect to external API – WPGetAPI” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.9.1 (2023-05-18)
- Fix – error when trying to format XML as HTML.
1.9.0 (2023-05-18)
- New – one-click copy buttons next to Template Tag and Shortcode.
- New – extra styling for WPGetAPI heading that also includes small icon and version number.
1.8.14 (2023-04-25)
- Fix – error with setting encoding to JSON encode.
1.8.13 (2023-04-24)
- Fix – issue when using multiple ajax buttons in PRO plugin.
1.8.12 (2023-04-21)
- Fix – passing post id through ajax button for PRO plugin.
1.8.11 (2023-04-20)
- Fix – Set chain_delay to 0 on WordPress admin to avoid loading delays in admin.
1.8.10 (2023-04-19)
- New – Add ability to set a delay when chaining endpoints.
1.8.9 (2023-04-18)
- Fix – Allow multidemsnional arrays when using x-www-formurlencoded
1.8.8 (2023-04-12)
- Compatibility – Tested with WordPress 6.2.
1.8.7 (2023-03-24)
- Enhancement – Allow raw string data to pass through output, rather than only JSON string data.
1.8.6 (2023-03-17)
- New – Allow raw data in POST body fields.
1.8.5 (2023-03-16)
- New – Add new format=’no_display’ shortcode attribute to stop any output from the API.
- New – Add new integration with chaining methods that can be used in conjuction with the PRO plugin.
1.8.4 (2023-03-01)
- New – Add new integration with image attributes for the shortcode, to allow the display of images using the PRO plugin.
1.8.3 (2023-02-17)
- New – Add ability to set value as boolean type.
- Fix – If format is set to HTML, then set the results format as PHP array to avoid having to do it in the settings.
1.8.2 (2023-02-14)
- New – Integration for the new AJAX button in the PRO plugin.
- Fix – Allow both JSON string and PHP array format to work when format is set to HTML.
1.8.1 (2023-02-10)
- Fix – Issue with nested JSON arrays within parameter values.
- Fix – Tidy up the wording of some fields and licensing page.
1.8.0 (2023-02-06)
- New – Gutenberg block added.
- New – Admin styling updates.
1.7.11 (2023-02-03)
- New – add ability of Pro plugin to send XML formatted data in Body POST fields.
1.7.10 (2023-01-30)
- New – add new filter ‘wpgetapi_should_we_stop’ which allows us to not call the API if some condition is not met. Added to allow processing of Woocommerce tokens on successful order (Pro plugin only).
- New – add new attribute ‘on’. Added to allow processing of Woocommerce tokens on successful order.
1.7.9 (2023-01-22)
- Fix – fix the handling of arrays within parameters.
1.7.8 (2023-01-13)
- New – add new licensing and updating methods.
1.7.7 (2023-01-10)
- New – add ability to set float and integers within paramater settings using float(number) and integer(number) syntax.
- Fix – fix help link for Body paramters going to wrong page.
1.7.6 (2023-01-09)
- Fix – fix error with DELETE not working.
1.7.5 (2023-01-09)
- New – add DELETE method.
1.7.4 (2022-12-06)
- Fix – small fix to allow new custom field renaming within the Custom Post Import plugin.
1.7.3 (2022-12-02)
- New – add full response into the ‘Test Endpoint’ section.
- Update – readme updates and ‘tested up to’ update.
- Update – update 3 screenshots.
1.7.2 (2022-11-08)
- New – add warning when trying to output PHP array data in shortcode.
- New – remove banner for Pro plugin. No one likes ads, do they?
1.7.1 (2022-11-02)
- Enhancement – rework the ‘Test Endpoint’ section in admin to make it cleaner and easier to read (again).
- Enhancement – styling tweaks.
1.7.0 (2022-10-06)
- Enhancement – rework the ‘Test Endpoint’ section in admin to make it cleaner and easier to read.
- Enhancement – styling tweaks.
- New – add banner for Pro plugin.
1.6.1 (2022-08-25)
- Fix – modify the way the body is retrieved. Required for OAuth 2.0 Authorization plugin.
1.6.0 (2022-08-19)
- New – add endpoint testing within the admin area.
1.5.4 (2022-08-15)
- Fix – change response code action in version 1.5.2 to a filter.
- New – updated styling for admin area.
1.5.3 (2022-07-29)
- Enhancement – add new request method PUT.
1.5.2 (2022-07-06)
- Enhancement – add new action to get response code. Required for OAuth 2.0 Authorization plugin.
1.5.1 (2022-07-06)
- Enhancement – add new shortcode attributes for formatting HTML in Pro plugin.
- Enhancement – minor styling tweaks.
- Fix – very minor bug fixes.
1.5.0 (2022-06-27)
- Fix – fully internationalize the plugin.
1.4.10 (2022-06-22)
- Fix – add new filter ‘wpgetapi_json_response_body_before_decode’ in place of removing invalid characters from 1.4.8 as this was stripping out non-english values.
1.4.9 (2022-06-22)
- Enhancement – rewrite some css to make endpoint page a bit nicer and add some more screenshots.
1.4.8 (2022-06-07)
- Enhancement – remove invalid characters from JSON data that was causing a null return.
1.4.7 (2022-05-25)
- Fix – change the redirect after saving to a javascript solution
1.4.6 (2022-05-24)
- Enhancement – add new attribute ‘format’ within shortcode that allows formatting of a number in the Pro Plugin.
1.4.5 (2022-05-18)
- Fix – error in admin-options file.
1.4.4 (2022-05-18)
- Enhancement – add some better, and clearer help in the admin area. Tidy up some styling.
- Fix – error displaying correct endpoint ID within admin area shortcode and template tag helpers. Happening when multiple endpoints added.
1.4.3 (2022-05-15)
- Fix – body was not being set correctly.
1.4.2 (2022-05-13)
- Enhancement – readme updates and plugin links within plugin page.
1.4.1 (2022-05-05)
- Fix – new tab was not appearing on intitial save on setup page.
- Enhancement – add new filter ‘wpgetapi_admin_pages’ to allow adding extra tabs.
1.4.0 (2022-03-17)
- Fix – refactor the building of request args. Body was not working correctly.
- Fix – change naming convention from Template Function to Template Tag within admin.
- Enhancement – modify output of debug to show more info and to show whether or not shortcode is used.
1.3.4 (2022-03-17)
- Enhancement – add ability to use headers and body variables in Pro Plugin.
1.3.3 (2022-03-03)
- Enhancement – style the debug output to make it easier to understand and provide links to docs.
1.3.2 (2022-02-22)
- Bug fix – change paramater value fields to textarea. This allows the proper use of JSON strings within these fields.
1.3.1 (2022-02-16)
- Bug fix – error with class property name that was not allowing proper $args to be sent to remote request
1.3.0 (2022-02-08)
- Fix – rewrite headers parameters section
1.2.3 (2021-12-14)
- Enhancement – add ability for query_variables to be used in shortcode with the Pro Plugin
1.2.2 (2021-11-09)
- Enhancement – add args to debug info. Will be useful for endpoint_variables in Pro Plugin
1.2.1 (2021-11-05)
- Bug fixes with encrypting values
1.2.0 (2021-11-04)
- Enhancement – add option to JSON encode body parameters
- Enhancement – allow simple arrays to be sent in body
1.1.0 (2021-11-03)
- Enhancement – reconfigure debug info
- Bug fixes
1.0.2 (2021-11-02)
- Bug fixes
1.0.1 (2021-11-02)
- Bug fixes
1.0.0 (2021-10-27)
- Initial Release