This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.
4
votes
1answer
588 views
API endpoints do not set Access-Control-Allow-Origin, so CORS requests fail
This looks like it might have been requested before:
Add CORS headers to API output
In order for CORS to work, the Access-Control-Allow-Origin header (and related headers) must be set. With CORS ...
6
votes
2answers
69 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 ...
3
votes
2answers
52 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 ...
1
vote
0answers
20 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 ...
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 ...
0
votes
0answers
37 views
How to delete an OAuth (2.0) API key?
I created a couple of extra keys I don't need. Can I delete them? I don't see an option anywhere in the list or on the page for the key itself.
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 ...
3
votes
1answer
135 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 ...
3
votes
1answer
65 views
Self-mined Badge Progress via 2.0+ API
Badge Progress as a topic has had many questions, and some closed. Before downvoting or closing, please consider how this question might be different.
First, what's the the latest official answer of ...
3
votes
1answer
28 views
Could the /tags API return minimal information about synonyms?
It would be very helpful if the /tags API could provide at least a bare minimum of information about tag synonyms. Either:
Number of synonyms the tag has, if any.
Or a true/false flag for tags which ...
3
votes
0answers
38 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 ...
1
vote
2answers
32 views
How about a regex filter in the tags API?
The tags API has a "filter" parameter but it only matches the exact substring in the parameter in the tags.
On Travel we have one kind of tags, IATA airport codes (SYD for Sydney, SFO for San ...
3
votes
1answer
34 views
Is there an API to fetch tags related to a given tag?
I'm interested in making a tool that explores the tags of a site for tags which should be merged or mention each other in tag wikis etc.
On the page of any given tag there is a column on the right of ...
1
vote
0answers
23 views
Auth dialog improvements (who's logged in, etc)
The auth dialog (client side) could do with a bit of improvement.
Specifically, showing the currently logged in user, and a link saying "not you?". Facebook does this and allows you log in as someone ...
1
vote
0answers
5 views
Can UserScripts in the “scripts” tab be sorted in a similar manner as applications are in the “apps” tab?
If you bring up the Stack Apps home page (the apps tab), you will notice that the items are sorted according to their score and recent activity.
Can we please sort the UserScripts (the scripts tab) ...
1
vote
0answers
36 views
Removing StackExchange dropdown and mobile version of auth dialog
Would it be possible to remove the StackExchange drop down (hot questions, sites, inbox) from the Auth dialog?
Typically when displaying dialog, you don't want the user to start browsing questions ...
1
vote
1answer
18 views
Can I get the FAQ ordering via the API?
StackExchange sites have a feature to order by FAQ, e.g.:
Screenshot
This is in fact an ordering by the number of related questions and often produces very nice results.
Can you get that ordering ...
3
votes
1answer
62 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 ...
0
votes
1answer
35 views
Is it possible to sync notifications across multiple desktops with StackApplet?
These days people usually work on a number of machines, laptop for the road, desktop at home, perhaps even a machine at work or uni. This creates the need to have notifications synced somehow. It is ...
2
votes
0answers
56 views
Can you please return the reputation scores in addition to the reputation changes?
As by far and large (one of) the (two) largest consumer of /users/*/reputation1 , I humbly request an addition to this route.
What I'd love to see is getting the reputation score in addition to the ...
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 ...
2
votes
1answer
38 views
Is there any API that provides an event mechanism to implement an outlook style alert when new responses are available for a user?
I see that Can we have some sort of notification system? answers "NO" in no uncertain terms - I'm going to take a shot here because what I'm suggesting should not be any more complex than the logic it ...
12
votes
1answer
188 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 ...
3
votes
0answers
54 views
When will the API allow posting of questions and answers
I am planning on building a client for the Stack Exchange Sites, but it seems you cannot post any information via the API yet.
Is this going to happen at any time soon? It seems a pain to force users ...
0
votes
0answers
40 views
Stack family site [duplicate]
Possible Duplicate:
Can i make an internal Q&A site like StackExchange?
I've had a brief look at the stackapps site and the StackExchage API, but I was unable to answer myself the ...
1
vote
0answers
40 views
Would it be possible (in a future API release) to combine queries?
I've been doing a lot of work on StackMobile lately and I made the following observation:
Many of the pages (especially the ones that display a user's profile) make a number of requests to display ...
2
votes
0answers
23 views
Endpoints in associated accounts call
Slightly related:
Add reputation and site URL to 1.1 associated accounts
Currently, the only way to identify a site from the associated accounts route is by its name. This is pretty error-prone ...
2
votes
1answer
75 views
Is there a way to increase the contrast of the special highlighting that is applied to the OP of a question?
I apologize if this question is off topic or has already been asked; I couldn't find anything related.
When the Original Poster of a question comments somewhere on the question page, his name is sort ...
1
vote
1answer
139 views
Stackoverflow API - get “received” upvote count of a user.
I'm currently using the Stackoverflow API to get a list of detailed user information (via http://api.stackoverflow.com/1.1/usage/methods/users-by-ids). There is an attribute called "up_vote_count" ...
2
votes
1answer
22 views
Get a list of required tags for site
How can I get the tags which are required, (fulfills_required = true) for each site?
Like order/filter the tags route to show the fulfills_required tags first?
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.
3
votes
0answers
19 views
Filtering tags should provide exact matches at top
Take this query for example: http://api.stackoverflow.com/1.1/tags?pagesize=25&filter=ip
No where is there the valid tag [ip]. It is further down the page. This is quite annoying when searching ...
4
votes
2answers
52 views
Expose the contents of the “accounts” tab of the SE network profile as machine-readable data
It would be really nice if there were a way to get all the data that is displayed on the accounts tab of the Stack Exchange network profile for a user (e.g. mine) as machine-readable data with a ...
2
votes
0answers
38 views
Please add “total votes on questions” and “total votes on answers” into /user/{id} API
Is there any chance that the following methods:
Total votes on questions (N.B. NOT total score but total number of votes)
Total votes on answers
Could be added to the API?
There are no threats to ...
0
votes
1answer
28 views
Add revision diffs to API?
This may be a bit of a stretch, but I was wondering if it could be possible for the API to return the diff between two revisions? Or the next best option, to have the API return the markdown value of ...
0
votes
1answer
46 views
Why aren't badges paginated?
What is the current reasoning for the badge routes not being paged? Badges (/tags) is probably the current longest route, and it is annoying that this route isn't paginated, but stackauth/sites is. ...
1
vote
2answers
81 views
Global Inbox **Unviewed Count** API
Ok so some of the messages in the GI are private, those could be filtered out of the API return, or replaced by a type = private so that apps can let the user that if they want to see it they have to ...
0
votes
1answer
27 views
Could you add the ability to divide a bounty between multiple users?
I find that often I will get more than one correct & useful answer and I would like to divide a bounty between them. Have you considered this? Could you implement this within the API?
2
votes
0answers
30 views
Query Tag followers?
I was hoping to use the APIs to discover the number of questions for a given Tag as well as the number of followers. I found how to get the number of questions, but not the number of followers. On ...
1
vote
1answer
34 views
How do I find all questions answers and comments that link to my site?
Let's say I'm a large organization with online documentation for an extensive API.
At the bottom of each page in my API reference doc I'd like to have a button that says "show incoming links from ...
1
vote
0answers
71 views
Can we have the usage pages linked to the side bar?
The usage page for the API used in the blog is a very good reference of the current API methods, and slightly better then the current documentation link in the FAQ.
Would it at all be possible to ...
1
vote
1answer
29 views
Remove [app] questions from active
Now we have a special app tab, shouldn't the [app] questions at least be given lower priority on the active tab, which is now for development?
Ideally it would be to have the ability to sort the app ...
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 ...
0
votes
2answers
96 views
Provide a method to search for sites
Due to the new pagination of the /sites method in v1.1 of the API, we have to go through all the pages of sites to check whether a site exists, or allow the user to search for a site.
Would it be ...
4
votes
0answers
57 views
Requesting favorite questions should report which users have favorited it
I can request the favorite questions of a user via the users/{id}/favorites endpoint. If I'm only requesting the favorites for one user, then I know that all of the returned questions are the ...
2
votes
0answers
85 views
Can StackAuth please report which sites use MathJax? [duplicate]
Possible Duplicate:
Detecting StackExchanges with non-standard “plugins” (e.g. MathJax)
I just added MathJax support to StackMobile (it seems to actually work on Android ...
3
votes
1answer
84 views
site twitter acounts on stackauth.com/sites
Would it be possible to add references to the site twitter accounts in the site listing on stackauth?
If your wondering what I'm talking about:
...
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 ...
2
votes
1answer
55 views
List Area51 discuss in the StackAuth sites list
The API works for Area51 discuss, but it isn't listed on the site list. Would it be possible to add it so software using the API can access it without adding specific code for it?
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 ...
