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
31 views

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 ...
hippietrail's user avatar
2 votes
1 answer
55 views

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 ...
Jilouc's user avatar
  • 355
2 votes
1 answer
73 views

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 ...
VxJasonxV's user avatar
  • 301
2 votes
1 answer
75 views

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 ...
Gilles 'SO- stop being evil''s user avatar
2 votes
1 answer
56 views

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?
Greg Hewgill's user avatar
  • 3,883
2 votes
1 answer
25 views

The API for /tags/{tags}/wikis offers body_last_edit_date and excerpt_last_edit_date fields. Both are selected in the default filter. But neither are actually returned even for tags I'm 100% sure ...
hippietrail's user avatar
2 votes
1 answer
26 views

question timeline returns "revision_guid": "335659EE-8983-4BEC-BACC-CC95784A4465" revisions by guid return "revision_guid": "335659ee89834becbacccc95784a4465" Is there any particular reason for this ...
bevacqua's user avatar
  • 213
2 votes
1 answer
63 views

The following url should return 0 comments: http://api.stackoverflow.com/1.1/comments?fromdate=9999999999 Instead it returns all comments, not actually filtering by fromdate at all. It happens on ...
Timmehmainframe's user avatar
2 votes
1 answer
47 views

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: http://api.stackoverflow.com/1.1/search?pagesize=...
Jonathan.'s user avatar
  • 3,118
2 votes
1 answer
66 views

I'm trying the following request: (555004 happens to be my user id) http://api.stackoverflow.com/1.1/users/555004/top-answer-tags and I'm a bit confused by the result: { top_tags: [ { ...
Jilouc's user avatar
  • 355
2 votes
1 answer
126 views

I'm having problem with authorized requests. Every requests with a valid auth token get: error: { code: 4009 message: "The 'auth' query parameter is not a valid auth token." } ...
systempuntoout's user avatar
2 votes
1 answer
48 views

As I reported before (and which was fixed) and again (which was also fixed), the associated accounts are broken once again for for Joel Coehoorn using this query. What's the deal?
Dennis Williamson's user avatar
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
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
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
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
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
2 votes
1 answer
91 views

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

Consider these two API calls: http://api.stackoverflow.com/0.8/questions?pagesize=1&sort=votes&order=desc http://api.stackoverflow.com/0.8/questions?pagesize=1&sort=votes&order=asc ...
Felix's user avatar
  • 1,522
2 votes
2 answers
97 views

http://api.stackoverflow.com/0.8/users/213464/mentioned?type=jsontext { "error": { "code": 404, "message": "The server has not found anything matching the Request-URI." } } Its returning ...
YOU's user avatar
  • 5,022
2 votes
1 answer
115 views

"number" is an very ambiguous term. Integral or non-integral? For developers in more dynamically-typed languages like JavaScript, this is not an issue; but when using more statically-typed languages ...
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
61 views

The users/{id}/timeline method is returning 31 results by default, and one more result than specified by the pagesize parameter. Example: http://api.stackoverflow.com/0.8/users/1288/timeline?pagesize=...
Bill the Lizard's user avatar
2 votes
1 answer
57 views

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. ...
carson's user avatar
  • 5,102
2 votes
1 answer
102 views

In the help text (on the right hand side) for the Application Name field on https://stackapps.com/apps/register: I think this should be changed: " ... is built on the our platform ...". For example, ...
Peter Mortensen's user avatar
2 votes
1 answer
70 views

The description of the Sort parameter in questions/{id} help page is inconsistent with those of other pages. On the questions/{id} help page: sort (optional): How a collection should be ...
YOU's user avatar
  • 5,022
2 votes
1 answer
102 views

On page Usage of /sites, it should be JavaScript, not Javascript, in the right sidebar: This obviously also applies to (most/all) API documentation pages, since they share the sidebar.
Peter Mortensen's user avatar
2 votes
1 answer
102 views

The authentication docs state that the scopes parameter of the URL to which a user should be directed to, for implicit authentication, should be a list of scopes that are delimited by either commas or ...
ravindUwU's user avatar
  • 319
2 votes
1 answer
66 views

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 API ...
pb2q's user avatar
  • 123
2 votes
1 answer
39 views

I have constructed the following URL, but the questions returned don't contain anywhere near 50k views, despite the query string parameter: http://api.stackexchange.com/2.1/search/advanced?site=...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
100 views

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 ...
Sirko's user avatar
  • 295
2 votes
1 answer
72 views

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 {"error_id":500,"...
agent86's user avatar
  • 3,277
2 votes
1 answer
61 views

On https://api.stackexchange.com/docs/types/inbox-item the Careers Message example shows the wrong item type.
Adam's user avatar
  • 809
2 votes
1 answer
41 views

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 with ...
nobody's user avatar
  • 864
2 votes
1 answer
27 views

On the docs for question timelines the link for "Question" points to /docs/type/question when it should point to /docs/types/question
Charles Sprayberry's user avatar
2 votes
1 answer
38 views

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 ...
agent86's user avatar
  • 3,277
2 votes
1 answer
23 views

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). https://api....
laktek's user avatar
  • 111
2 votes
1 answer
24 views

The type "related_site" is not listed in the 'by type' tab in documentation.
Sky Sanders's user avatar
  • 12.1k
2 votes
1 answer
40 views

/users/{ids}/top-answer-tags returns the top 30 tags for a given user. It's also the only endpoint that returns the user's tag scores along with the rest of the tag info. I'd like to use this data ...
agent86's user avatar
  • 3,277
2 votes
1 answer
79 views

Each time an API request is made over HTTPS, Firefox generates the following message in the error console: Curious, I looked up RFC 5746 and the document covers the following: Transport Layer ...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
29 views

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 consists ...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
58 views

This includes reputation recalculations (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 ...
Nikita Rybak's user avatar
  • 1,271
2 votes
1 answer
45 views

Running the following query: http://api.stackoverflow.com/1.1/comments Yields: { "total": 0, "page": 1, "pagesize": 30, "comments": [ ... Notice that the total entry indicates there are 0 ...
Nathan Osman's user avatar
  • 23.3k
2 votes
1 answer
99 views

Six to Eight's user display has just broken, as the /user/id/timeline route seems to have started returning different data. Previously, timeline_type of entries in the user_timelines array used to be ...
Adam Wright's user avatar
  • 4,325
2 votes
1 answer
127 views

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 ...
Rebecca Chernoff's user avatar
2 votes
1 answer
71 views

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": "...
Dennis Williamson's user avatar
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
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
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
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

1
3 4
5
6 7