This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.
36
votes
1answer
187 views
When API site goes offline, please return a JSON , instead of Stack Overflow alike offline HTML page
I've just noticed that my api queries are failing in JSON parsing, because of API Site shows offline HTML Page.
I wish it would return a valid JSON response, instead of HTML Page.
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 ...
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 ...
14
votes
2answers
397 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 ...
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?
12
votes
1answer
189 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 ...
12
votes
4answers
220 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 ...
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 ...
11
votes
2answers
194 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 ...
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.
...
9
votes
1answer
123 views
Deleting an application key?
Hi. Shouldn't there be delete buttons on http://stackapps.com/apps so we can delete API-keys? Or at least de-activate them? I mean, cancelled projects, etc... A deletion button would be real handy.
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.
9
votes
2answers
169 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 ...
9
votes
1answer
70 views
Can we have some debug endpoints for testing corner cases?
After encountering a throttle violation today (which I posted in another question), it occurred to me that although I've put together code to handle "backoff" conditions, and potentially throttle ...
8
votes
2answers
135 views
Plans to expose details from the “accounts” tab of the user page?
One thing that I noticed was missing from the /users/ api was an ability to see what other StackExchange sites the user is associated with (what's usually available from the "accounts" tab of the user ...
8
votes
0answers
87 views
Could we please have election data added to the API?
It would be great if the election data were available from the API.
Use cases:
Applications can display notifications when certain events happen in the election.
A user might want to check their ...
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) ...
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 ...
7
votes
1answer
65 views
Get the Site Display Name from the API
Is there a way to get the Site Name, like StackOverflow or ServerFault, etc.? In my app I let the user enter a url with a api for a Site and I will be great If I can tell him something like: "You Are ...
7
votes
1answer
137 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 ...
7
votes
0answers
336 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 ...
6
votes
2answers
70 views
Increase the pagesize limit from 100
Can we increase this limit to something more reasonable (other than 100).
The cap of 100 for posts seems reasonable, however I cannot return the entire site list in one request. Due to the rapid ...
6
votes
3answers
293 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 ...
6
votes
1answer
100 views
Can we have subdomains under stackapps.com with application or library names?
For example,
http://stackmobile.stackapps.com (George Edison)
http://stackdeck.stackapps.com (iconiK)
http://stackapplet.stackapps.com (George Edison)
for application or library owners?
I think ...
6
votes
1answer
105 views
Support - Another thing from Meta
We really need to have the support tag as a required tag.
Why? Well...
http://stackapps.com/questions/87/what-is-the-syntax-for-specifying-parameters
...
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 ...
6
votes
1answer
356 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 ...
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
37 views
Get favorited tags of user
This was requested in 1 and declined because of a missing authentication method.
Now that authentication is in place, is there a way to retrieve the favorited tags of a user (myself)?
6
votes
0answers
56 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.
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: ...
6
votes
4answers
207 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 ...
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.
5
votes
2answers
124 views
MetaStackApps: “Library” Tab
Not sure if this is appropriate here (no Meta site yet), but here goes...
I think it'd be a good idea to have a "Library" navigation tab (next to the "Apps tab"), so that people can easily see ...
5
votes
3answers
305 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?
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 ...
5
votes
1answer
127 views
Will URLs always follow this pattern?
Many of the API endpoints return urls, such as /questions/{id} (which returns urls for question_timeline_url, question_comments_url, etc). However, the URL returned is a relative URL, like ...
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 ...
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 ...
5
votes
1answer
69 views
API for user next achievement/badge requirement?
If you look at your user profile you can see:
visited x days, x consecutive
So for the achievement/badge "Fanatic - Visited the site each day for 100 consecutive day" I can calculate the number of ...
5
votes
1answer
79 views
Can we have the display_name field in the /me/associated route?
I'm reading the Authentication documentation and I've noticed that the /me/associated route returns fields like user_id, badges, reputation but not the display_name, even specifying a custom Filter.
...
5
votes
1answer
53 views
Can we have a flag for sites with mature content?
To my horror today, I discovered that StackMobile was happily serving up content from the newest Stack Exchange site. (StackMobile has a cron job that runs daily, updating the list of sites using the ...
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 ...
4
votes
2answers
158 views
Feature Request to Include Gravatar URL for Users API
The result set for the users API does not return the URL for the user's Gravatar.
For reference: http://api.stackoverflow.com/0.8/help/method?method=users
4
votes
1answer
183 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 ...
4
votes
2answers
139 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
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 ...
4
votes
2answers
196 views
How to get a post title for a given post ID, even if that post ID is an answer and not a question?
I'm trying to beautify the reputation audit. If I want to show the post title for a reputation change event, however, I have a problem -- I don't know if the post ID is relative to a question or an ...
4
votes
2answers
101 views
Add optional parameter to get only paging information?
On methods that support total/page/pagesize add an optional parameter to get just those fields when making a request. (pageInfo=true).
I am thinking specifically in apps that have real-time like ...