Twitoaster API Overview
Twitoaster has an open Application Programming Interface (API for short). This means that anyone can write their own program (applications, websites, widgets...) to present public Twitoaster data (threaded conversations, statistics...) in new and different ways.
The Twitoaster API is a RESTful resource, entirely HTTP-based. The following data formats are supported: JSON, PHP serialized and XML (all of them using the UTF-8 charset).
Twitoaster API Use Examples
Looking for examples? Take a look on these applications using the Twitoster API.
If you're using the Twitoaster API, please think to add a link on your application (or website). Nothing mandatory, but it would be appreciated.
Twitoaster API Rate limiting
The Twitoaster API is rate limited (IP-based). Please be sure to understand the rate limiting policy before using the API.
Twitoaster API Authentication
Only the user/update and user/verify_api_key methods require authentication. Other methods are public.