I’ve been working on a wordpress blog on my local host and I need to do a proof of concept with the wordpress’ REST Api – how can I request data from something on my local host? I couldn’t find much documentation on how to use the REST Api, can someone help me? Thanks!
Share
There is no way to do this using WordPress’ REST API as it is only for blogs on the WordPress domain. However, there are several plugins for WordPress blogs created by other users which you can install locally and use to access your data through REST API calls.