This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.
7
votes
1answer
136 views
Provide a way to retrieve questions and answers that have been deleted
Could you please provide a way to retrieve deleted questions/answers?
Your database contains that data, until you hard delete it, so it would be useful for us to have the chance to play with it.
I'm ...
1
vote
0answers
45 views
Any plans on push services? [duplicate]
Possible Duplicate:
Can we have some sort of notification system?
Are there any plans to support push services via websockets or anything similar so that apps can get new data pushed to ...
4
votes
1answer
90 views
Does there exist a method call to get unaccepted answers?
I noticed there was the method /questions/unanswered which returns questions with no upvoted answers but I'm more interested in something like /questions/unaccepted which returns all questions that ...
1
vote
0answers
103 views
ID number for sites [duplicate]
Possible Duplicate:
please add a key fields to stackauth results
It would be easier if sites each had an ID, it help with keeping track of them, not only in a numerical way (which is ...
2
votes
1answer
113 views
Add logo background color to data returned by StackAuth sites route
Given that now with Stack Exchange 2.0 the logo of some of the sites, like Web Apps, AskUbuntu, Photography, Gaming and Pro Webmasters have non-white background, I think it will be best if the ...
0
votes
1answer
83 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 ...
4
votes
1answer
94 views
/users/tags should contain scores
I am implementing some simple JavaScript/bookmarklet based apps that show some reputation info, including the score in the User's top tags (roughly based on this previous bookmarklet of mine).
Now I ...
3
votes
1answer
82 views
Answers information with tags
I am trying to chart the up votes on answers received by a user by tags. Something like:
I am running into the same situation as this question: How to filter getAnswersForUser by tag?.
If the ...
6
votes
1answer
253 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 ...
0
votes
0answers
93 views
API request to query all tags / taxonomy of languages based on filter param?
Looking through the api docs it would seem that pretty much everything is there except something I wanted to investigate if it would be possible to do. Which is to query the stackoverflow taxonomy ( ...
2
votes
1answer
234 views
Is there anyway to get the information now available in the Notification box?
I'm wanting the information in the "Inbox" tab of the notifications in the top left of any SE website. How can I get this or is it not yet available?
3
votes
1answer
119 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 ...
0
votes
1answer
113 views
Include tag “objects” in questions
getting a question returns among other things an array of tag names, it would be better if it return a whole tag "object" in other words: the count and fulfills_required (okay maybe not the fulfills ...
0
votes
1answer
199 views
Site Icon Hash in stackauth.com/sites
How do I cache the images properly, I think asked this somewhere before, but it hasn't affected me until gameing site went out of beta.
It's HTTP headers or something isn't
Ok I used George's ...
11
votes
2answers
158 views
Detecting StackExchanges with non-standard “plugins” (e.g. MathJax)
Some recent StackExchanges are starting to include site specific 3rd party JavaScripts - for example, cstheory.stackexchange.com (and math.stackexchange.com) both use what I think is MathJax to render ...
2
votes
0answers
47 views
Filter timeline by event type
Would it be possible to add the ability to filter a user's timeline by event? For example, only return revision events?
3
votes
1answer
129 views
Please add tags to answers
When querying any API method which returns answers (/users/ids/answers, /answers/ids, etc.) the result does not include the tag information for the related question.
The API does not support ...
0
votes
2answers
74 views
more styling info on stackauth
Each site has it's own colour, like Stackoverflow has orange, SuperUser has blue and Serverfault has red, not entirely sure StackApps (dark orange?).
Would it be possible to provide these colours in ...
1
vote
1answer
78 views
Rather than remove site from /sites set status close, at least temporarily
I noticed today, due to some exceptions, that sites that do not perform in beta can be closed and thus removed from /sites.
If you persist data, you will need to check your data every time you pull ...
2
votes
1answer
98 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 ...
1
vote
0answers
105 views
Provide a unique ID for each site [duplicate]
Possible Duplicate:
please add a key fields to stackauth results
Would it be possible to return an Id for each site in this method that won't change and so can be used in URIs? It would be ...
3
votes
1answer
139 views
Central Login place
The Issue
Currently, tracking yourself in an application is not that user friendly, you have to search for your username.
Usernames are not unique, there are many Jonathan's for example
When an ...
4
votes
3answers
139 views
StackAuth feature requests
Would it be possible to have a hash of a sites icon so that you only have to download when it's changed. Or is this already implemented with HTTP cache or something like that (if it is could someone ...
9
votes
1answer
103 views
Add List of Libraries to “Get Started” sidebar
I suggest that a link to the List of libraries be added to the "Get Started" sidebar to provide a clear and obvious discovery path.
4
votes
0answers
43 views
/tags fromdate and todate does nothing
Altough the help/documentation lists 'todate' and 'fromdate' parameters for tags they do not work. This may be related to tags not having a creation_date. It would be great if we could filter tags by ...
1
vote
2answers
115 views
Can we have a test user account?
I am writing a program that checks for new comments posted to a user.
The problem is this: in order to test the program, I am forced to post comments to existing users - which probably isn't the best ...
2
votes
1answer
182 views
Add 'linked' question data to the API
SE sites show linked questions on the right column.
It would be great to add an array of ids to the question response called 'linked'.
Example Linked Question
2
votes
2answers
57 views
Provide a way to discover associated meta sites
Currently, the API doesn't specify what the associated Meta site is for a certain site (I'm talking about the stackauth.com/1.0/sites route). Sure, we could just prepend "meta." to the domain name, ...
5
votes
3answers
154 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 ...
23
votes
0answers
266 views
Why I think Area51 needs an API.
Okay, I have to admit that I never dreamed I would be advocating an API for Area51. But here I am doing it :)
I think we need an API for Area51. Granted, the whole concept of questions and answers is ...
3
votes
1answer
116 views
Will there be another contest when Stack API 2.0 is close to release?
Considering Stack API 2.0 will probably focus a lot on administration and write features, I think it would be a good idea to have another contest.
4
votes
1answer
59 views
Why is edit_count exposed on Comments but not Questions or Answers
Comments have an edit_count field, why is this field not included with Question and Answer responses?
Further, the edit_count field has limited utility on a comment where, lacking revisions and a ...
4
votes
2answers
92 views
/user/{id}/notifications API call
I was contemplating adding notifications to my app, Droidstack. I would've liked to be able to add notifications for when new answers are posted to a user's (favorite) questions, when new comments are ...
0
votes
1answer
82 views
Add careers link and info to StackAuth
It might be nice to have access to a user's linked careers information via StackAuth if at all possible. One use I had in mind was integration into a sidebar widget.
4
votes
0answers
80 views
Can we have an Owner Name value in Question, Answer, and Comment?
If a post has no owner for whatever reason, we don't get the owner object in the response.
Thus, it is impossible to display the username of the missing owner. The site is able to do this, so we ...
14
votes
1answer
135 views
Can we get access to key-usage metrics?
Will developers ever get a chance to see how often their app key is being used?
Or how many unique IPs are used the key?
Or any other random metrics that might be interesting?
2
votes
1answer
55 views
Can StackAuth indicate whether a linked meta is in private / public beta?
Currently, StackAuth returns:
state: linked_meta
...regardless of the state of the parent site.
This makes my logic quite complicated as then I have to match it up with its parent site to find ...
5
votes
2answers
252 views
Why does the API lack any POST methods?
Why aren't any POST methods available?
Being able to post new questions and answers would be very interesting.
6
votes
1answer
137 views
In the timeline the ability to know what events belong to what question
Take this example:
http://api.stackoverflow.com/0.9/questions/3165492;3182016/timeline
Would it not make sense to have the question_id as a parameter on each timeline object? It makes the timeline ...
14
votes
2answers
396 views
Why does the API lack (proper) HTTP cache control headers?
I've just read Kevins answer to Do I need API key to use StackAuth API? and been quite surprised that the API doesn't seem to facilitate proper HTTP caching already:
You really shouldn't be ...
3
votes
1answer
104 views
AND searching for tags?
I am using the search api to search for questions that are tagged with "tags" and not with "tags". However I have noticed that searching for tags is an OR search.
The questions search for tags is an ...
4
votes
1answer
184 views
all api endpoints except api.stackoverflow.com are failing paged requests with HTML 503
UPDATE:
I am being told that this is by design.
I could not disagree more.
The inconsistent 503 throttling issue aside, the API is JSON based. HTML errors serve no purpose in response to an API ...
2
votes
1answer
50 views
Any way for /tags to provide unanswered count?
I am trying to get a count of unanswered questions by tag. Basically if there was an 'unanswered-count' in addition to the 'count' property of the /tags response that would be perfect.
It has been ...
6
votes
0answers
77 views
Link to SVG logo on stackauth
Could you host SVG version of logo and put a link on stackauth in http://stackauth.com/sites ?
6
votes
0answers
55 views
Linking to StackExchange Sites
If I request from the /questions route (for example,) I get a list of questions and some relative route data. What I don't get is a nice, neat, full URL to the question on the site:
site_url: ...
5
votes
1answer
106 views
Define the max number of vectorised parameters allowed
I am trying to make my app work with as little maintenance as possible, but also be as efficient as possible. Hence I would really like to batch up the ids I am requesting into a vector and get them ...
0
votes
1answer
109 views
Auto discover API version?
I may have missed this before, and if I have, I apologize (I searched and didn't find anything).
Is there a way to discover what the API version for a site is? With the recent change from 0.8 to ...
3
votes
1answer
80 views
Access to /users/recent/ (Recent Activity) through the API
Would it be possible to have access to a user Recent Activity?
I know that this is not a public information on the website, but I think that most part is public. I only see one Activity that should ...
0
votes
1answer
55 views
Add last_awarded_date to users/{id}/badges
I'm working on an activity notification app. It would be helpful to know the date of the last award for each badge, so the app can notify of changes since the last query.
2
votes
2answers
94 views
Please add accepted_date to answers/{id}
The reputation timeline aggregates activity so that only one instance of each answer or question is returned for a given timeframe. This makes it difficult to tease out reputation awarded for ...
