views:

190

answers:

2

What is the best REST API documentation that you've come across?

What did you really like about it? HOWTOs? Videos? Code snippets? Browser based API explorer?

For example, I quite like the Flikr API documentation - http://www.flickr.com/services/api/flickr.photos.search.html, especially the API explorer.

The SOAPI-Explorer is also pretty cool - http://soapi.info/Code/JS/Stable/soapi-explore-beta.htm, although it lacks an overview of how to use things together.

What information is always missing from REST API documentation that catches you out? Eg, Date Formats.

Thanks!

+4  A: 

The Gowalla API Explorer is one of the best I've seen. From a REST perspective, the Sun Cloud API is very good.

The key thing to remember when documenting REST systems is that you should be documenting the representations that are transfered across the wire, not the endpoints(Urls) that you have created.

Darrel Miller
+1 for the link to Gowalla. That's sweet. And the API is hyperlinked. But no useful media types :-(
mogsie
mogsie: One step at a time :-)
Darrel Miller
A: 

I like Google APIs, but not all are RESTful. Next favorite is Amazon AWS API, e.g. S3.

Update

amra
What is it about the Google and Amazon API documentation that you like?
David Laing
See my update...
amra