Update: I can't believe I forgot the XML-RPC API I wrote for Downhill. It doesn't really meet my criteria either, because it's not that useful anymore. The Weblog Ecosystem data it depends on is about 2 years old and it's not being collected anymore so I can't update it.
(4) Sat Feb 19 2005 16:48 PST XML-RPC APIs:
Does anyone know of any XML-RPC interfaces that don't require authentication and that live on the public Web? I know of two: the weblogs.com ping API and its imitators, and the Advogato XML-RPC API (some but not all of which requires authentication). I don't think either of those is interesting enough for my purpose. My studies have shown that all the new web services expose REST and/or SOAP APIs. Poor little XML-RPC's showcase of implemented services is stuck in 1999. Am I wrong? Am I wrong?
- Comments:
Posted by Nick Moffitt at Sun Feb 20 2005 00:06
"XML-RPC API" wins the prize for the most inane aggregation of TLAs! Hyphenation will not save you, XML-RPC API!
Posted by Chui Tey at Sun Feb 20 2005 07:12
How about flickr? Some of the method calls do not require authentication, although you still need an api Key.http://www.flickr.com/services/api/
http://www.flickr.com/services/api/flickr.photos.search.htmlPosted by Leonard at Sun Feb 20 2005 10:06
Ah! For some reason I thought flickr only had a REST interface. Maybe because that's the only one people talk about.