Possible Duplicate:
Does Stack Overflow provide a public API for querying?

Do we have Stack Overflow API for Java? If yes, where can I get it?

share|improve this question
see: meta.stackoverflow.com/questions/16827/… – gnat Sep 10 '12 at 11:59

migrated from stackoverflow.com Sep 10 '12 at 4:46

marked as duplicate by Anna Lear Sep 10 '12 at 14:14

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 1 down vote accepted

Checkout http://soapi.info/. It's REST so any REST client library for Java will do the job.

share|improve this answer
thanks Darin for your quick reply. I don't have any idea about REST, can you explain a bit then it will be very helpful for me. – Mahendra Athneria Dec 17 '10 at 10:29
@Mahendra Athneria, you may checkout this project. – Darin Dimitrov Dec 17 '10 at 10:51

Stack Apps is the place to look for information regarding the Stack Overflow API. There have been three wrappers written in Java:

share|improve this answer

You must log in to answer this question.

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