Questions tagged [stackexchange-api]

Question related to StackExchange API usage

Homepage

275 questions
0
votes
2 answers

Get user data from stackoverflow using meteor

I'm trying to develop a meteor application and in that i want to get the data of a user from stackoverlow. Suppose, My username is https://stackoverflow.com/users/1934044/user1934044 When user enters this link in my textbox i want to get the info…
user1934044
  • 516
  • 5
  • 18
0
votes
1 answer

Error in fetching questions for specific tag

I am using stackoverflow-java-sdk to fetch recents questions of specific tag. But i am getting following error. I don't have clue whats wrong with it , earlier same code base was working. Exception in thread "Thu May 15 21:14:45 IST 2014"…
Sanjiv
  • 1,795
  • 1
  • 29
  • 45
0
votes
4 answers

Java - StackExchange get JSON

Here is my Java code to get some information from stackexchange. import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.InputStreamReader; import…
user2094311
0
votes
1 answer

Why does my query to combine columns return NULL? (SQL on StackExchange DataExplorer )

I have written a StackExchange DataExplorer query to list all comments by User.Id The query works and returns Ids of questions and answers. What I do not understand is why, for answers, the second column is empty. DECLARE @UserId int =…
surfmuggle
  • 5,527
  • 7
  • 48
  • 77
0
votes
1 answer

StackOverflow API not returning JSON

I am using a Node.js script to gather data from StackOverflow. I know that all responses are gzipped, so I put code in that should take care of that. My script is as follows: var request = require('request'); var zlib = require('zlib'); function…
Mike Malloy
  • 1,520
  • 1
  • 15
  • 19
0
votes
1 answer

How to get list of all technologies

If you look at the 'Tags' option when you post a question, it gives an auto-complete/intellisense-assist when we type a tag, say SQL Server, for example. I need to get the whole list of technologies, the itemsSource, of this intellisense-assist. You…
Nishanth Reddy
  • 589
  • 2
  • 14
  • 27
0
votes
1 answer

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 try to run simple program to fetch some user info,…
Asad
  • 21,468
  • 17
  • 69
  • 94
0
votes
1 answer

How to retrieve the "Related tags" of a tag using py-stackexchange?

Step 1: I would like to retrieve all the related tags of a particular tag using Py-stackexchange, much like what is accomplished here. Step 2: I would like to find the intersection between two lists of related tags. I am StackApp-agnostic, as long…
lifebalance
  • 1,846
  • 3
  • 25
  • 57
0
votes
2 answers

Get questions content from Stack Exchange API

I need to get the question/answer content from Stack Overflow site using the username. I know we are able to retrieve data using the question id, using this API call: http://api.stackexchange.com/2.1/users/{id} Is there a method to fetch questions…
0
votes
1 answer

Is there a Drupal Module to connect to the StackExchange API?

I'm looking to connect to the StackExchange API via drupal. I've searched the modules on D.O and have not found one that is suitable. Wondering if anyone has done this integration?
0
votes
0 answers

Maximum length of about me in stackexchange api?

What is the Maximum length of "about me" in stackexchange api? The one from here: https://api.stackexchange.com/2.1/me?order=desc&sort=reputation&site=stackoverflow And in general, where are the length limits published? If anywhere?
Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152
0
votes
2 answers

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 it retrieves questions from StackOverflow tagged…
EijiAdachi
  • 441
  • 1
  • 3
  • 15
0
votes
1 answer

How do I authenticate with the Stack Overflow API

How do I authenticate with Stack Overflow in C# (Windows RT)? I'm not sure how to do this, so any example would be great.
user2102560
0
votes
1 answer

Get unread notifications of a stackexchange user

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 this method requires authentication(access token) to…
RanRag
  • 48,359
  • 38
  • 114
  • 167
-1
votes
1 answer

StackExchange REST API - get users from specific country

Is there a way to filter users returned by /users/ endpoint to get users with some "location" value only? If so, in order to correctly filter locations like "New York, United States" by "United States", can "users" be filtered by "location" that…
BUKTOP
  • 867
  • 10
  • 22