Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.
1
vote
1answer
17 views
Documentation of /users/{id}/top-answer-tags conflicts with implementation.
According to the documentation:
/users/{id}/top-answer-tags or /me/top-answer-tags – Get the top 30 tags (by score) a single user has posted answers in.
However in practice, when retrieving data ...
1
vote
1answer
32 views
read item in unread inbox method again
I'm getting a read item in the inbox/unread method, again. This happened before, but I can't find the post about it (I'm pretty sure you fixed/explained it). But the item is very old, not a cache ...
1
vote
1answer
25 views
Authentication Statistics are the same for all apps
I know the stats are new, I'm not sure if they are still in development. But they are identical for the 3 apps I have registered, given that the app's id is in the URL of the stats page, I guess the ...
1
vote
1answer
37 views
Quota remaining is negative
I think I must be doing something very stupid, that I just can't see
I just registered an app, in the last ~10 minutes.
I have just been going to the /info route, no authentication or anything else.
...
1
vote
1answer
18 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
32 views
/stats is broken on OnStartups
The following URL is returning an object that is missing some data:
http://api.onstartups.stackexchange.com/1.1/stats
The entire site object is missing from the returned data. Other sites, such ...
1
vote
1answer
23 views
nottagged only works when tagged is set (/search)
On the /search route, the nottagged parameter doesn't work properly (at least it isn't specially documented to only work at certain times)
For example:
...
1
vote
1answer
100 views
Reputation query doesn't match that on SO
This morning, at 2011-04-06 00:22:38Z, I received a question upvote for this question. That shows up as giving me 5 reputation when looking at the Stack Overflow reputation page.
However, when I use ...
1
vote
1answer
45 views
The /questions/{id}/linked method is returning extra questions.
Consider the following question on ServerFault:
http://serverfault.com/questions/45734/the-coolest-server-names
Linked questions:
Note that there's only two listed. However, querying:
...
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
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 ...
1
vote
1answer
106 views
MSO is not being returned in StackAuth's /users/{id}/associated route
In looking into a StackFlair issue, I have discovered that MSO is not being returned as part of a user's associated accounts. Please see my associated accounts according to the api. Note that there ...
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": ...
1
vote
1answer
137 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
1answer
56 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
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 ...
1
vote
1answer
81 views
Problems with the Site Icons
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 ...
1
vote
1answer
80 views
/questions/{id}/timeline throwing 500 instead of 404
Kevin, you fixed this bug some time ago, would you like to tag it as status-complete?
Sometime last week, this route stopped throwing 404 like the rest of my 'bad id' tests and started throwing 500. ...
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
64 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
1answer
65 views
help page suggestion: position required parameters at top
in the case of id, it is now placed at the bottom of the page.
It makes sense to place required parameters at the top of the page with a slight separation, perhaps an <hr> or an icon.
1
vote
1answer
70 views
Retrieving a post with a specific ID
According to this question (and its answer), questions and answers are using the same index to determine their ID. In other words:
Question with ID #1
Answer with ID #2
Answer with ID #3
Answer ...
1
vote
1answer
47 views
Revision help URL contains wrong header
There are two revision urls listed on the help page but they both seem to contain the same detailed information. The header for the non-guid version contains the url for the one that takes a guid. ...
1
vote
2answers
139 views
errors/{id} documentation : 500 Internal Server Error
On Documentation page, clicking on
errors/{id}
returns 500 Internal Server Error
EDIT:
Fixed!
1
vote
1answer
17 views
View count restriction isn't working for /search/advanced.
I have constructed the following URL, but the questions returned don't contain anywhere near 50k views, despite the query string parameter:
...
1
vote
1answer
35 views
Mistake in API 2.0 Documentation - Wrong item type for Careers Message
On https://api.stackexchange.com/docs/types/inbox-item the Careers Message example shows the wrong item type.
1
vote
1answer
19 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
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
21 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
1answer
23 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:
...
1
vote
1answer
30 views
No award_count field on any badges
The docs say the default filter includes award_count, and I've made a filter with it in. But no award_count is returned on any badge route.
The exception being when a badge item is returned in ...
1
vote
1answer
25 views
The /users/{id}/timeline route is reporting incorrect totals
It seems that the /users/{id}/timeline route is returning an incorrect total. For example, the following URL is reporting a total of 1607 items:
http://api.stackapps.com/1.1/users/7789/timeline
...
1
vote
1answer
18 views
Sort ranges on /questions/unanswered is broken
The following API request should return all unanswered questions with a score of at least 30:
http://api.stackapps.com/1.1/questions/unanswered?sort=votes&min=30
However, the response ...
1
vote
0answers
38 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
1answer
21 views
rep losses aren't reflected in api
This includes rep recalcs (e.g., the latest) and (speculative) when people take upvote back.
First case you can see on standard stackauth/users query: it displays meta reputation before recalc.
...
1
vote
1answer
59 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
1answer
98 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
1answer
42 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,
...
1
vote
1answer
33 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
2answers
36 views
Meta Stack Overflow API Try-It form sends request to Stack Overflow API instead of Meta API
Meta Stack Overflow API Try-It form sends request to Stack Overflow API instead of Meta API
0
votes
1answer
35 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
1answer
111 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 http://stackapps.com/app/register and a lovely picture of Zardoz instead of the correct ...
0
votes
1answer
68 views
API is accepting requests from other OAuth domains
I've set an OAuth domain for an application (the client_id is 24) and the following link authorizes the application:
...
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
59 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 ...
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": {
...
0
votes
1answer
44 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: ...
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 ...
0
votes
1answer
30 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 ...
0
votes
1answer
44 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
...