The MetaWeblog API is an application programming interface that enables weblog entries to be written, edited, and deleted using web services.
The MetaWeblog API is an application programming interface created by software developer Dave Winer that enables weblog entries to be written, edited, and deleted using web services.
The API is implemented as an XML-RPC web service with three methods whose names describe their function: metaweblog.newPost()
, metaweblog.getPost()
and metaweblog.editPost()
. These methods take arguments that specify the blog author's username and password along with information related to an individual weblog entry.