FederatedBirds is an Open Source twitter-like server. This RESTful API allows to interact with the server.
The API documentation is published here : http://federatedbirds.appspot.com/doc/index.html
To generate documentation, run from root of the project :
apidoc -i . -o src/main/webapp/doc/ --debug
You can get apidoc generator here : http://apidocjs.com