This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing 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 ...
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
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
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: ...
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
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
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 ...
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
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 ...
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 ...
3
votes
0answers
29 views
Allow post type to optionally return title field
Currently, it's possible to get the title field from the question type returned by /questions/{ids} and from the answer type returned by /answers/{ids}, using the appropriate filters.
Unfortunately, ...
3
votes
0answers
17 views
More Global Methods?
Consider the following scenario: I need to retrieve a list of the latest questions asked on three different Stack Exchange sites. I throw together an application that hits up the following routes:
...
3
votes
0answers
45 views
Is it OK to have a test account for a developing client?
I'm currently trying to implement an agorava component for Stackoverflow, and for testing purpose, i would like to create a test account, which would have one question asked, and would maybe send ...
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 ...
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 ...
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 ...
3
votes
0answers
66 views
Api-specific tags
It might be useful to have auto-generated tags for each API and add a link to the tag feed to the help page for that API. This would link directly the API documentation with the relevant discussions ...
3
votes
0answers
59 views
Shared app ownership between multiple StackApps users
It would be nice to have the ability to allow multiple SA users to share ownership over one application. Is this something coming down the line?
2
votes
0answers
17 views
How do I get the no. of upvotes a person has received for a particular tag?
I need the list of users who have more than 10K reputation and then among those users I need to see which user has how many up-votes for each tag. I don't there is a direct query that will give me ...
2
votes
0answers
12 views
Get tags from question through an answer
I'd like to use this function: http://api.stackexchange.com/docs/answers-on-users to get a list of answers from a user.
The key element that I need though is what the question was tagged as, is there ...
2
votes
0answers
14 views
Request to support “tagged” on more endpoints
(I realize this is likely to be status-deferred for now, but I'm quite likely to forget if I don't ask it now :)
The /questions endpoint supports a "tagged" parameter which I find quite useful. ...
2
votes
0answers
12 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 ...
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 ...
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
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 ...
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 ...
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?
2
votes
0answers
37 views
UI Improvements when editing your Application Registration
I went to update my application's profile and I got confused by some of the labels, titles, etc.
Here are some suggestions:
Applications page
http://imgur.com/lV424.png
Edit application page
...
2
votes
0answers
45 views
API Help Suggestion: /search - can we make tagged,nottagged description consistent with other list params
on most other params that accept a semi-colon delimited list we see
list of tags questions must have, semicolon delimited
A single primary key identifier or a vectorized, semicolon-delimited list of ...
2
votes
0answers
48 views
Get the Time of the Stats and if Possible the new time it will be updated
From here I learned that the stats are cache. I understand the reason for this, so I ask if possible to have the timestamp of the stats return in the api and if possible to have the next time there ...
1
vote
0answers
34 views
Attribute error while using the stackoverflow api wrapper for python on IDLE
This is the code that I use to access Stack Overflow:
from stackexchange import Site, StackOverflow
so = stackexchange.StackOverflow()
for q in so.questions(pagesize=50):
print q.title
It runs ...
1
vote
0answers
38 views
Please differentiate between meta sites for beta versus normal sites, in the /sites method
Currently, in the /sites method, a site can have a site_state of: normal, open_beta, closed_beta, or linked_meta.
This makes it easy to tell if a main site is in beta or not. But it becomes a 2 or 3 ...
1
vote
0answers
37 views
The applications listed on a user's apps tab are a little crowded.
As you can see, there is a very small amount of space between each of the applications in the "apps" tab of my user profile. This makes it a little bit more difficult to read because the space between ...
1
vote
0answers
23 views
How to get network profile username?
I was thinking I could just get the username from the response of /users/{ids}/associated (where {ids} is the not-site-specific id). But then realised that it returns only network_user (even though we ...
1
vote
0answers
15 views
Why are Meta sites' “site_state” = “linked_meta”?
In 2.0 there are the site_type and site_state fields. On Meta sites these fields give the same information, site_type = meta_site and site_state = linked_meta
Instead it would be more useful if ...
1
vote
0answers
16 views
Hot questons (network)
Would it be possible to get an API method for the stackexchange hot questions list?
Something like an official version of this: http://stackexchange.com/genuwine
Second to this would be knowing how ...
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 ...
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
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 ...
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 ...
0
votes
0answers
20 views
Get current inbox item types and notification types
The pages for inbox_item and notification contain the following:
Be aware that the types of items returned by this method are subject
to change at any time. In particular, new types may be ...
0
votes
0answers
10 views
How to tell if a given tag name is a synonym?
I've found in one of my projects that I sometimes have a string that I need to check as to whether it's a tag or a tag synonym.
To check if it's a tag synonym is easy using /tags/{tags}/info
I can ...
0
votes
0answers
13 views
Is there any way to access the SE Site Advertisement backgrounds?
I really like the background images for inter site advertisement:
etc,.
Is there a way to have easy access to these? I'm hoping to use them within my application.
0
votes
0answers
46 views
WordPress Plugin to Display SE Activity?
Is there a WordPress plugin that will display a users activity from any of the StackExchange sites (i.e. display their answers and questions, etc.)?
If there isn't a WordPress plugin for this, is ...
0
votes
0answers
19 views
Could we add “has_tag_wiki” and “has_tag_wiki_excerpt” flags to the tag info API?
Currently the only way to check for existence of tags wikis and tag wiki excerpts is to fetch their actual contents using the tags wikis API
/tags/{tags}/wikis
But this returns the entire text ...
