Version 3, last updated by Richard Dallaway at September 21, 2010 UTC
RESTful Account API
We've seen no activity on the API to manage accounts, so this is now suspended. If you have a use for it, let us know via the messages tab on this web site.
The API exposes a small set of resources, all of which respond to GET, and some of which can be manipulated via PUT, POST and DELETE. All requests must be made in UTF-8. The resources available are:
- Account
- Message
- Word
To find out more about each, see the menu on the left.
All examples provided use cURL. Where we put items in {curly_braces}, that would be a parameter you need to supply.
By default the API will return XML. However if JSON is preferred the accept header should be application/json.