Indicates that a feature request has been implemented, a bug has been fixed, or another type of request has been processed.
1
vote
1answer
30 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 ...
8
votes
1answer
46 views
Whatever happened to closed_reason?
When pulling back info on a closed question, I have come to expect closed_reason to be a present key if there's a closed_date. It seems that as of recently this is no longer true.
Proof: ...
3
votes
1answer
34 views
Problem with /search tagged and max
Seems like a problem with /search when max is not set to today, and tagged is given:
...
3
votes
1answer
59 views
API documentation console unsuccessfully tries to load MiniProfiler results
All of the documentation pages (example) with the test console currently attempt to load MiniProfiler result data, which fails with a 404:
POST ...
3
votes
1answer
29 views
Typo in the docs for /me
The doc says:
Returns the user associated with the passed auth_token.
This method returns a user.
It should say "access_token" instead of "auth_token".
3
votes
1answer
28 views
Querying “standard meta tags” for their tag wikis wrongly says they have none
I'm checking which tags have tag wiki excerpts in my code. It looks like /tags/{tags}/wikis is the right API since the tag info API doesn't even give a boolean for tag wiki excerpt presence.
But ...
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
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 ...
10
votes
1answer
202 views
Bug in the StackExchange Api ? getting “could not parse proxy url” when user not logged in
I think I may have stumbled upon a bug in the StackExchange JS API
I'm having a problem getting its authentication to work properly, and I just discovered that the same problem exist in the official ...
4
votes
1answer
9 views
Typo in API filter documentation
When using unsafe filters, the API returns the highest fidelity data is can reasonably access for the given request.
should be
When using unsafe filters, the API returns the highest fidelity ...
2
votes
1answer
25 views
Error retrieving question using a filter that includes question.notice
I have created a filter to include the question.notice field. It seems to be OK as returned by
https://api.stackexchange.com/2.1/filters/-9xc1l%2Au-JEsf_Q
Then if I want to fetch this question using ...
4
votes
1answer
43 views
Typos in the API 2.0 Documentation
Typo #1:
There are two different objects that represent a user in the Stack Exchange API, the full user object and the smaller shallow_user object. Which is returned depends on the method being ...
2
votes
1answer
49 views
Stack Apps graph time filters make pretty much no sense
When viewing the Query Statistics graphs for an application, you have the option of choosing 'Week', 'Month', 'Year', or 'All Time'.
When hovering over 'week' it states "view stats for the last 7 ...
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
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:
...
5
votes
1answer
28 views
/posts/{id}/revisions breaks for posts with [tag:*] content
Attempting to access (at least) the revisions route for a post with a revision involving the [tag:*] syntax causes an error:
Example on Meta Stack Overflow (Post History)
Example on Mathematica ...
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
...
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 ...
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:
...
3
votes
1answer
43 views
Typo in API docs: “temporarility_unavailable”
https://api.stackexchange.com/docs/authentication
"temporarility" should probably be "temporarily"
2
votes
1answer
20 views
/answers endpoint is error-500-ing against many sites
Just calling the "/answers" endpoint, no specific arguments, and I'm getting 500 errors:
http://api.stackexchange.com/2.0/answers?order=desc&sort=activity&site=gaming
...
2
votes
1answer
35 views
Does /invalidate work for no-expiry tokens?
It seems that tokens created with no_expiry scope are immune to requests to invalidate them with /access-tokens/.../invalidate. Is this by design or by bug?
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 ...
0
votes
0answers
214 views
Receiving “redirect_uri does not match the uri used to create the passed code”, when it does match
Summary
Using Oauth2, when I go to pick up the access_token, I get the following error from the server: access_denied: redirect_uri does not match the uri used to create the passed code. From what I ...
3
votes
1answer
26 views
tagged and min max creation gives wrong total
I am trying to get the total number of question with a specific tag AND created within a specific date span.
For example, the number of questions tagged as 'java' created between 16 and 17 Jan 2012:
...
1
vote
1answer
28 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 ...
0
votes
1answer
20 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",
...
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.
2
votes
1answer
28 views
/users/{id}/tags/{tags}/top-answers returning answers by other users
According to the description, /users/{id}/tags/{tags}/top-answers should return answers by the user on that particular tag.
Returns the top 30 answers a user has posted in response to questions ...
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
0
votes
1answer
21 views
No answer_id for Comment on answer inbox_item
According to the API documentation on inbox_item, inbox items corresponding to a comment on an answer to a question should have an answer_id field identifying the answer that the comment was on, but ...
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)
...
3
votes
1answer
24 views
Stylistic error on the JavaScript SDK documentation page
There is a small stylistic error on the JavaScript SDK documentation page.
Your application must have the client side OAuth flow enabled, and must not have disabled the desktop application ...
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?
3
votes
1answer
39 views
What happens when sites or the whole network go offline
Now that the API is all done on stackexchange.com. What happens if say just certain sites go offline (eg just Stackoverflow). Will the API continue to return results or will it return the HTML offline ...
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
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 ...
5
votes
1answer
39 views
Several staff members are incorrectly listed as elected moderators
Several employees are being reported as elected moderators on sites they haven't been elected on, according to /2.0/users/moderators/elected. I think there was a similar issue reported before during ...
2
votes
1answer
55 views
the stack exchange javascript library is 404
the library listed on the doc page for Authentication
https://api.stackexchange.com/js/2.0/all.js
ultimately redirects to
https://api-v2cdn.sstatic.net/js/all.js
which results in varying degrees ...
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
33 views
Events: field request
The "Event" object doesn't have an easy way for getting at the object relating to the event. There's a link field, but I don't fancy having to parse the information out of that (although I could).
...
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".
2
votes
1answer
24 views
Answer vote counts are not correct
I was trying to figure out the total number of answers I have that have been downvoted, and at first everything seemed awesome since the total was zero.
However, I knew this wasn't correct. For ...
2
votes
1answer
17 views
link attribute is missing from questions in /tags/{tags}/faq
Check the following requests, the link attribute is missing from questions objects in responses. I checked with the default filter and also with custom filters (both safe and unsafe).
...
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 ...
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
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.
4
votes
1answer
30 views
In API 2.0, what happened to questions sorted by “featured?”
I was looking for a way to grab the list of "featured" questions via the API, and I stumbled across several answers that all point to the same solution:
Shouldn't there be a separate call for ...
3
votes
1answer
38 views
Accept rate not available in the 2.0 API
Would it be possible to add the accept_rate field to both the user and shallow_user objects?
For example, using the 1.0 API, I can see that Jon Skeet has an accept rate of 95%.
...
3
votes
1answer
30 views
Unable to sort /search results by creation_date
I think I may have stumbled upon a bug in /search and I'll try to describe it as best as I can.
What works:
Create a /search query with the following parameters:
fromdate: 2012-01-24
order: desc
...