Is there a Restful Blog API - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T15:08:41Z http://stackoverflow.com/feeds/question/290761 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/290761/is-there-a-restful-blog-api 3 Is there a Restful Blog API David Burrows 2008-11-14T17:14:54Z 2008-12-02T06:25:20Z <p>I can't seem to find a true restful Blog API - are there any? I'm writing some blog software and wondered if there was a standard restful API, if not I'll go buy the RESTful Web Services book and design my own.</p> http://stackoverflow.com/questions/290761/is-there-a-restful-blog-api/290769#290769 11 Answer by dowski for Is there a Restful Blog API dowski 2008-11-14T17:21:41Z 2008-11-14T17:21:41Z <p>How about <a href="http://www.atomenabled.org/developers/protocol/#whatIsAtom" rel="nofollow">AtomPub</a>?</p> <blockquote> <p>Atom is the name of an XML-based Web content and metadata syndication format, and an application-level protocol for publishing and editing Web resources.</p> </blockquote> <p>It isn't limited to blogs, but blogs certainly fall under the realm of applications are used for "publishing and editing Web resources".</p> http://stackoverflow.com/questions/290761/is-there-a-restful-blog-api/333207#333207 -1 Answer by Seymour Cakes for Is there a Restful Blog API Seymour Cakes 2008-12-02T06:25:20Z 2008-12-02T06:25:20Z <p>I don't know about REST, but have you look at MetaWeblog API? It's XML-RPC though.</p>