I'm integrating Wordpress and Magento using the Magento WordPress Integration module and it's working fine.
But I need to get data from the blog using an external API. I installed JSON API plugin but it didn't work properly with the latest version of Wordpress.
After that I installed another JSON plugin called Termal API, I cannot get it to work either because when I try to access the API url:
Magento redirects to 404 not found page.
What can I do to access to the API url? Do you know of any other plugins which provide a RESTFUL API?