Questions tagged [feature-request]

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

Your question should contain the details of your proposal, including a justification of why the new feature is needed and/or how it can improve the API. Basically, prove to the administration that they should spend time developing your feature.

320 questions
9
votes
1 answer

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.
Sky Sanders
  • 12,068
  • 3
  • 31
  • 60
7
votes
0 answers

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:…
Dave Swersky
  • 3,102
  • 15
  • 13
6
votes
1 answer

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 with one call to the API. However Kevin Montrose…
Yacoby
  • 391
  • 1
  • 9
6
votes
0 answers

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…
Nathan Osman
  • 23,286
  • 11
  • 60
  • 107
6
votes
0 answers

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?
Franci Penov
  • 2,894
  • 14
  • 12
4
votes
0 answers

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 should return some sort of a merge parameter for most…
Maxim Zaslavsky
  • 2,441
  • 15
  • 10
4
votes
1 answer

api.stackoverflow/0.8/questions now gives answers as well by default?

Up until now, /questions hasn't given the answers to the questions by default - you'd have to get the question ID and then use that to get the answers to the question. This means the size of the JSON file has increased quite a lot. Also, this change…
Jonathan.
  • 3,128
  • 2
  • 20
  • 28
4
votes
2 answers

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
3
votes
0 answers

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 will be updated or to know the interval. This way I…
3
votes
0 answers

Can we get better precision on rate fields in the info object?

Most of the fields returned in the info object are totals, so they're perfect. Some of them are rates though. answers_per_minute badges_per_minute questions_per_minute Having these fields set at a per minute resolution makes sense for Stack…
Bill the Lizard
  • 3,315
  • 18
  • 20
3
votes
0 answers

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 on SA, create a live FAQ. For example, the…
Franci Penov
  • 2,894
  • 14
  • 12
3
votes
1 answer

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 takes to maintain a browser session that makes…
3
votes
2 answers

Could there be a way to check stats on a key?

I think it would be very helpful if there was a way to get statistics about your own API keys. That way, you could find out which IP addresses were using your app the most. (And if one was abusing it, you would at least know where the problem…
Nathan Osman
  • 23,286
  • 11
  • 60
  • 107
3
votes
1 answer

Answers information with tags

I am trying to chart the up votes on answers received by a user by tags. Something like: I am running into the same situation as this question: How to filter getAnswersForUser by tag?. If the answers APIs return the tags with the answers themselves…
Abhinav Sarkar
  • 201
  • 1
  • 3
3
votes
1 answer

Central Login place

The Issue Currently, tracking yourself in an application is not that user friendly, you have to search for your username. Usernames are not unique, there are many Jonathan's for example When an application doesn't show the user's avatar it's…
Jonathan.
  • 3,128
  • 2
  • 20
  • 28
1
2