Skip to main content

Questions tagged [status-completed]

Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.

Filter by
Sorted by
Tagged with
2 votes
1 answer
575 views

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 ...
systempuntoout's user avatar
1 vote
1 answer
105 views

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": { "user_id": ...
Nathan Osman's user avatar
  • 23.3k
5 votes
2 answers
161 views

The API Help page's CSS file, located at http://sstatic.net/so/all.css, is current returning 404 for me: <div id="header"><h1>Server Error</h1></div> <div id="content"> ...
Yi Jiang's user avatar
  • 819
2 votes
1 answer
79 views

http://api.stackoverflow.com/1.0/help/method?method=questions/{id}/answers (it won't linkify properly!): "title": { "description": "title of this post, in plaintext", "values": "string", "...
Felix's user avatar
  • 1,522
2 votes
1 answer
36 views

Something is changed on questions route called with comments= True: http://api.stackoverflow.com/1.0/questions/1940243?body=True&comments=True&pagesize=1&page=1 It does not return the ...
systempuntoout's user avatar
2 votes
3 answers
127 views

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?
Felix's user avatar
  • 1,522
2 votes
1 answer
81 views

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" ], "...
Adam Wright's user avatar
  • 4,325
2 votes
1 answer
121 views

Calling the stats method of the AskUbuntu API returns the wrong colours.
Gelatin's user avatar
  • 796
4 votes
1 answer
885 views

When passing jsonp parameter, the API returns "application/json" instead of "application/javascript". I found this because if you do: <script src='http://api.stackoverflow.com/1.0/badges?jsonp=...
Pablo Fernandez's user avatar
4 votes
1 answer
232 views

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 ...
Sky Sanders's user avatar
  • 12.1k
12 votes
2 answers
200 views

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 ...
Adam Wright's user avatar
  • 4,325
1 vote
3 answers
274 views

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....
chanchal1987's user avatar
6 votes
1 answer
204 views

Update: This was completed as of API version 2.1. When querying any API method which returns answers (/users/ids/answers, /answers/ids, etc.) the result does not include the tag information for the ...
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
95 views

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 ...
Sky Sanders's user avatar
  • 12.1k
5 votes
1 answer
96 views

Queries such as this http://stackauth.com/1.0/users/f5388585-c0b9-417f-99c5-f1a58fda3e83/associated have started giving empty results { "associated_users": [] } Expected results: SiteUrl ...
Dennis Williamson's user avatar
3 votes
2 answers
77 views

I have a query: http://api.stackoverflow.com/1.0/users/16822/comments?sort=votes This doesn't return comments with no votes, setting min to 0 doesn't work. This query includes them all, but isn't ...
Gelatin's user avatar
  • 796
6 votes
3 answers
2k views

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 ...
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
122 views

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 /1.0/users/14/badges?key=qgAq_KfDu0KYzlNG-qaTuw&...
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
71 views

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 ...
Sky Sanders's user avatar
  • 12.1k
3 votes
1 answer
69 views

I have been testing a throttle implementation against meta today and suddenly got shut down with a key violation. It is possible that I have used enough requests to prompt this but I doubt it. In ...
Sky Sanders's user avatar
  • 12.1k
5 votes
0 answers
83 views

Although the help/documentation lists todate and fromdate parameters for tags they do not work. This may be related to tags not having a creation_date. It would be great if we could filter tags by ...
tonklon's user avatar
  • 159
3 votes
1 answer
73 views

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.
Dennis Williamson's user avatar
2 votes
1 answer
206 views

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
jjnguy's user avatar
  • 2,986
6 votes
5 answers
532 views

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 ...
Steffen Opel's user avatar
  • 1,380
4 votes
1 answer
75 views

Take these two calls: http://api.stackoverflow.com/1.0/users/180784/reputation?todate=1278854265&pagesize=1 "title": "Save a custom ListView&#39;s instance state?", http://api.stackoverflow....
Felix's user avatar
  • 1,522
2 votes
2 answers
66 views

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, ...
Felix's user avatar
  • 1,522
4 votes
2 answers
96 views

Have not checked other routes, as I am busy with other things, but a failing test pointed this out... GOOD: http://api.stackoverflow.com/1.0/users/242897/answers?min=4&sort=votes { "total": 37,...
Sky Sanders's user avatar
  • 12.1k
3 votes
1 answer
75 views

Looks like SF and SU are granting Int.MaxValue rate limit. Not that I mind, but it would be nice to have on the other sites too. ;-) Thought you would like to know. GET /1.0/users/173?key=mykey HTTP/...
Sky Sanders's user avatar
  • 12.1k
4 votes
1 answer
130 views

I'm getting error 4000 on every endpoint on questions method (with key): http://api.superuser.com/1.0/questions?sort=votes&pagesize=30&page=1&key=stackprinterkey the only endpoint not ...
systempuntoout's user avatar
7 votes
3 answers
324 views

I am planning to work some more on my apps tomorrow and get some last minute changes implemented. However, I notice that: The API Contest winners will be picked the first week of August. ...which ...
Nathan Osman's user avatar
  • 23.3k
5 votes
2 answers
119 views

I'm not getting email_hash for some sites from stackauth.com/1.0/users/{id}/associated since sometime after midnight CDT (UTC-0500).
Dennis Williamson's user avatar
2 votes
1 answer
83 views

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 ...
Sky Sanders's user avatar
  • 12.1k
6 votes
2 answers
230 views

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 (...
Kevin Montrose's user avatar
2 votes
1 answer
85 views

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 api....
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
80 views

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: http://api.superuser.com/1.0/...
Adam Wright's user avatar
  • 4,325
1 vote
1 answer
123 views

This is directed at the team, since nobody else will be able to help. The key I took out for StackMobile is behaving strangely. I make a few requests, and then the limit resets to 0. (By limit, I'm ...
Nathan Osman's user avatar
  • 23.3k
3 votes
1 answer
879 views

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 undefined ...
Sky Sanders's user avatar
  • 12.1k
4 votes
2 answers
146 views

I was contemplating adding notifications to my app, Droidstack. I would've liked to be able to add notifications for when new answers are posted to a user's (favorite) questions, when new comments are ...
Felix's user avatar
  • 1,522
1 vote
1 answer
145 views

See here: http://stackmobile.com/ - towards the bottom Neither the main logo, nor the meta logo is workin.
Nathan Osman's user avatar
  • 23.3k
15 votes
1 answer
153 views

Will developers ever get a chance to see how often their app key is being used? Or how many unique IPs are used the key? Or any other random metrics that might be interesting?
swanson's user avatar
  • 725
6 votes
1 answer
77 views

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 min/max:...
Sky Sanders's user avatar
  • 12.1k
1 vote
1 answer
63 views

Try this: http://api.meta.webmasters.stackexchange.com/0.9/questions?type=jsontext I can't get it to work, even though it's listed in StackAuth.
Nathan Osman's user avatar
  • 23.3k
6 votes
1 answer
165 views

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 ...
johnwards's user avatar
  • 465
1 vote
1 answer
224 views

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 ...
Sky Sanders's user avatar
  • 12.1k
4 votes
1 answer
320 views

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 ...
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
92 views

I'm having trouble with the WebApps icon being returned from the /sites method. Namely, the image is composed of a larg white rectangle with a very small guy in the middle. Why can't the guy take up ...
Nathan Osman's user avatar
  • 23.3k
3 votes
2 answers
127 views

The description for the two StackAuth Routes within the API help both contain the phrase StackExchange network - shouldn't this rather be Stack Exchange Network to be consistent with the recently ...
Steffen Opel's user avatar
  • 1,380
2 votes
2 answers
138 views

It seems to not be responding to any request. * at least according to downforeveryoneorjustme.com Update: seems like all the SE sites are down :(
Nathan Osman's user avatar
  • 23.3k
5 votes
1 answer
146 views

I'm getting the wrong number of results back from the /search route depending on what combination of values I provide for the tagged and nottagged parameters. Examples: http://api.stackoverflow.com/1....
Bill the Lizard's user avatar
3 votes
1 answer
48 views

http://api.stackapps.com/0.9/search?intitle=a&pagesize=0 { "error": { "code": 4001, "message": "The 'pagesize' query parameter is invalid." } }
Sky Sanders's user avatar
  • 12.1k

1
3 4
5
6 7