Revision history [back]
For a read only API the Yahoo! Answers API
probably is a good start:
- questionSearch
- getByCategory (getByTag in askbot)
- getQuestion
- getByUser
A read/write API could encourage a android or iPhone app developer to write a mobile client on top of that. Sth. like
- questionSearch (to check if it was already asked),
- authenticate,
- postQuestion,
- getQuestion (for the answers) and
- vote/rate/choose best answer