WordPress uses an XML-RPC interface. WordPress currently support the Blogger API, metaWeblog API, Movable Type API, and the Pingback API.
WordPress also implements additional WordPress-specific functionality in an API called the WordPress API. If possible, your client should use the API variants beginning with the wp prefix.
With WordPress XML-RPC support, you can post to your WordPress blog using many popular Weblog Clients.
The XML-RPC system can be extended by WordPress Plugins to modify its behavior.
XML-RPC functionality is turned off by default in WordPress.
To enable, go to Settings > Writing > Remote Publishing and check the checkbox.
The XML-RPC server/path are as described here:
XXX REFERENCES AND LINKS HERE XXX