stackexchange-api

Displaying Stackoverflow rating/ reputation/ badges in website


Earning reputation in Stackoverfow is a hard job, and somewhere i'll feel happy if i can get the Reputations Displayed in my website. Is it possible?

Does stackoverflow exposes any API with respect to user?

[UPDATE]

When i simply type in

http://api.stackoverflow.com/1.1/users/{user-id}/

it gives me a JSON data, which seems fine to me. Is it OKAY to use it like this?

Got it from stackapps.com replied by Nathan Osman

Thanks.


Solution

  • Stackoverflow provides an Option to display your Reputations in your website . we can do it via two way's(as per my knowledge):-

    Hard Way(doing everything from your own)

    Easy Way(using Flair)

    thanks.