Skip to main content

All Questions

Tagged with
-8 votes
1 answer
119 views

Finding my upvotes on Data Explorer

This T-SQL finds all the questions I have answered on SO. https://data.stackexchange.com/stackoverflow/query/1779459/questions-i-have-answered I want to determine if I upvoted the question or not (as ...
JMP's user avatar
  • 131
63 votes
11 answers
4k views

The company's commitment to the data dumps, the API, and SEDE

Many words have been written around the company's commitment to the ongoing existence of the data dumps, the API, and the Stack Exchange Data Explorer (SEDE). Much of that text can be confusing or ...
Philippe's user avatar
  • 21k
2 votes
2 answers
197 views

How to run a Stack Exchange data query with the Stack Exchange API

I'm trying to find out if there is a way to run a query/complex search on the Stack Exchange API. I need to find all users that have a reputation greater than 250 and are from a certain location. I ...
Andrew Gremus's user avatar
4 votes
1 answer
176 views

Query for retrieving all answer ids for questions which a user already answered

I'm looking for a query from a Stack Overflow dump to find this. Example: user-id 'XXXXX' answered_list_id:[10,20,30,40] Also, I don't consider whether the answer is accepted or not. FROM Users AS u ...
mj lajy's user avatar
  • 41
7 votes
0 answers
166 views

Make whether a deleted question was deleted voluntarily or for moderation reasons available in the API and SEDE

When a <10k user browses to a deleted question, they are told whether the question was deleted voluntarily by its author, or by others moderating the site (i.e. "for reasons of moderation"...
Sonic the Anonymous Hedgehog's user avatar
0 votes
0 answers
56 views

Accessing https://data.stackexchange.com/query APIs programmatically [duplicate]

All, We want to get the list of all deleted question Id's from StackOverflow (with additional tags and/or date filters, if possible). However we don't see an useful API for this here: https://api....
raswamin's user avatar
8 votes
1 answer
209 views

Is there a way to export the list of tags as plain text?

I want to export the list of tags as a plain text file. It's fine if I have to massage the data a bit, as long as I don't need to click through pages and pages of tags. Why? Because I use that input ...
Nic's user avatar
  • 485
8 votes
1 answer
104 views

Can the number of elections graph from the former Elections site be re-created?

There used to be an elections site that obviously showed how many elections took place each month over time. Image by Tim Stone But that site for reasons unknown to me no longer exists in that form....
rene's user avatar
  • 91.1k
6 votes
0 answers
266 views

Is Stack Exchange working on providing a GraphQL based API endpoint?

GitHub currently offers both REST API and a GraphQL endpoint to query its entire database. I was wondering if Stack Exchange (SE) is working on offering a GraphQL endpoint sometime soon. As a ...
code's user avatar
  • 177
4 votes
3 answers
164 views

Get all interlinked questions

As an example, this question: http://stackoverflow.com/q/1371012/print-utf-8-from-c-console-application has linked questions here: http://stackoverflow.com/questions/linked/1371012 however some of ...
Zombo's user avatar
  • 1
7 votes
1 answer
310 views

Choosing best resource for crawling data from Stack Exchange sites

For the purpose of an academic research project, I would like to obtain detailed data on questions, answers, tags, users, etc. That is, I seek historical data, as detailed as possible. I have seen ...
splinter's user avatar
  • 309
18 votes
1 answer
146 views

How can I get the text from a large number of deleted posts?

I'm looking into running a machine-learning project on EL&U to detect low-quality posts. To do that, I need a large dataset - and to get that, I need to get the text from a large number of deleted ...
ArtOfCode's user avatar
  • 36.3k
-14 votes
1 answer
272 views

How to get votes cast by a user

I want to query the upvotes and downvotes that have been cast by a person. Is there an API call for that? (I don't see one on the API docs.) If there isn't a call for that, could this be achieved ...
Kristian's user avatar
  • 859
29 votes
2 answers
839 views

Please provide a way to download SEDE data via an API

I recently suggested on the Stack Apps site that a formal API be added to SEDE, and it was suggested I reference the feature request here, for visibility. My use case is a query that the API does not ...
halfer's user avatar
  • 2,652
3 votes
1 answer
75 views

Sotware access to up-to-the minute SE data. Is it (a) possible (b) desirable (c) currently available?

I'm an experienced computer programmer but new to data-mining. I'd like to set up a bit of software to do a quick search on current SE information. Judging by other people's questions, I get the ...
chasly - supports Monica's user avatar

15 30 50 per page