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 ?
Tell me more
×
Stack Apps is a question and answer site for
apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.
|
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. |
|||
|
|