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.
336 questions
1
vote
1
answer
102
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 than ...
1
vote
1
answer
76
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 ...
1
vote
1
answer
105
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": {
"user_id": ...
1
vote
1
answer
145
views
Game developer's logo isn't working.
See here:
http://stackmobile.com/ - towards the bottom
Neither the main logo, nor the meta logo is workin.
1
vote
1
answer
63
views
Pro Webmasters Meta API not working.
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.
1
vote
1
answer
224
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 ...
1
vote
1
answer
89
views
/users/{id}/tags - broken
looks like touching the id parameter description broke the internet.
http://api.stackoverflow.com/0.8/users/242897/tags
should/was working
6/1/2010 -1:11AM - working
1
vote
1
answer
83
views
Position required parameters at the top of help pages
The required id parameter for ...a lot of API routes... is now placed at the bottom of the page.
It makes more sense to place required parameters at the top of the page with a slight separation, like ...
1
vote
1
answer
56
views
help page format issue: revisionGuid
http://api.stackoverflow.com/0.8/help/method?method=revisions/{id}/{revisionguid}
revisionGuid is inconsistent.
revisionguid seems appropriate (and will remove one special case from my api parser).
1
vote
2
answers
154
views
errors/{id} documentation : 500 Internal Server Error
On Documentation page, clicking on
errors/{id}
returns 500 Internal Server Error
EDIT:
Fixed!
1
vote
0
answers
61
views
Stack Apps "Welcome Back" banner text isn't centered
This appear to be specific to Stack Apps. The text is centered on every other site I've tried. See below:
Compared to how it should appear:
1
vote
1
answer
36
views
Answer up/down vote count not being returned in filter
As the picture shows, the up_vote_count and down_vote_count answer properties are selected but not returned. What gives?
1
vote
1
answer
47
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
1
answer
30
views
/users/{ID}/reputation is returning a 500 error.
The following API request:
http://api.stackexchange.com/2.0/users/235/reputation?filter=%21DnBO_&site=askubuntu&page=1
...is returning an error:
{
error_id: 500,
error_name: "...
1
vote
1
answer
48
views
Failed beta sites are showing up in the /sites method.
3D Graphics and Game of Go are both failed beta sites. I would not expect them to show up in the /sites list - but they do. Indeed, attempting to list questions on one of the sites fails:
http://api....
1
vote
0
answers
55
views
Wrong API response?
Well, if you look here, you'll see i have
"down_vote_count": 94,
But if you look here on my Stackoverflow profile, you see that my down vote count is 64.
For those who would ask if I'm sure ...
1
vote
0
answers
103
views
Can we have the usage pages linked to the side bar?
The usage page for the API used in the blog is a very good reference of the current API methods, and slightly better then the current documentation link in the FAQ.
Would it at all be possible to ...
1
vote
1
answer
69
views
The /top-answer-tags method is not working
I tried the new /top-answer-tags method on Ask Ubuntu, but it isn't working:
URL:
http://api.askubuntu.com/1.1/users/5/top-answer-tags
Output:
{
"error": {
"code": 500,
"message": "A ...
1
vote
1
answer
123
views
Confusion over my API key
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 ...
1
vote
1
answer
65
views
/users - fromdate/todate broken
consider:
All users on meta : "total": 18923,
http://api.meta.stackoverflow.com/0.8/users?sort=creation&order=desc
Users created on meta in the last month: "total": 18923,
http://api.meta....
1
vote
1
answer
76
views
Please supply working example URLs for each route
It would take a lot of the guess work out of understanding the API if each route's page provided a small handful of working URLs.
This would also serve to provide authoritative examples of the ...
1
vote
1
answer
44
views
help page format issue: missing parameter
/users/{id}/tags is missing id parameter
fixing this will remove one more special case from my parser.
0
votes
1
answer
36
views
/questions/unanswered and /tags allow id parameter, but it does nothing
The /questions/unanswered and /tags queries both document (as required) and allow an "id" parameter. You can use it as /questions/unanswered?id=1;2;3, but it does nothing (that I can tell) and doesn't ...
0
votes
1
answer
143
views
"Get an API key" on stackapps.com/about page is incorrect
the "Get an API key" link listed on the stackapps about page is incorrect. It points to https://stackapps.com/app/register and a lovely picture of Zardoz instead of the correct https://stackapps.com/...
0
votes
1
answer
50
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. ...
0
votes
1
answer
63
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
1
answer
81
views
API console always queries Stack Overflow
On any Stack Exchange site (well, I tried Super User (trilogy), Unix (SE-2.0 launched) and SFF (SE-2.0 beta)), the console (“Show Console” button) in the 1.1 API queries http://api.stackoverflow.com/1....
0
votes
1
answer
54
views
The /questions/{id}/timeline route isn't working.
I'm getting a response code 500 for the /questions/{id}/timeline route. I've tried it in Firefox and by fetching a response in Java.
Example URL: http://api.stackoverflow.com/0.8/questions/59294/...
0
votes
1
answer
151
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 votes?...
0
votes
1
answer
39
views
Favorites api gives wrong results when sorted by added
For example, please compare http://api.stackoverflow.com/0.8/users/111391/favorites?sort=added with https://stackoverflow.com/api/userfavorites.html?userid=111391&page=1&pagesize=30&sort=...
0
votes
1
answer
62
views
questions/{id}/timeline documentation: timeline_type values not listed
The timeline_type for post timelines just says "string" for the "values". From a cursory look at a few questions, I've seen the following types of events:
question
answer
comment
revision
votes
The ...
0
votes
0
answers
78
views
Error invalid_request "OAuth request must be over HTTPS" when starting oauth flow
I'm building an application on top of StackExchange's API for a month now. While I was building the OAuth flow to allow users to authenticate using their StackExchange account, everything was working ...
0
votes
0
answers
31
views
Strange pagination behaviour of /search/excerpts [duplicate]
In an attempt to (automatically) restore broken images* which have originally been included as HTTP links, I've tried to use /search/excerpts to look for candidate posts; specifically, I'm setting the ...
0
votes
1
answer
35
views
Error when requesting the last page of results.
When I try to view the following URL:
http://api.stackexchange.com/2.0/questions?page=93781&site=stackoverflow
I get the error:
{
"error_id": 500,
"error_name": "internal_error",
"...
0
votes
1
answer
38
views
/stats meta data missing
So am I to assume that since we can make an extra call to another site to get meta that site node in stats has been deemed redundant data.
If so, I have to suggest a reality break. This is one of ...
-3
votes
1
answer
829
views
"text/plain" content type header for x-www-form-urlencoded content? [duplicate]
I'm getting the following response body and header from https://stackoverflow.com/oauth/access_token when attempting to
exchange an oauth code for a token:
<DEBUG> [00:30:03] my-app - content-...