The stackoverflow-api tag has no wiki summary.
0
votes
2answers
26 views
How to get the content of an answer?
I'm trying to build a data set based on Stackoverflow question and answers for testing some Natural Language Processing algorithms. So far, I have a small Java program that based on a set of keywords ...
1
vote
1answer
18 views
How to adjust the number of results returned when querying the Stackoverflow API?
I'm using the Stackoverflow JSON API to retrieve questions marked with a given tag.
I have this small program in Java which retrieves questions marked with the "Java" tag.
public static void ...
10
votes
2answers
387 views
Get Stack Overflow questions with Stacky API
I want to get the most current questions from Stack Overflow using the Stacky C# library for the Stack Exchange API.
I took the example code and tried to run it but it hangs when it comes to ...
0
votes
2answers
12 views
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 ...
0
votes
0answers
10 views
How to get MAX(favorite_count) in API v2.1 Advanced Search?
This Stack Overflow API link runs on /2.1/search/advanced and returns my questions' favorite_count:
{"items":
[
...
0
votes
1answer
112 views
Encoding issue with requesting JSON from StackOverflow API
I can't figure this out for the life of me. Below is an implementation with the request module, but I've also tried with the node-XMLHttpRequest module to no avail.
var request = require('request');
...
3
votes
2answers
44 views
How to add body parameter in Serel gem (stackoverflow api)
Actually when i try to access a question using serel gem(which is a ruby wrapper for stackoverflow api), i get an object with no body parameter included in it.
questions = Serel::Question.find(id)
...
5
votes
1answer
82 views
Stackoverflow API response format
The Stackoverflow API is returning an unexpected response when C# to create a HTTP GET request.
If I paste http://api.stackoverflow.com/1.1/users/882993 into the browsers address bar I get the ...
1
vote
0answers
39 views
StackExchangeapiv2: Get user's unread notification
I came across StackExchange API V2 unread notifications method and though of creating a small cli script which on execution will give me the unread notification count. Now, according to the docs ...
4
votes
1answer
88 views
How to log into stackoverflow.com through python?
I was thinking is there any way I can log into my stackoverflow.com account through my python code.
Is there any stackoverflow-pythonAPI through which I can achieve the above task.
I googled before ...
5
votes
2answers
175 views
Get access to Stackoverflow's auto-suggest tagging system?
Is there anyway to get access to stackoverflow's awesome tagging system? I would like to borrow Stack's awesome auto-suggest and tag mini-explanation boxes for my own site. Obviously, I can use the ...
9
votes
1answer
148 views
Stack Overflow API: get the user's “new mail!” notification?
When someone replies to your question (or for many other actions on the site) you get a little "new mail!" type icon in your "StackExchange" menu in the top left of the site.
Checking out the API ...
3
votes
4answers
500 views
Trying to access stackoverflow api but getting parse error
In trying to use the stackoverflow api with ajax and jquery and I just can't get it to work. I know I have to use jsonp as the datatype and I keep reading different ways of doing the jsonp request but ...
9
votes
2answers
379 views
Watching for new Mathematica questions using Mathematica and the StackOverflow API
Unless Mr.Wizard is on vacation, it is pretty difficult to beat this phenomenon which seems to be gifted with omnipresence and omniscience. How can we outdo him using Mathematica and the StackOverflow ...
0
votes
1answer
69 views
Questions method of the stackoverflow api returns only one page of questions
Trying to work with questions method of the stackoverflow api and it returns only one page of questions , how can I get the following pages?
The java code I am using :
URL stackoverflow = new ...
3
votes
0answers
109 views
Stackoverflow API - get “received” upvote count of a user [closed]
I'm currently using the Stackoverflow API to get a list of detailed user information (via http://api.stackoverflow.com/1.1/usage/methods/users-by-ids).
There is an attribute called "up_vote_count" ...
7
votes
2answers
13k views
JSONP request returning error: “Uncaught SyntaxError: Unexpected token :”
So I'm trying to make a request to the StackOverflow api with the following jQuery code:
$.ajax({ ...
0
votes
2answers
603 views
WP7: Encoding.Default
I'm trying to get results from SO api in a WP7 app. I was able to get it working in a console app when I used the following code
static void webClient_DownloadStringCompleted(object sender, ...
3
votes
3answers
634 views
stackoverflow search api
I would like to use the search method of stackoverflow API to return the json structure of results based on a search keyword and then display those results (title, description and the url) in the ...
13
votes
1answer
352 views
Can I check with the Stackoverflow API which SO answerers are sleep-deprived?
In how-do-i-access-the-stackoverflow-api-from-mathematica I outlined how one could use the SO API to get Mathematica to make some interesting reputation graphs of top answerers. Could this API also be ...
1
vote
1answer
48 views
How can I automatically publish my questions and their responses to my blog?
I want to publish my questions and their responses asked here (on Stack Overflow) to my blog (or Linkedin, etc.) automatically.
I host my blog on blogger.com.
Is that possible?
3
votes
1answer
910 views
How to download code using TortoiseHg (Mercurial)
I am trying to download the code theworldsworststackoverflowclone. At first I have tried with Tortoise SVN but later get to know that hg command is not supported.
Now I downloaded Mrcurial and ...
0
votes
1answer
92 views
Unable to download the sample code for theworldsworststackoverflowclone using Tortoise SVN
After going through stackapps, just tried downloading theworldsworststackoverflowclone with Tortoise SVN.
When I try with Repo-Browser, I get the error:
Unrecognized URL scheme for
hg clone https ...
2
votes
1answer
85 views
Stackover API gives different search results than web interface
I'm playing with the SO api, and noticed that the api call to search for lesscss gives total: 13 items with the api param tagged=lesscss
http://api.stackoverflow.com/1.0/search?tagged=lesscss
but ...
3
votes
1answer
446 views
Retrieve JSON with StackOverflow API
I want to retrieve information from my Stack Overflow profile as JSON using the API.
So I use this link http:/api.stackoverflow.com/1.0/users/401025/.
But when I make the request I get a file ...
2
votes
1answer
149 views
List of questions with tag with the Stack Overflow API
As some of you know, Stack Overflow now has an API, which now makes these types of questions valid programming questions.
My question: I'm trying to write a small script to connect to the Stack ...
0
votes
1answer
186 views
file_get_contents() returns garbled data
I am trying to use the SO API (eg: http://api.stackoverflow.com/1.0/users/3) to get some data:
<?php
$data = file_get_contents('http://api.stackoverflow.com/1.0/users/3');
echo $data;
?>
...
2
votes
2answers
504 views
JSON URL from StackExchange API returning jibberish?
I have a feeling I'm doing something wrong here, but I'm not quite sure if I'm missing a step, or am just having an encoding problem or something. Here's my code:
URL url = new ...
0
votes
1answer
80 views
Namespace Orginization and Conventions
So I have a little bit of a problem. I working on a project in C# using The StackOveflow API. You can send it a request like so:
http://stackoverflow.com/users/rep/126196/2010-01-01/2010-03-13
And ...
0
votes
1answer
90 views
SXAPI API Initialization error
I thought it is related To Meta but it is a programming question any way.
I was trying to practice Stackoverflow Api as a test case, I have tried using
SXAPI (stack Overflow Version 4).
When I ...




