I know that the wordpress API can be used to publish posts on Wordpress blogs hosted on your own server / website. However, is it also possible to post on blogs hosted on wordpress.com using the api? If so, where can I find details such as URLs to which api requests need to be made, etc.?
Currently, I’m only interested in adding new posts to blogs hosted on wordpress.com and checking login information (so any function that will check the login information without changing anything, for example, a method that returns the number of blog posts, will be good).
I will use PHP and preferably use XML-RPC to execute API requests.
source
share