This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.
4
votes
1answer
187 views
Write access (post answers, comments etc. on behalf of users)
From what I can tell, there's currently no way to write to StackExchange sites using the API. Are there any plans to support this? This would mean some implementation headaches, such as providing a ...
17
votes
3answers
371 views
Should there be a discovery API?
It would seem to me that a simple API that return an array of the API base URL and perhaps the common name of the sites that support the API would be valuable. Is this sensible?
EDIT:
This is what I ...
6
votes
3answers
294 views
please add a key fields to stackauth results
While it is a step in the right direction, the /sites return is missing a vital component: a key field.
All of the data currently in /sites is the arbitrary data that can change.
We need a constant ...
11
votes
1answer
224 views
Can we have some sort of notification system?
It seems like the only way to get notified of certain events is to poll the site continuously. And as per the current policy, it seems like there should be at least a 2 minute delay between requests.
...
4
votes
1answer
186 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 ...
7
votes
0answers
343 views
Firehose JSON streaming event service
Code Snippet
Using curl:
$ curl http://stackoverflow.hewgill.com:8080/firehose/stackoverflow
or, in a browser, http://stackoverflow.hewgill.com:8080/firehose/stackoverflow.
About
This ...
7
votes
2answers
147 views
Don't include answers in question lists by default
Right now, question list API queries (such as /questions, /questions/unanswered, /user/{id}/questions and so on) also return at most 30 answers (apparently) for each question. While this might be ...
2
votes
3answers
215 views
Can there be a way to find a user given his email hash?
Given a user's email, it would be great if we could hash it and search for that user with it.
The reason for this is suppose:
Someone has a website
On that website, they invite SO users to enter ...
14
votes
2answers
406 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 ...
6
votes
1answer
361 views
API Suggestion: suppress http error code when jsonp is specified
Conclusion: fast response by Kevin enables the JSONP functionality of the API to assume it's rightful description of awesome.
http://soapi.info/Code/JS/Stable/ErrorTest.htm
The JSONP functionality ...
9
votes
2answers
171 views
Finding a user given their (exact) display name
For my app, I allow people to "register" themselves on my site by typing in their Stack Overflow (etc) name. Now it does allow you to use your ID if you know it, but I find that typing in usernames is ...
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 ...
12
votes
1answer
194 views
Support Cross-Origin Resource Sharing
Currently, the only way to call the API from javascript is to use JSONP, but this can be cumbersome and has security issues. If the following header was included in all API responses, the API could be ...
7
votes
1answer
90 views
Add close-vote information to the questions object
Would it be possible to add close/reopen vote information to the questions object?
For example, you usually see something along the lines of:
close (3)
when a question has three (current) ...
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 ...
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 ...
3
votes
1answer
87 views
Are we going to get a Protected Date field in Question responses?
Now that questions can be marked protected, will this info be available via the API?
2
votes
3answers
132 views
display_name isn't always there (should have OpenID name if needed)
usually in the owner dictionary there is a display_name value to give the username. But in a few questions it simply doesn't exist and I can't see why only those questions: eg, this excerpt from the ...
1
vote
2answers
125 views
Is there a way to determine total number of upvotes and downvotes (etc) for a user (regardless of reputation cap)?
For example, if you use the /users/<id>/reputation call, you get a list of reputation changes for the user, but it takes the daily reputation cap into account. What I would like is an API call ...
1
vote
1answer
72 views
Filter support for regex or wildcards
Filter would be significantly more useful it it supported Regex or wildcards. Ideally under a different parameter. Wildcard could be with the * or the %. This would allow for "starts-with" or ...
12
votes
4answers
222 views
Prevent that posts tagged with app or library enter Community Wiki mode when the owner edits it 8 times
I've edited my App 8 times and my question has switched automatically to Community Wiki (I'm aware that it's reported in the faq).
The main reason of these many edits is my shaky english, but I can ...
6
votes
4answers
209 views
API key limit increase support
One of the things that came up in the discussion on this question was the fact that the 10K limits might not be enough for websites that want to use the SE API.
It might be a good idea to add a ...
4
votes
3answers
131 views
Is there a way to discover what versions are available?
http://api.stackoverflow.com/0.8/help works.
http://api.stackoverflow.com/1.0/help does not.
Is there something that returns 0.8 as the most recent version? And/or is there something that lists every ...
3
votes
1answer
105 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 ...
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 ...
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 ?
5
votes
0answers
101 views
please expose stackauth via a url that is consistent with the api
Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process.
the ...
5
votes
3answers
306 views
Get Site Icon or Icon Url
Is there a way to get the icon or the IconUrl of the site so I can put it in my app like the DisplayName?
4
votes
1answer
94 views
Add reputation and site URL to 1.1 associated accounts
I know you wanted to reduce the amount of data returned, but hasn't it gone a little far?
Especially as there are no numerical site IDs. For example the Apple site is now called AskDifferent, however ...
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 ...
4
votes
2answers
128 views
Can we not limit requests based on the first one?
According to the answer given to this question, it seems like the API limits requests based on the first one. (Regardless of the presence of a key.)
Can this please be changed? It really hinders ...
4
votes
2answers
136 views
Verifying and linking SE users from external sites.
It would be great if you could allow your sites user base to link too their SE userId and this could then be verified.
Not sure if there are privacy issues here, but one way would be too include the ...
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 ...
3
votes
2answers
72 views
Official Status Site/Page/Banner
It would be useful to have an official status displayed somewhere.
A banner on all stackapps.com pages, or a specific page that we could view to see the status of the API.
Just now I tried to view ...
2
votes
1answer
184 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
1
vote
3answers
155 views
What is the best way to provide support for an unknowable number of StackExchange sites?
I just wrote an app for Chrome extensions and received a request to make it cross-StackExchange compatible. If there's eventually going to be more sites than just the few listed and I don't really ...
11
votes
2answers
195 views
Make site icons have transparent backgrounds
This is a request to make the site's icons have transparent backgrounds. They are already PNGs, so they support that. This would make applications such as Droidstack look much better.
Although ...
9
votes
1answer
104 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.
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 ...
5
votes
2answers
253 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.
5
votes
1answer
110 views
Exclude help requests and redirects from the API limit
Help API requests probably should not count towards the no-key API limit. The most likely usage scenario of the API without a key is when people are trying to learn it, which means reading the help a ...
4
votes
0answers
35 views
Add a special page where developers can reset throttle timeouts
As George Edison noted, it would be useful to have a special page where developers can reset the throttle timeout when we accidentally trigger it.
This happened to me this morning — I got banned for ...
4
votes
1answer
61 views
What happened to the JSON documentation for the API?
Back in version 1.1 of the API, we used to be able to do:
http://api.stackoverflow.com/1.1/questions?help
...which would return information about the method in JSON format. However, attempting ...
4
votes
0answers
41 views
Merging/migration should be reflected by the API
Now that we have a new merging/migration system that keeps records of all merges, I think that this information should be visible through the API:
Questions that are merged into other questions ...
4
votes
2answers
141 views
Get a user's “interesting tags”
The current implementation of the API does not provide a way for us to fetch a user's "interesting tags". The /users/{id}/tags unfortunately returns all tags a user has participated in, which I'm not ...
4
votes
3answers
200 views
Can we get a sandbox please?
I think that we should have some sort of a sandbox site where we can posted questions, answers and mentions in a control environment.
Currently I'm wokring with StackOverflow but I can post "test" ...
3
votes
1answer
57 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?
3
votes
1answer
66 views
Is there going to be an API for the Careers site?
Is there going to be an API for access to the careers site? I could understand that it would be different to the rest of the Stack Exchange APIs, but I could see that it could be useful for use cases ...
2
votes
1answer
24 views
Can I get more results/options from /users/{ids}/top-answer-tags?
/users/{ids}/top-answer-tags returns the top 30 tags for a given user. It's also the only endpoint that returns the user's tag scores along with the rest of the tag info. I'd like to use this data ...
2
votes
1answer
51 views
Add information to badges/{id} method.
Currently, there is no practical way to retrieve badge information given its ID. I would like to see title and description added at the very least.
Current method for retrieving the data:
call the ...