Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.
17
votes
3answers
371 views
Should there be a discovery API?
It would seem to me that a simple API that return an array of the API base URL and perhaps the common name of the sites that support the API would be valuable. Is this sensible?
EDIT:
This is what I ...
8
votes
1answer
304 views
How to batch up multiple id requests to maximize economy and still avoid (400) Bad Request [closed]
Update:
All of our grumblings and the unbearable beauty of our workarounds resulted in this issue being fixed last week.
You can now send 100 id in one request and receive 100 responses.
See ...
4
votes
1answer
184 views
all api endpoints except api.stackoverflow.com are failing paged requests with HTML 503
UPDATE:
I am being told that this is by design.
I could not disagree more.
The inconsistent 503 throttling issue aside, the API is JSON based. HTML errors serve no purpose in response to an API ...
7
votes
2answers
147 views
Don't include answers in question lists by default
Right now, question list API queries (such as /questions, /questions/unanswered, /user/{id}/questions and so on) also return at most 30 answers (apparently) for each question. While this might be ...
1
vote
1answer
142 views
stackauth throwing 503 (in html format) after just a few /users/{id}/associated requests
After 5-8 successful requests 503 error, in html format, are being thrown.
The requests are unique and consecutive, no api abuse is occurring.
A related, but critical, concern is that any error ...
6
votes
1answer
356 views
API Suggestion: suppress http error code when jsonp is specified
Conclusion: fast response by Kevin enables the JSONP functionality of the API to assume it's rightful description of awesome.
http://soapi.info/Code/JS/Stable/ErrorTest.htm
The JSONP functionality ...
12
votes
1answer
189 views
Support Cross-Origin Resource Sharing
Currently, the only way to call the API from javascript is to use JSONP, but this can be cumbersome and has security issues. If the following header was included in all API responses, the API could be ...
8
votes
1answer
234 views
Keep getting HTTP 406
Not sure if this is a user or an API problem, but I keep getting HTTP 406 Not Acceptable when making API calls (for example http://api.stackoverflow.com/0.8/stats) from either IE 8 or Chrome 6.
Here ...
11
votes
2answers
158 views
Detecting StackExchanges with non-standard “plugins” (e.g. MathJax)
Some recent StackExchanges are starting to include site specific 3rd party JavaScripts - for example, cstheory.stackexchange.com (and math.stackexchange.com) both use what I think is MathJax to render ...
5
votes
2answers
197 views
Url length limits have been increased
There's been some grumbling in the past about the unreliability of really ludicrously long URLs sent to the API.
We've always considered this suboptimal, but the underlying technical constraints ...
3
votes
1answer
88 views
Problem getting a users questions within a date range
I'm having a problem returning a list of users questions within a given timespan. I understand that the documentation ( http://api.stackoverflow.com/0.8/help/method?method=users/{id}/questions ) that ...
3
votes
1answer
87 views
Are we going to get a Protected Date field in Question responses?
Now that questions can be marked protected, will this info be available via the API?
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 ...
1
vote
1answer
66 views
Associated accounts is broken for this user
When I retrieve associated accounts for Joel Coehoorn using this query it only includes Programmers.SE and Webmasters.SE despite the fact that I retrieved the association key from a query to SU. The ...
0
votes
1answer
133 views
min/max parameters are incorrectly documented as date - confusion and crippled libraries ensue
I have noticed this on all sorted routes.
The min/max say that they are context sensitive to the sort type yet are documented as date.
How is a date min/max valid when sorting by, for instance ...
4
votes
1answer
190 views
update crossdomain.xml on stackauth.com and api endpoints to work with current Flash
I am implementing a javascript client that uses the Flash based XHR replacement Flensed in the interest of providing more robust api communication than that provided by JSONP.
Apparently the current ...
6
votes
5answers
474 views
Where can I find the reputation black market?
Apparently there is one around, at least I can't explain the recent jump in reputation of 4k for user 1026 by any other means (just kidding of course, no offense please ;)
The API Beta badge accounts ...
5
votes
2answers
90 views
stackauth.com/1.0/users/{id}/associated no longer returning email_hash for some sites
I'm not getting email_hash for some sites from stackauth.com/1.0/users/{id}/associated since sometime after midnight CDT (UTC-0500).
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 ...
5
votes
3answers
305 views
Get Site Icon or Icon Url
Is there a way to get the icon or the IconUrl of the site so I can put it in my app like the DisplayName?
4
votes
1answer
67 views
Questions method does not return answers
I think questions method also return answers too and the help page says so
http://api.stackoverflow.com/0.8/help/method?method=questions
....
"answers": [
{
"answer_id": {
...
3
votes
1answer
293 views
Need some help verifying 503 throttle issue
Update:
We've confirmed the issue... fixing it
is taking more time than anticipated.
– Kevin Montrose
Color me happy.
The throttle is now applied to api.stackoverflow.com so we have an ...
2
votes
1answer
92 views
Something's changed about user timelines
Six to Eight's user display has just broken, as the /user/id/timeline route seems to have started returning different data. Previously, timeline_type of entries in the user_timelines array used to be ...
2
votes
1answer
182 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
1
vote
1answer
29 views
Typo in throttle violation error message
I was just playing around with the API locally and got throttled for the questions and answers methods (the only two I was using).
Anyway, I noticed there’s a small typo in the error message that’s ...
1
vote
1answer
54 views
An associated query is returning a partial record for a particular user
This query returns (in addition to several complete records) this incomplete one:
{
"user_id": 2196,
"user_type": "registered",
"display_name": "Wil",
"reputation": 151,
"email_hash": ...
11
votes
2answers
194 views
Make site icons have transparent backgrounds
This is a request to make the site's icons have transparent backgrounds. They are already PNGs, so they support that. This would make applications such as Droidstack look much better.
Although ...
6
votes
1answer
137 views
In the timeline the ability to know what events belong to what question
Take this example:
http://api.stackoverflow.com/0.9/questions/3165492;3182016/timeline
Would it not make sense to have the question_id as a parameter on each timeline object? It makes the timeline ...
5
votes
1answer
60 views
should min/max for alpha-numeric cases be case-insensitive?
I am having a hard time coming up with a use case in which case-sensitive min/max parameters make sense and several solid cases for a case-insensitive min/max.
Example:
With case insensitive ...
5
votes
1answer
110 views
Exclude help requests and redirects from the API limit
Help API requests probably should not count towards the no-key API limit. The most likely usage scenario of the API without a key is when people are trying to learn it, which means reading the help a ...
3
votes
3answers
703 views
API usage triggering 503 (Too Many Requests)
Update:
I generally try to back any claims of bugs and shortcomings with evidence.
I have prepared a test page which you, dear Stack Overflow staff and my fellow developers, can use to ascertain ...
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
82 views
Authorized requests: auth parameter seems broken
I'm having problem with authorized requests.
Every requests with a valid auth token get:
error: {
code: 4009
message: "The 'auth' query parameter is not a valid auth token."
}
Renewing the ...
2
votes
1answer
67 views
Suddenly, some entries on /questions route are missing display_name
An odd bug has developed this morning. At the moment, api.stackoverflow.com/1.0/questions is returning a question of the format...
... },
{
"tags": [
"jsf-2.0"
],
...
2
votes
1answer
90 views
API selectively ignores jsonp parameter - havok ensues
UPDATE: this is happening on all routes now and seems to be getting worse. Whatever it is just started this morning.
compare url to json response
GET ...
2
votes
1answer
39 views
/answers/{id} summary incorrect
/answers/{id}
Gets a set of questions enumerated in id
should probably be
Gets a set of answers enumerated in id
1
vote
1answer
67 views
Implicit OAuth flow is not working when the user is not logged in.
Here is the URL I am trying to use:
https://stackexchange.com/oauth/dialog?client_id=120&scope=read_inbox,no_expiry&redirect_uri=https://stackexchange.com/oauth/login_success
This works ...
1
vote
1answer
39 views
StackAuth 1.1 API reports a site without a site_name
Calling the StackAuth 1.1 API associated method for a particular user returns one site with no site_name property (the one for which the user_id is 349). I cannot find a matching account in ...
1
vote
1answer
32 views
fromdate is ignored for /posts/{id}/comments requests
The api docs:
http://api.stackoverflow.com/1.0/help/method?method=posts/{id}/comments
The test request.
You can see comment itself here, it's four months old, while cutoff date in request is less ...
1
vote
3answers
105 views
StackAuth returning 404?
http://stackauth.com/1.0/sites
http://stackauth.com/1.0/help
Both of these are currently returning 404 Not Found. What's up with that?
1
vote
1answer
58 views
Problem getting a users answers within a date range
This issue is similar to http://stackapps.com/questions/768/problem-getting-a-users-questions-within-a-date-range. Only this time I'm calling a different api and getting unexpected results.
I'm ...
1
vote
1answer
117 views
questions/{id} API method: pagesize parameter?
I'm trying to get the lightest data about a given question id because i just need the question's title.
With this call:
http://api.stackoverflow.com/0.8/questions/1598715?pagesize=1
i get ...
0
votes
1answer
34 views
Mismatch between user_id as reported in StackAuth 1.1 (invalid) and 1.0 (valid)
For the association id 1de2e2b0-2fb6-4db6-b90d-d0244ed5d13a, the StackAuth 1.1 call returns an invalid user_id of 73203 for Server Fault whereas the StackAuth 1.0 call returns the correct user_id of ...
0
votes
1answer
92 views
Comments are returning markdown.
Look at the output of the following:
http://api.askubuntu.com/1.0/questions/12218?comments=true
Output:
{
"comment_id": 12713,
"creation_date": 1289269467,
"owner": {
...