Title: WPGetAPI's Replies - page 4 | WordPress.org

---

# WPGetAPI

  [  ](https://wordpress.org/support/users/wpgetapi/)

 *   [Profile](https://wordpress.org/support/users/wpgetapi/)
 *   [Topics Started](https://wordpress.org/support/users/wpgetapi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpgetapi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpgetapi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpgetapi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpgetapi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpgetapi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 46 through 58 (of 58 total)

[←](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/wpgetapi/replies/?output_format=md) [2](https://wordpress.org/support/users/wpgetapi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)
4

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Woocommerce API](https://wordpress.org/support/topic/woocommerce-api-17/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-api-17/#post-15879265)
 * Could you please post a screenshot of your endpoint settings?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Woocommerce API](https://wordpress.org/support/topic/woocommerce-api-17/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-api-17/#post-15876703)
 * Hi,
 * Thank you, yes I can confirm that our plugin will work with this API.
 * You would need to add your API key like this here – [https://wpgetapi.com/docs/connect-using-api-key-in-headers/](https://wpgetapi.com/docs/connect-using-api-key-in-headers/)
 * But you would simply replace the ‘x-api-key’ with ‘md-api-key’ and then add your
   api key.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Woocommerce API](https://wordpress.org/support/topic/woocommerce-api-17/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-api-17/#post-15875725)
 * Hello,
 * I have looked at moedelo.org but I do not understand Russian, so I do not know
   which type of API they use.
    If they had English docs, then I would be able to
   tell you but I can’t find any online.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Use this for SMM](https://wordpress.org/support/topic/use-this-for-smm/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/use-this-for-smm/#post-15808882)
 * Marking as resolved now as we haven’t heard back in over a week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Use this for SMM](https://wordpress.org/support/topic/use-this-for-smm/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/use-this-for-smm/#post-15787868)
 * Are you using the template tag or the shortcode?
 * If using the shortcode, you would need the [Pro plugin](https://wpgetapi.com/downloads/pro-plugin/)
   to be able to extract certain keys. You can then simply add this to your shortcode:`
   keys="response"`
 * If using the template tag, then you can do something like this (replacing the
   API_ID and ENDPOINT_ID with your own):
 *     ```
       $data = wpgetapi_endpoint( 'API_ID', 'ENDPOINT_ID', array('debug' => false) );
       echo $data['response'];
       ```
   
    -  This reply was modified 3 years, 11 months ago by [WPGetAPI](https://wordpress.org/support/users/wpgetapi/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Use this for SMM](https://wordpress.org/support/topic/use-this-for-smm/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/use-this-for-smm/#post-15786827)
 * Hi,
 * 1 – this could only be found if your website was hacked or if you leave the debug
   =true option on. Our plugin does not reveal api keys on the frontend.
 * 2 – sorry, I’m not sure what you mean with this one? Could you explain a little
   more?
 * 3 – you would need to use a Woocommerce hook – have a look at the answers here:
   [https://stackoverflow.com/questions/42530626/getting-order-data-after-successful-checkout-hook](https://stackoverflow.com/questions/42530626/getting-order-data-after-successful-checkout-hook)
   
   You could use the Woocommerce action ‘woocommerce_thankyou’ to get the order 
   details and then add these order details to the endpoint
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Use this for SMM](https://wordpress.org/support/topic/use-this-for-smm/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/use-this-for-smm/#post-15779653)
 * Hello,
 * It sounds like you would need to get some custom development done as what you
   are wanting to do is rather complex.
 * But to try out our plugin you can look at the following which should help.
 * Quick Start Guide: [https://wpgetapi.com/docs/quick-start-guide/](https://wpgetapi.com/docs/quick-start-guide/)
   
   Adding the API Key: [https://wpgetapi.com/docs/connect-using-api-key-in-query-string/](https://wpgetapi.com/docs/connect-using-api-key-in-query-string/)
   Using the template tag: [https://wpgetapi.com/docs/using-the-template-function/](https://wpgetapi.com/docs/using-the-template-function/)
 * But your project sounds fairly complex and would require custom development.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Use this for SMM](https://wordpress.org/support/topic/use-this-for-smm/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/use-this-for-smm/#post-15776536)
 * Our plugin can integrate with Woocommerce but depending on what you are wanting
   to do, it would also still require custom coding.
 * What exactly are you wanting to do?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Use this for SMM](https://wordpress.org/support/topic/use-this-for-smm/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/use-this-for-smm/#post-15776140)
 * Hi,
 * Yes this API can be used with WPGetAPI. All of the endpoints can be used no problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Non English characters not returned](https://wordpress.org/support/topic/non-english-characters-not-returned/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/non-english-characters-not-returned/#post-15766857)
 * Awesome, glad to hear it!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Non English characters not returned](https://wordpress.org/support/topic/non-english-characters-not-returned/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/non-english-characters-not-returned/#post-15766467)
 * Hi,
 * Ahh yes we had some code in place that was filtering some characters that caused
   issues for a certain API.
    I’ve adjusted the code so if you update to version
   1.4.10, hopefully this will fix your issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Error in output](https://wordpress.org/support/topic/error-in-output-2/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [4 years ago](https://wordpress.org/support/topic/error-in-output-2/#post-15717971)
 * I am going to mark this as resolved as we haven’t heard back.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPGet API - Connect to any external REST API] Error in output](https://wordpress.org/support/topic/error-in-output-2/)
 *  Plugin Author [WPGetAPI](https://wordpress.org/support/users/wpgetapi/)
 * (@wpgetapi)
 * [4 years ago](https://wordpress.org/support/topic/error-in-output-2/#post-15693676)
 * Hi there,
 * Can you please try adding a row to the Headers and add the following values into
   the Name/Value pair:
 * Name: content-type
    Value: application/x-www-form-urlencoded
 * Also, what is your ‘Encode Body’ setting set to? Can you try to set this to URL
   Encode?

Viewing 13 replies - 46 through 58 (of 58 total)

[←](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/wpgetapi/replies/?output_format=md) [2](https://wordpress.org/support/users/wpgetapi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wpgetapi/replies/page/3/?output_format=md)
4