Quasi-custom API Call Plugin

You might not need a plugin for this. You can do it this way.

Say you are fetching data from WP1 to WP2 instances.

  1. create a page in WP1.. say “Custom API” with url /custom-api/.
  2. create a template in WP1 named “custom api” in WP1
  3. assign page “Custom API” to template “custom api”.

Since your template is a regular WordPress template you have access to all the WP functions.i.e. the ability to retrieve wordpress data.

  1. in WP2, however you want to do it, make a web service call to
    /custom-api/ (the page you

create in step 1).