Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.
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
108 views
AskUbuntu API returns wrong colours
Calling the stats method of the AskUbuntu API returns the wrong colours.
2
votes
1answer
59 views
API is completely down? content encoding is broken?
all requests have no content-encoding or have 'gzip,gzip', both of which fail to decompress browser side.
note: the content-encoding header, when it is present, does not seem to be included in the ...
2
votes
1answer
53 views
Badges with zero count no longer returning zero
For queries such as http://api.{sitename}.com/1.0/users/{id} if a badge count is zero, the API is no longer returning "gold": 0, for example.
2
votes
1answer
62 views
stackauth is not serving gzip to silverlight3/phone7
I ported all of my integration tests to phone 7, which is a flavor of silverlight 3, and found that stackauth is not forcing gzip as expected.
while this simply means that I need to check the first 2 ...
2
votes
1answer
58 views
Oddity with migration data from questions
Take a look at this question on SuperUser. Apparently, it was migrated from ServerFault, and was originally asked by user 3d1l. However, now look at the API result: ...
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
2
votes
1answer
59 views
Answers parameter not functional
For example the following:
http://api.stackoverflow.com/0.8/questions?answers=true
doesn't return answers.
2
votes
1answer
73 views
Question sort: change active to activity?
I noticed the sort newest for /questions, /questions/tagged/{tags} and /questions/unanswered was changed to creation recently, making it more consistent with other methods. Could the sort active for ...
2
votes
1answer
58 views
/users/{id}/badges - multiple identical results
Each badge returned in the list of results from /users/{id}/badges already contains an award_count indicating how many times the badge was awarded for the particular user attached to the badge. In ...
2
votes
1answer
48 views
/users/{id} and /users/{id}/timeline - filter parameter?
Both /users/{id} and /users/{id}/timeline say they take a filter parameter for users' names, but it seems to do nothing. Are they not supposed to be there?
2
votes
1answer
2k views
Help on help results in HTTP 500 Internal Server Error
A request to http://api.stackoverflow.com/0.8/help?help results in an HTTP 500 with Content-Type: application/json and an HTML body.
2
votes
1answer
37 views
/suggested-edits “Try it”: Link for “suggested_edit_id” is broken
When using the "Try it" feature on /suggested-edits, the link for the suggested_edit_id points towards stackexchange.com and not towards the respective site.
For example, retrieve data using the ...
2
votes
1answer
327 views
OAuth redirect not completing
This is the URL that I'm entering (in Safari, cleared website data and cache; my app, uses own Cookie jar; and incognito chrome)
...
2
votes
1answer
31 views
There is a small discrepancy in the docs for users-id-associated
The main doc page, https://api.stackexchange.com/docs, shows /users/{id}/associated while the method page, https://api.stackexchange.com/docs/associated-users, uses /users/{ids}/associated.
It's ...
2
votes
1answer
20 views
question_id missing from migration_info for this question.
Consider the following API request:
http://api.stackexchange.com/2.0/questions/3064?site=stackapps
This question was migrated from Stack Apps to Stack Overflow. However, the migrated_to field is ...
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
1answer
33 views
Documentation has broken link (JSONP)
On Wikipedia, JSONP now has its own article, instead of being part of the JSON article.
The documentation links JSONP to Wikpedia:JSON#JSONP. It should link to Wikipedia:JSONP.
2
votes
0answers
101 views
Let's delete the off topic questions?
There's like 5 in the top few of the front page and it's a little annoying as they get in the way so can a mod just delete them they serve no useful purpose.
2
votes
1answer
87 views
stackapps favicon inconsistent rendering
A lot of us are using the favicon in our apps as it is a quite convenient size.
It seems that IE does not like the stackapps favicon palette and renders the background black.
While I do cache the ...
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
79 views
Paging /users by rep is on sites with low user count unpredictable
Resolution
Fix confirmed:
Tests.SortDupBug
Page 1 #100
Total 11066 api.serverfault.com /users?max=2147483647&min=99&page=1&pagesize=100&key=qgAq_KfDu0KYzlNG-qaTuw
Page 2 #100
Total 11066 ...
2
votes
1answer
44 views
pagesize=0 on /search throwing error
http://api.stackapps.com/0.9/search?intitle=a&pagesize=0
{
"error": {
"code": 4001,
"message": "The 'pagesize' query parameter is invalid."
}
}
2
votes
1answer
122 views
crossdomain.xml and clientaccesspolicy.xml needed on sstatic.net
Silverlight image loading from Uri fails due to lack of xdomain permission files.
Needed:
http://sstatic.net/clientaccesspolicy.xml
http://sstatic.net/crossdomain.xml
2
votes
0answers
108 views
StackAuth needs crossdomain.xml and clientaccesspolicy.xml
These would be helpful to have. Absence breaks Silverlight apps.
http://stackauth.com/crossdomain.xml
http://stackauth.com/clientaccesspolicy.xml
http://stackauth.com/0.8/crossdomain.xml
...
2
votes
1answer
49 views
Why does /users/{id}/answers, which returns an array of answers, have an optional 'answers' flag?
I would assume that if you are requesting the route '/users/{id}/answers' that you wish to receive some answers.
2
votes
1answer
65 views
API Help Suggestion: include range [1, 100] on pagesize
I see that range is being used to indicate valid range on most numeric parameters
e.g.
32-bit integer, range [0, 2,147,483,647]
32-bit integer, range [1, 2,147,483,647]
The valid range for ...
2
votes
1answer
82 views
Why answers don't have a “locked” attribute?
When looking at an answer, I can see that there is no locked_date attribute, like there is for questions. IIRC, answers can be locked by moderators.
Also, if a post is unlocked, is that field ...
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
3answers
245 views
Icons of beta sites
Icons of beta sites are different form the icons given in the http://stackauth.com/1.0/sites . As example:
Original icon of the English Language and Usage is
where http://stackauth.com/1.0/sites ...
1
vote
1answer
434 views
Problem accessing API endpoints from Google App Engine
I'm experiencing a weird problem on StackPrinter hosted on Google App Engine.
It seems that the application can't reach several endpoints like Super User or Server Fault; Stack Overflow and other ...
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
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
14 views
The “Get Started” section in the sidebar only mentions API 2.0 and API 1.1
Now that API 2.1 is "public, frozen, and out the door" shouldn't we update the "Get Started" section in the sidebar on the right side of the screen.
It talks about API 2.0 and API 1.1 but doesn't ...
1
vote
1answer
19 views
Advanced search by title doesn't filter on the title
Searching by title on the advanced search method doesn't restrict the results to posts containing the specified text as a word or even substring. Varying the string has some influence, but I can't ...
1
vote
1answer
23 views
Inbox unread since parameter not working
The since parameter of /inbox/unread no longer seems to work.
I enter a date after the creation date of the item currently unread in my inbox and still the item is returned. I try putting in ...
1
vote
1answer
34 views
/questions/{id}/linked is failing for this question on ServerFault.
This route is reporting an error:
http://api.serverfault.com/1.1/questions/45734/linked
Incidentally, I discovered this error thanks to my handy tool StackStatus, which runs a status check on the ...
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
3answers
135 views
API not returning anything near the actual website
The API /questions page is not returning anything like the list of questions on the actual SO site.
This is the first question of the 0.8/questions
{
"total": 705769,
"page": 1,
"pagesize": ...
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
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 ...
1
vote
1answer
31 views
Off-by-one error in fromdate processing
When running a query with a given fromdate value, values which match fromdate - 1 are returned.
An example: When using fromdate=1367715851 results will be returned which have a creation_date of ...
1
vote
1answer
9 views
No token field in the docs test page for /me/reputation-history
There is no form field for an access token at:
https://api.stackexchange.com/docs/me-reputation-history
https://api.stackexchange.com/docs/me-full-reputation-history
After attempting to Run the ...
1
vote
1answer
14 views
Question count missing from network_user
Docs state that you get an int question_count from a network_user object but I'm not getting these fields back anymore - even when testing from
https://api.stackexchange.com/docs/me-associated-users
...
1
vote
1answer
43 views
/me API endpoint returning 500 error
I'm making an authenticated call to /me:
https://api.stackexchange.com/2.0/me?access_token=[redacted]&site=stackoverflow&key=[redacted]
But it's returning:
...
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
12 views
Dead link in documentation
On the docs for question timelines the link for "Question" points to /docs/type/question when it should point to /docs/types/question
1
vote
1answer
22 views
Running queries from the Documentation pages hangs browser for minutes at a time
I've been playing with some queries on the documentation page, and I've noticed that it's taking an abnormally long time to load even reasonably sized API call results:
...
1
vote
1answer
26 views
There is a typo in the authentication documentation
There is a typo on this documentation page.
It says "The explcit OAuth 2.0 flow" but it should say "The explicit OAuth 2.0 flow".
1
vote
1answer
17 views
Minor typo in /tags/{tag}/top-askers/{period}
The discussion for the above method says "Returns the top 30 answerers active in a single tag, of either all-time or the last 30 days." It should be corrected as askers.