If I want to see my 5 most recent answers in HTML, I can do so by visiting:

http://meta.stackoverflow.com/api/useranswers.html?userid=130154&page=1&pagesize=5&sort=newest

If I want to see my five most recent answers in JSON, I would likely visit:

http://meta.stackoverflow.com/api/useranswers.json?userid=130154&page=1&pagesize=5&sort=newest

Unfortunately, the JSON option doesn't respect the &sort value. Instead it shows the first five answers, rather than the last 5.

link|improve this question

72% accept rate
feedback

1 Answer

up vote 4 down vote accepted

We do not officially support the /api until we announce we're working on it.

All requests of this nature will be declined.

Also, fair warning: since the api is unannounced, it may be changed at any time with no announcements.

link|improve this answer
No problem. Appreciate the input :) – Jonathan Sampson Aug 25 '09 at 1:33
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged