Unanswered Questions
130 questions with no upvoted or accepted answers
13
votes
0
answers
235
views
2.0 API get votes
I've been searching the 2.0 API for a list of my own (up and down) votes. I don't see them in the API.
I don't think this is a prohibitively resource intensive query or that it can be used to ...
8
votes
0
answers
76
views
We’re collecting feedback on how we can improve the Stack Exchange API
The Stack Exchange API allows users to programmatically query and connect to the Stack Exchange Network of sites.
The API is currently in version 2.3. We’re collecting feedback from users of the API, ...
8
votes
0
answers
255
views
suggest add favicon.ico to api endpoints
It will reduce 404 entries in your logs and in our browser based fiddler results.
Cheap, easy, fast.
GET /favicon.ico HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (...
7
votes
0
answers
130
views
Native Windows client for Stack Exchange sites?
Is there a native Windows client for Stack Overflow and/or other Stack Exchange sites?
7
votes
0
answers
98
views
Is a deobfuscated version of chat js available?
The dev portion of the CDN hosts unminified JS for the main SE sites (you can find it via http://dev.stackoverflow.com ). However, I can't seem to find the same for chat.
Is there any link for ...
7
votes
0
answers
120
views
API Parameters: Consolidated Observations
This wiki question is meant to be a central location for observations and suggestions in the interest of shaping the API meta data.
Perhaps items can be removed when accepted and resolved as ...
6
votes
0
answers
90
views
Userscript to flag deleted posts for moderator attention with <10K reputation
I noticed that while the system blocks you from viewing deleted posts unless you have moderator tools privilege, the system will not block you from flagging them. The only flag available for deleted ...
6
votes
0
answers
164
views
Stack Exchange notification app for Windows 10 (integration with Action Center)
Is there a Stack Exchange notification app (particularly, the inbox) for Windows 10 that has integration with Action Center?
There are notification apps for Windows 7 that I am currently using, but I'...
6
votes
0
answers
80
views
How to get unread reputation changes via the API?
I want to write a desktop widget that checks the Stack Exchange API every several seconds and tells me if there are any new reputation changes. I can't figure out what API method I can use for that.
...
6
votes
0
answers
246
views
localhost API key receives Curl error when retrieving access token
I have registered two apps -- one that will redirect to my website and the other that will redirect to a localhost server that I have running so I don't have to test my code on the site. I have ...
6
votes
0
answers
137
views
How do I grab the CSV from a Data Explorer URL?
I'm building an app that works by users punching in big lists of questions. And I want them to be able to use the Data Explorer to create these lists.
My preferred way of getting the data would be a ...
6
votes
0
answers
180
views
How to get the count of a query efficiently
To get the count of a query without returning results, simply specify pagesize=0.
http://api.stackoverflow.com/0.9/users?filter=mike&sort=name&pagesize=0
{
"total": 1161,
"page": 1,
"...
5
votes
0
answers
132
views
Moderation request: Make [user] a synonym of [users]
Please make user a synonym of users.
I proposed a synonym but there aren't enough high-rep users active here for that mechanism to work.
Currently*:
user has 5 questions, no tag wiki and no tag ...
5
votes
0
answers
100
views
Looking for an application which alerts about new questions under a particular topic
I've installed StackApplet, but it only tracks the reputation of a particular user.
Is there an application which tracks new questions under a particular topic, and notifies (in system tray) when ...
5
votes
0
answers
79
views
How can I get the "follower" count for a given tag on a site?
One of the metrics (albeit a somewhat weak one) of a given tag's "health" is how many followers it has. I believe this is the count of how many users have the tag on their "Favorite Tags" list. You ...