This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.
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 ...
1
vote
2answers
84 views
Can we have maximum length of string in API help pages?
For the type "string", I think there is some upper limit of character count.
For example,
post title : 200 characters
post body : 30000 characters
In the help page, currently like this
"body": {
...
1
vote
1answer
64 views
Featured questions API
Can we get an API to get the list of featured questions (/questions/featured)?
1
vote
1answer
28 views
Is there a way (or app) to get realtime updates of new questions with a given tag?
According to StackExchange API not realtime?, the API does not return results in realtime, but has 1 minute delay for the same query.
Is there a system or an app that delivers new questions in ...
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" ...
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
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 ...
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 ...
1
vote
1answer
267 views
How to use the stackapps API from JavaScript with XMLHttpRequest or XDomainRequest?
I had an idea for an app that required calling the stackapps API from JavaScript, but when I started prototyping it I quickly found out that the API does not allow cross origin requests. This means ...
1
vote
1answer
30 views
Can API stats return real revision number instead of 1234.5678?
Currently it returns like this
"revision": "1.0.1234.5678"
And looks like that number never changed.
So, Can API return real revision number whenever there is an update?
It will be very useful ...
1
vote
1answer
18 views
Create a question Bookmarket
I want to build a small bookmarklet which can take the selected text and send in to stackoverflow to create a new post containing the selected text.
Also get a unique id or something that helps to ...
1
vote
1answer
42 views
Installing user scripts on site?
I was thinking the other day, if it would be possible to allow users to install scripts to the website, so that they can be used on browsers that don't support user scripts, or don't have the ability ...
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 ...
1
vote
1answer
85 views
Creating plug-ins with StackApps which can be used on a per-user basis.
Facebook developers can create applications which run inside Facebook. For example, the Graffiti app adds a button to the New wall item popup, and has its own pages inside Facebook.
What if we could ...
1
vote
1answer
61 views
associated_users does not have a root level key
in order to uniquely identify a associated_users on must traverse the object graph into the onsite object and construct an artificial key.
it makes more sense to either flatten the structure or, more ...
1
vote
1answer
77 views
stackapps data corpus
Hi all,
This may be kinda naive, but is there a way to get a snapshot of StackApps' entire corpus of data? I wish to be able to query things like: "All questions, of all users"...
Thanks
1
vote
1answer
82 views
added_date in users/{id}/favorites method result
Is it possibile to include an "added_date" parameter on users/{id}/favorites method result?
It would be helpful when method is called with "added" sort parameter.
1
vote
1answer
64 views
Can we have all possible closed reasons in help page?
Can we have all possible closed_reasons in help page and if possible, closed_reason_id, too?
For example
closed_reason_id=1, closed_reason="exact duplicate",
closed_reason_id=2, ...
1
vote
1answer
70 views
Retrieving a post with a specific ID
According to this question (and its answer), questions and answers are using the same index to determine their ID. In other words:
Question with ID #1
Answer with ID #2
Answer with ID #3
Answer ...
1
vote
1answer
70 views
Return URL of the non-API question URL
I would find it very useful, if the API response for question (and answer etc.) contained a URL to the question page itself (preferably absolute).
E.g. the response for question 305 here would ...
1
vote
2answers
61 views
Do tags have “Id” field?
According to help page, there is no "Id" field.
But I am just wondering if there id "Id" field for tags, can we get it through API too?
1
vote
1answer
71 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 ...
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
1answer
33 views
Are there any API's to get details from careers stack exchange site?
Planning to create a blog widget which shows data from careers page.
This can be done using an iframe but was looking at other avenues as well.
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
1answer
34 views
Is there any way we could have more information about tags in /questions?
In the /tags route, the following information is returned for a specific tag:
{
"name": "c#",
"count": 262613,
"is_required": false,
"is_moderator_only": false,
"has_synonyms": true
}
...
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 ...
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 ...
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 ...
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 ...
1
vote
0answers
78 views
Support longer url paths [duplicate]
Possible Duplicate:
URL Length Limit For For Requests Taking Vectorised Ids (/answers/{id}, /questions/{id}, etc)
update
bp's comment makes it clear that it is a url length issue. And now ...
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
70 views
Shouldn't there be a separate call for featured questions?
I find it rather peculiar that you can sort questions by featured. My arguments:
What does order mean in this case? It could mean the bounty amount (e.g. using desc would return the questions with ...
1
vote
0answers
83 views
List of Stack Sites [duplicate]
Possible Duplicate:
Should there be a discovery API?
I will be great if we have a way to ask for all sites with API and get a list of apis url, names and description of the sites so I can ...
0
votes
4answers
342 views
Can the server side of the API be open sourced?
I would like to see the open source Stack Exchange clones (OSQA/Shapado) to implement the same API, and this would help considerably.
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 ...
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 ...
0
votes
3answers
97 views
Retrieving a user's recent information
Is there any way to get the equivalent of the user's recent information on the site? I can see it's possible with the API but would involve a lot of hammering of the API.
Edit: here's an example of ...
0
votes
1answer
82 views
Questions with accepted answers
I know that you could technically loop through the answers returned when you ask for /questions/{id} to see if an answer has been accepted, but it would be AWESOME if there was a top level boolean ...
0
votes
1answer
46 views
Add message ID to inbox items
Feature request: The inbox item object should include a message_id field. The ID should identify inbox messages uniquely within StackExchange.
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 ...
