This tag indicates a proposal for a new feature for the Stack Exchange API, or a change to an existing feature.

learn more… | top users | synonyms

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?
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
31 views

Possible to return newest questions with a certain tag?

I am not finding a way to return a list of new questions by tag with the new stack exchange api. Am I missing something or is this not available? If this is not available, I most certainly request ...
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 ...
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?
2
votes
1answer
28 views

Is there a way to get the edit URL for a tag wiki from the API?

I've been playing with a little webapp for tags of a certain kind for travel.SE (current pre-alpha version gist on github). One thing I would like to do is add links for the various tag-related ...
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 ...
2
votes
1answer
62 views

Is there an RSS feed or question that has API changes

Is there someplace that we can find notifications of API changes? I noticed today that a new property has been added to user along with a couple new method (and maybe other changes). Is there an RSS ...
2
votes
2answers
112 views

Please provide a mechanism for retrieving random questions

A lot of ideas I've had for Stack apps have been of the "question of the day" variety. It would be nice if there was a way to retrieve one or more random questions. /questions/random/ The max ...
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 ...
2
votes
3answers
214 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 ...
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 ...
2
votes
1answer
37 views

Where can I request an API key in the docs?

Can you mention the possibility of requesting an API key in the docs? It was displayed for the 1.0 API.
2
votes
1answer
28 views

Site categories in API?

Would it be possible to have a category field added to the site object. Eg Technology, Culture, etc. The sites seem to already have categories, as you can see on this page: ...
2
votes
1answer
113 views

Add logo background color to data returned by StackAuth sites route

Given that now with Stack Exchange 2.0 the logo of some of the sites, like Web Apps, AskUbuntu, Photography, Gaming and Pro Webmasters have non-white background, I think it will be best if the ...
2
votes
1answer
234 views

Is there anyway to get the information now available in the Notification box?

I'm wanting the information in the "Inbox" tab of the notifications in the top left of any SE website. How can I get this or is it not yet available?
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
2
votes
2answers
57 views

Provide a way to discover associated meta sites

Currently, the API doesn't specify what the associated Meta site is for a certain site (I'm talking about the stackauth.com/1.0/sites route). Sure, we could just prepend "meta." to the domain name, ...
2
votes
1answer
67 views

reduce api calls - please add last_modified to user structure

When updating a cached list of questions, I can query min last_activity_date, drastically reducing traffic. using creation_date, one can efficiently maintain a cached list of users with minimal ...
2
votes
1answer
43 views

How about linking Stack Exchange to IFTTT?

Why is there no channel for Stack Overflow on IFTTT? It would be great if I can mash up the Stack Exchange website with other web-based services like Google Reader or GMail, receive a SMS or ...
2
votes
1answer
31 views

Can 'api_site_parameter' be added to related_site?

It would be great if the related_site type contained api_site_parameter. I realize that you probably don't want to clutter up related_site with a lot of unnecessary fields, but I think it makes sense ...
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
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?
2
votes
1answer
55 views

Can StackAuth indicate whether a linked meta is in private / public beta?

Currently, StackAuth returns: state: linked_meta ...regardless of the state of the parent site. This makes my logic quite complicated as then I have to match it up with its parent site to find ...
2
votes
1answer
50 views

Any way for /tags to provide unanswered count?

I am trying to get a count of unanswered questions by tag. Basically if there was an 'unanswered-count' in addition to the 'count' property of the /tags response that would be perfect. It has been ...
2
votes
2answers
94 views

Please add accepted_date to answers/{id}

The reputation timeline aggregates activity so that only one instance of each answer or question is returned for a given timeframe. This makes it difficult to tease out reputation awarded for ...
2
votes
1answer
141 views

Don't allow requests with No Key to use existing session with valid API Key

Once I did a request with a valid API key http://api.stackoverflow.com/0.8/stats?key=MYKEY Every requests (from that IP) later on without key will use existing session with API key, limit ...
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
1answer
23 views

integer and decimal are used to describe fields in return types but not in method parameters

Integer and Decimal designations are useful in creating an accurate model of API methods and types. These specific 'number' subtypes are used when describing types but the method parameter lists all ...
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
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 ...
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
1answer
98 views

Implement Simple Update Protocol (SUP) endpoint

http://code.google.com/p/simpleupdateprotocol/ The basic concept is that instead of polling individual API calls for changes, you make a single call to a 'SUP endpoint' which indicates any changes ...
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
1answer
95 views

What category does a website fit under?

I developed a mobile front end to StackOverflow... and I was wondering what category it fit under... I mean, is it an app? Something else? I think we need an additional category: services.
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 ...
1
vote
1answer
57 views

Sorting the event stream

It seems like the data returned from the /events endpoint is flawed by being returned in descending order. For example: { "items": [ { "event_type": "comment_posted", "event_id": ...
1
vote
2answers
115 views

Can we have a test user account?

I am writing a program that checks for new comments posted to a user. The problem is this: in order to test the program, I am forced to post comments to existing users - which probably isn't the best ...
1
vote
1answer
105 views

Last activity date

It would be useful if the API allowed you to return items based on their last activity date. Let's take a question for example. /questions/fromlastactivitydate=XYZ&tolastactivitydate=XYZ All ...
1
vote
1answer
31 views

How do I search for a specific question whose url I know?

I was wondering if there is a feature in the API that I could use to retrieve various features of a question on the Stack Exchange network when I know the actual URL of the question.
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 ...