3
votes
1answer
57 views

Getting started: /users/{id}

I am trying to get the amount of reputation that a user has. I have established that I need to use this url: ...
0
votes
0answers
128 views

Stackoverflow user/id to get data to a website

I am trying to get users stackoverflow info on to my website using the ids of their stackoverflow account they provide us. I am trying to get the JSON content that is available from this link: ...
4
votes
2answers
217 views

Odd String Format Result from API Call

I'm just getting started messing around with the SO api, I haven't worked with JSON before, and I am getting a strange result from a basic call (No API Key). WebClient stackClient = new WebClient(); ...