Question related to StackExchange API usage
Questions tagged [stackexchange-api]
275 questions
                    
                    25
                    
            votes
                
                2 answers
            
        JSONP request returning error: "Uncaught SyntaxError: Unexpected token :"
So I'm trying to make a request to the Stack Exchange API with the following jQuery code:
$.ajax({                                                                                                                                                       …
         
    
    
        theabraham
        
- 15,840
- 9
- 42
- 41
                    23
                    
            votes
                
                3 answers
            
        How to parse gzip encoded response with RestTemplate in Spring-Web
After I modified Consuming a RESTful Web Service example to call get users by id from api.stackexchange.com I get JsonParseException:
com.fasterxml.jackson.core.JsonParseException: Illegal character ((CTRL-CHAR, code 31)): only regular white space…
         
    
    
        Michal Foksa
        
- 11,225
- 9
- 50
- 68
                    21
                    
            votes
                
                3 answers
            
        Making JSON requests within Emacs
I am in the early stages of writing an Emacs major mode for browsing and contributing to sites on the Stack Exchange network, in much the same way as dired and list-packages works, with a few inspirations from magit and org-mode.
The problem is, of…
         
    
    
        Sean Allred
        
- 3,558
- 3
- 32
- 71
                    20
                    
            votes
                
                7 answers
            
        Integrate Stack Overflow into IDEs?
Okay, this is just a crazy idea I have. Stack Overflow looks very structured and integrable into development applications. So would it be possible, even useful, to have a Stack Overflow plugin for, say, Eclipse? 
Which features of Stack Overflow…
         
    
    
        Thorsten79
        
- 10,038
- 6
- 38
- 54
                    15
                    
            votes
                
                1 answer
            
        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 used to provide some privacy-invading insights…
         
    
    
        Sjoerd C. de Vries
        
- 16,122
- 3
- 42
- 94
                    15
                    
            votes
                
                2 answers
            
        List of all tags used on Stack Overflow
I am building a website, which categorizes IT problems. How can I get the content of all tags used on Stack Overflow?
I need to use the same tagging feature with the same content, but separately.
How can I extract the content of all tags? (It should…
         
    
    
        Jack Russel
        
- 321
- 2
- 7
                    13
                    
            votes
                
                1 answer
            
        How get notifications from stack overflow for new questions?
I would like to answer to new javascript, react, react-native and node questions. So, how would I know about the new questions which are asked by users on these areas?
         
    
    
        Shashika Virajh
        
- 8,497
- 17
- 59
- 103
                    13
                    
            votes
                
                3 answers
            
        How to get a list of questions from stackoverflow API based on search query?
I am interested in the getting a list of the question based on a tag or a search query. I will give you an example.
So If I use the search keyword as "ipv4", it should give me a big list of questions related to ipv4. All I want to do is get the…
         
    
    
        Vish
        
- 333
- 1
- 4
- 13
                    12
                    
            votes
                
                1 answer
            
        Retrieving text body of answers and comments using Stackexchange API
I am trying to retrieve the questions, comments on questions, and answers of questions related to Python from stack overflow using Stack exchange API. I want to extract all information including body of text of questions, comments, and answers. For…
         
    
    
        user2293224
        
- 2,128
- 5
- 28
- 52
                    11
                    
            votes
                
                2 answers
            
        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 API?
         
    
    
        Sjoerd C. de Vries
        
- 16,122
- 3
- 42
- 94
                    11
                    
            votes
                
                1 answer
            
        Login to stackoverflow.com via curl
I'm trying to login to my stackoverflow.com account programatically. I've tried to do a curl like the following but it's asking for content length:
$ curl -X POST --user abc@gmail.com:abc https://stackoverflow.com/users/login -v
*   Trying…
         
    
    
        Pankaj Singhal
        
- 15,283
- 9
- 47
- 86
                    11
                    
            votes
                
                1 answer
            
        How does StackExchange API implements the common wrapper object?
How do they do this http://api.stackexchange.com/docs/wrapper ? I am aware that these are ServiceStack driven APIs but some code samples would be nice.
I want to implement something similar but with ASP.NET Web API.
Still if someone can provide…
         
    
    
        mare
        
- 13,033
- 24
- 102
- 191
                    11
                    
            votes
                
                2 answers
            
        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 jQuery UI auto-suggest for tags but I would really…
         
    
    
        Thomas
        
- 5,030
- 20
- 67
- 100
                    10
                    
            votes
                
                3 answers
            
        Consuming stack exchange API
I have tried to upvote a stackoverflow question with the stack exchange api and failed. I have tried a lot but I didn't get it to work.
URL :…
         
    
    
        Gunaseelan
        
- 14,415
- 11
- 80
- 128
                    10
                    
            votes
                
                2 answers
            
        SE's OAuth workflow in Emacs
Progress is being made rapidly on StackMode, an Emacs client for StackExchange, and now we need to be able to make authenticated requests to the API for continued testing.  (The 300-request limit is starting to limit how much testing I can do in a…
         
    
    
        Sean Allred
        
- 3,558
- 3
- 32
- 71