Guess it might interest some of you; I just made public the Twitoaster API ( http://twitoaster.com/api/ ). Using the same model as the Twitter one, it brings the following methods:
- conversation/show: Returns the whole conversation (max 200 tweets) containing the requested tweet. - conversation/search: Conversational search engine. Returns the 20 most recent (or revelant) conversations that match the specified query. - conversation/user: Returns the 20 most recent conversations started by the requested user. - user/show: Returns the extended information of the requested user (statistics, charts…). - user/update: Updates the Twitter user's status (with extended tweet support). For the time being, Twitoaster API database is limited to Twitoaster’s users. This will probably change if more and more applications use it. All the best, Arnaud.
