up vote 4 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

2 Answers

up vote 13 down vote accepted

How about AtomPub?

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.

It isn't limited to blogs, but blogs certainly fall under the realm of applications are used for "publishing and editing Web resources".

link|improve this answer
AtomPub is being used in many places now, with Microsoft's Live services, Google's GData, and many blog systems. Learning it now would be a great idea. – Brian Vallelunga Nov 14 '08 at 17:40
Exactly what i was looking for - i'd forgotten Atom had a publishing spec as well, +1 stackoverflow ;) – David Burrows Nov 17 '08 at 10:29
feedback

I don't know about REST, but have you look at MetaWeblog API? It's XML-RPC though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.