Holy unbroken build, a REST API that actually uses hypermedia:
The Netflix REST API adheres to REST web standards. Designed to be resource centric, the API keeps the data references for resources in the URL path, to the right of the host name, and uses links to tie together related resources. Method information goes into the standard HTTP verbs.
