<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: metaweblogapi</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/metaweblogapi.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2002-06-14T07:02:13+00:00</updated><author><name>Simon Willison</name></author><entry><title>Meta weblog API</title><link href="https://simonwillison.net/2002/Jun/14/metaWeblogAPI/#atom-tag" rel="alternate"/><published>2002-06-14T07:02:13+00:00</published><updated>2002-06-14T07:02:13+00:00</updated><id>https://simonwillison.net/2002/Jun/14/metaWeblogAPI/#atom-tag</id><summary type="html">
    &lt;p&gt;I'm itching to get an XML-RPC interface to this blog up and running so I can start playing with blogging tools (or roll my own in &lt;a href="http://www.pythoncard.org/"&gt;PythonCard&lt;/a&gt;).  It looks like Dave Winer's &lt;a href="http://www.xmlrpc.com/metaWeblogApi"&gt;MetaWeblog API&lt;/a&gt; is just what I need. It describes an XML-RPC interface with 3 methods: &lt;code&gt;metaWeblog.newPost&lt;/code&gt;, &lt;code&gt;metaWeblog.editPost&lt;/code&gt; and &lt;code&gt;metaWeblog.getPost&lt;/code&gt;. More importantly, the standard supports complete flexibility in the data that is sent along with the request. My entries consist of a body, an optional permalink (one is generated if none is specified), optional categories and an optional search string for a "Google It!" link if one is required. The MetaWeblog API looks ideally suited to handling this, and is fully extensible should I change the format of my entries in the future.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/blogging"&gt;blogging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/metaweblogapi"&gt;metaweblogapi&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/xml-rpc"&gt;xml-rpc&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/pythoncard"&gt;pythoncard&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="blogging"/><category term="metaweblogapi"/><category term="xml-rpc"/><category term="pythoncard"/></entry></feed>