Skip to main content

Questions tagged [status-deferred]

Indicates that the issue will be reviewed in the future, or that a change in functionality is being delayed until a future date.

2 votes
1 answer
92 views

Clarify read-only vs. write operations for Teams in documentation

The API page about Stack Overflow for Teams says (emphasis mine): Starting with the release of Stack Overflow For Teams, the Stack Exchange API exposes read-only access to data stored in private ...
Glorfindel's user avatar
  • 6,792
2 votes
0 answers
61 views

Why does the 'Apps' tab show hot questions and the 'Scripts' tab high scoring questions?

The Stack Apps homepage has two unique tabs which are not present on other sites: Apps and Scripts. There is a slight difference between the two, which is visible upon hovering: That's right, the '...
Glorfindel's user avatar
  • 6,792
1 vote
1 answer
74 views

WebSockets in API

Now that the actual sites have updates for Questions and Inbox with WebSockets. Can we get access to these via the API? If they are stable enough for the sits, then surely they for the API?
Jonathan.'s user avatar
  • 3,118
3 votes
0 answers
26 views

Greatest Hit questions data/route in API

Can we get access to the greatest hits functionality of the websites? Something like /questions/hits, and with an id (as in user ID) parameter to match the website. Maybe in version 2.1? This data ...
Jonathan.'s user avatar
  • 3,118
3 votes
1 answer
74 views

Can we get write access to user favorites?

I'd like users of my app to be able to add questions to their favourites. Will this be added to the API as an authenticated call?
David Snabel-Caunt's user avatar
3 votes
2 answers
91 views

Is it possible to get daily reputation change for a user via the API?

I'm trying to fetch a user's daily reputation change history for a project that's still early in the planning stages. I've been trying to use the "reputation" endpoint, but it seems like I can query ...
agent86's user avatar
  • 3,277
5 votes
1 answer
202 views

Provide a streaming API instead of forcing API users to poll

I've written an IRC bot that can notify channels when new questions with a certain tag are posted. However, currently I'm polling the URL #{APIURL}questions?pagesize=100&fromdate=#{@...
thejh's user avatar
  • 151
6 votes
0 answers
66 views

Please include Flag Weight in User API

Flag Weight is visible to everyone. It would be great if that info included in API /users/{ID} result.
YOU's user avatar
  • 5,022
1 vote
1 answer
113 views

Complete question timeline including votes

Is there any chance to get more information in questions timeline such as when it has been upvoted, when it has been downvoted, same for all answers, including comments, and other actions such as vote ...
user avatar
6 votes
1 answer
226 views

Why these questions do not have a title?

Hitting the following /questions route: http://api.stackoverflow.com/1.0/questions/74?pagesize=1&page=1 the endpoint returns this JSON data: { "total": 1, "page": 1, "pagesize": 1, "...
systempuntoout's user avatar
24 votes
1 answer
402 views

Will the API support the chat system?

Having read through come of the questions on here it's my understanding that v 1.0 of the API is for read-only access to real-time data, pretty much what's available in the data dump. Write support is ...
Josh's user avatar
  • 563
4 votes
1 answer
132 views

Global Inbox uses the API?

Just wondering if the GI uses the APIto work, it could but it would require a lot of requests (though it won't take up [internet] bandwidth because it's done inside the server cluster (that is ...
Jonathan.'s user avatar
  • 3,118
3 votes
1 answer
154 views

Will the new traffic measuring formula be available via the API as well?

From this MSO answer: stackexchange.com/sites was just updated today to use a new formula for traffic. Area 51 is still using the old formula, but will be updated soon to use the new formula. ...
badp's user avatar
  • 945
2 votes
1 answer
128 views

Implement Simple Update Protocol (SUP) endpoint

http://code.google.com/p/simpleupdateprotocol/ The basic concept is that instead of polling individual API calls for changes, you make a single call to a 'SUP endpoint' which indicates any changes ...
swanson's user avatar
  • 725
6 votes
3 answers
182 views

Markdown versus HTML

Does the API always return question and answer bodies in HTML format? Is there any provided way to get them in Markdown format, for easier local editing? If not, please consider this a feature ...
Josh Kelley's user avatar

15 30 50 per page