0
votes
0answers
127 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
2k views

Posting questions and answers via API

I am new to StackApps. I have created an account and I have got an API key. Now my question is, how can I access user accounts? I'm interested in posted questions and answers. Is there a way to post ...
4
votes
3answers
258 views

Getting started: What kind of thing can we do with the SE-API that we can't do with the SE Data Explorer?

I want to know if my slender grasp of the latter will help me learn about the former.
70
votes
3answers
15k views

API “Hello World” code

The Stack Exchange API is based on HTTP and URLs, just like the web page you're browsing now. Except instead of HTML, the responses are all in JSON. Let's say we wanted to call the info method: ...
98
votes
3answers
19k views

API Documentation and Help

Method List All API methods can be found at https://api.stackexchange.com/docs. Global Method Parameters All methods accept the following parameters: type=jsontext: responds with mime-type ...