Tagged Questions
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.
3
votes
0answers
19 views
Include Full Post Details In /users/{id}/timeline
I have a feature request. I'm trying to pull the recent activity about a user from the API. So I'm parsing /users/{id}/timeline. But that only gives me meta-information about the activity. So ...
1
vote
1answer
24 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
}
...
0
votes
1answer
18 views
Add last_access_date field to the shallow_user object
Would it be possible to add the last_access_date field to the shallow_user object? I presume this corresponds to the seen field when visiting someone's profile.
My reasoning is that it saves the ...
1
vote
1answer
20 views
Accept rate not available in the 2.0 API
Would it be possible to add the accept_rate field to both the user and shallow_user objects?
For example, using the 1.0 API, I can see that Jon Skeet has an accept rate of 95%.
...
1
vote
1answer
17 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: ...
1
vote
1answer
25 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 ...
1
vote
1answer
14 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 ...
0
votes
1answer
18 views
Relevance value on /similar route
Given that the /similar method can be sorted by relevance there must be a numeric rank for each question.
Would it be possible to have access to the value? Off by default, but can be enabled by using ...
1
vote
1answer
18 views
After a throttle violation, could the error message include the time when the block will be lifted?
I got my first throttle violation error after running in jsfiddle some example code given to me by a library author in response to a question of mine about how to use their library.
This is the error ...
1
vote
1answer
19 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 ...
3
votes
1answer
34 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 ...
5
votes
2answers
53 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 ...
1
vote
2answers
32 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 ...
0
votes
0answers
10 views
Convert answer to Comment and vise versa [closed]
Sometimes I want convert my http://stackoverflow.com answer to comment and vise versa. Is it possible?
1
vote
0answers
17 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
44 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
19 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.
7
votes
1answer
29 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
99 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 ...
2
votes
1answer
33 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
21 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 ...
2
votes
0answers
33 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
22 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 ...
2
votes
1answer
21 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
14 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
4 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
29 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
17 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
23 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
26 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
43 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
45 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
30 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 ...
0
votes
0answers
19 views
Exposing Unique ID on the API
Is there a way to get the StackOverflow user_id exposed in order to possibly link it to other site profiles from within our app?
8
votes
0answers
126 views
Add CORS headers to API output
Currently, the only way to call the API from javascript is to use JSONP, however this can be cumbersome and has security issues. Cross origin resource sharing is included in most modern browsers in ...
3
votes
0answers
49 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
39 views
Stack family site [closed]
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
36 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 ...
0
votes
0answers
10 views
Add moderator actions to the user timline
Could you please add moderator activity - such as question closed, revision approved - to the user timeline in the public API? As far as I am aware this sort of information is not available on the ...
2
votes
0answers
21 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
64 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
73 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" ...
0
votes
0answers
8 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
52 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
17 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
42 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 ...
0
votes
0answers
33 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
24 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
41 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
67 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 ...