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!