I am creating one wordpress widget plugin that display different types of social media fans and followers counts. After that I feel that i also include Stack Overflow reputation for specific users. How can i get the Stack Overflow reputation for any user? is there any api for that ?
|
feedback
|
|
Yes, there is. The method you're looking for is Which returns JSON data looking like this:
Keep in mind that if you are using JavaScript to access the API, you will need to use JSONP. | |||
|
feedback
|