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
6
votes
1
answer
113
views
The tagged parameter does not work with multiple tags
Take these two API calls:
http://api.stackoverflow.com/0.8/questions?tagged=php;rant
http://api.stackoverflow.com/0.8/questions/tagged/php;rant
A couple of problems:
Shouldn't they return the same ...
6
votes
1
answer
619
views
API Suggestion: suppress http error code when jsonp is specified
Conclusion: fast response by Kevin enables the JSONP functionality of the API to assume it's rightful description of awesome.
http://soapi.info/Code/JS/Stable/ErrorTest.htm
The JSONP functionality is ...
6
votes
1
answer
204
views
Please add tags to answers
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 ...
6
votes
1
answer
77
views
should min/max for alpha-numeric cases be case-insensitive?
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:...
6
votes
0
answers
141
views
please expose stackauth via a url that is consistent with the api
Most libraries and apps need to version themselves by adding the version number to the url and subsequently most of the http request code includes this information in the url building process.
the ...
5
votes
2
answers
153
views
'Informed' badge doesn't exist on site, but is still being promoted
The issue of a non-existent badge being promoted has been brought up before, but the following still happens:
This will likely disappear once I get another badge (soon after posting this question :), ...
5
votes
2
answers
137
views
Stack Exchange API is returning boolean(false) For 'is_answered' On Question With Accepted Answer
When you view this question you see a closed question which has an accepted answer.
When you get the API info for it you get this:
["question_id"]=>
int(17466804)
["creation_date"]=>
int(...
5
votes
1
answer
309
views
Suddenly getting "Couldn't parse `client_id`"
For years, I've run a local PHP app using GuzzleHttp\Client to download my StackExchange posts.
Today, I'm suddenly getting this problem when posting my client_id, client_secret, code, redirect_uri.
{
...
5
votes
1
answer
110
views
Moderation request: Flags unhandled for months, please approve
Note that Stack Apps is its own meta site.
Sorry for nagging the mods, but I have flags that have sat in the "active" state since June 29th, and these flags apparently don't expire.
Can a moderator ...
5
votes
1
answer
124
views
API docs titled "v2.0"; should be "v2.1"
The documentation is titled "StackExchange API v2.0"... this should be updated to "v2.1" as it's not readily obvious that version 2.1 has been published otherwise.
https://api.stackexchange.com/docs
5
votes
1
answer
65
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 ...
5
votes
1
answer
270
views
After a throttle violation, could the error message include the time when the block will be lifted?
I got my first throttle violation error after running in jsFiddle some example code given to me by a library author in response to a question of mine about how to use their library.
This is the error ...
5
votes
1
answer
449
views
API stopped allowing CORS requests
I'm currently using the API via JavaScript AJAX calls and it all of a sudden stopped allowing CORS requests.
I'm on localhost and I tried uploading my code to live and am still getting:
Access to ...
5
votes
1
answer
75
views
API documentation pages match some site names incorrectly
The bug is not in the API itself, but in the pages documenting its methods. To reproduce, follow the link http://api.stackexchange.com/docs/info#filter=default&site=math and observe that the page ...
5
votes
1
answer
44
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 (Post ...
5
votes
2
answers
161
views
API Help's CSS is missing
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">
...
5
votes
2
answers
205
views
Can we not limit requests based on the first one?
According to the answer given to this question, it seems like the API limits requests based on the first one. (Regardless of the presence of a key.)
Can this please be changed? It really hinders ...
5
votes
1
answer
175
views
Few typos in the documentation pages
https://api.stackexchange.com/docs/vectors
When passing a vector, sepeate each id with a semicolon. For example, /users/1;2;3;4;5?site=somesite would fetch users with ids 1 through 5 on somesite.
...
5
votes
1
answer
128
views
Typos on api.stackexchange.com/docs/js-lib
Under the Authentication section on https://api.stackexchange.com/docs/js-lib, there are a few typos (emphasis mine):
scope (optional) – an array of scopes to request during authentication, valid ...
5
votes
1
answer
90
views
API calls that return select post bodies throw JSON errors
When calling the Stack Exchange API to get the post body, it will return an error for some posts. EG:
/docs/questions#page=13&pagesize=100&fromdate=2013-09-01&todate=2013-09-02&order=...
5
votes
1
answer
37
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 data it ...
5
votes
1
answer
67
views
filter=total is returning 0?
I'm running a very simple (and contrived) call of:
http://api.stackexchange.com/2.0/users/115730?site=stackoverflow&filter=total
I'm expecting a response of:
{"total":1}
But am getting a ...
5
votes
1
answer
61
views
You can gain reputation from edits to tag wikis, although they are not accessible through the API.
Reputation gain from edits to tag wikis appear through the API; the API reports them as answers, but fetching them via the /answers route does not work.
Case in point:
My accepted edit (+2 rep)
My ...
5
votes
2
answers
119
views
stackauth.com/1.0/users/{id}/associated no longer returning email_hash for some sites
I'm not getting email_hash for some sites from stackauth.com/1.0/users/{id}/associated since sometime after midnight CDT (UTC-0500).
5
votes
1
answer
142
views
Two minor typos in the API help
In http://api.stackoverflow.com/0.8/help
/users/{id}/answers Gets answer summary informatino for the user with 'id'.
and in the Returns section of http://api.stackoverflow.com/0.8/help/method?method=...
5
votes
1
answer
93
views
Should status-review be made a mod tag?
On most other meta sites, status-review is a moderator tag, however on stack apps (which is it’s own meta) it is not a moderator tag. Since there is no status-review moderator tag on stack apps, ...
5
votes
1
answer
58
views
User's display name field omitted?
If a user doesn't have a username "set" for an account, then the display_name field is omitted.
This is similar to a few other questions, but the only official answer says that "display_name should ...
5
votes
1
answer
74
views
/user/{id}/timeline results leaking template used for badge information
From my elections statistics page:
I inserted in the detail field as plain text because I wasn't sure if the results would be HTML, but the $ChatUrl left in the anchor's href is surely a bug.
5
votes
1
answer
96
views
Empty results for associated queries
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 ...
5
votes
1
answer
146
views
Intermittent bug in the /search route when providing both tagged and nottagged parameters.
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....
5
votes
1
answer
118
views
StackApps is not being reported by StackAuth
The stackauth.com sites query is not returning stackapps.com at all:
http://stackauth.com/0.8/sites?type=jsontext
{
"api_sites": [
{
"name": "Stack Overflow",
"logo_url": "http://...
5
votes
2
answers
60
views
Users timeline help claims to be pageable but isn't
The help page for the users timeline call claims that the timeline can handle paging but it doesn't seem to be able to. The output doesn't have the total count of pages, etc and the page attribute ...
5
votes
1
answer
564
views
Issue with JavaScript SDK
When using the JavaScript SDK to enable client side OAuth flow, I'm running into this issue: Uncaught TypeError: Cannot read properties of null (reading 'postMessage')
And the page gets stuck with the ...
5
votes
0
answers
129
views
Moderation request: Make [user] a synonym of [users]
Please make user a synonym of users.
I proposed a synonym but there aren't enough high-rep users active here for that mechanism to work.
Currently*:
user has 5 questions, no tag wiki and no tag ...
5
votes
0
answers
124
views
"What is meta" should be rephrased
Stackapps.com/help/whats-meta tells that there is "Meta Stack Apps". However there isn't.
Stack Apps is its own meta and meta is used to ask meta questions here.
5
votes
0
answers
57
views
OBSOLETE - revisions/{id} is returning an error for locked posts
The API is returning the following error message when I request the revision history for locked posts.
Example URL: http://api.stackoverflow.com/1.1/revisions/194812
{
"error": {
"code": 500,
...
5
votes
0
answers
83
views
OBSOLETE - /tags fromdate and todate does nothing
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 ...
4
votes
2
answers
123
views
Add optional parameter to get only paging information?
On methods that support total/page/pagesize add an optional parameter to get just those fields when making a request. (pageInfo=true).
I am thinking specifically in apps that have real-time like ...
4
votes
1
answer
89
views
The API has stopped allowing CORS requests
I just noticed that a script I have that makes CORS requests to the API stopped working on Meta Stack Overflow, claiming that the domain isn't allowed by Access-Control-Allow-Origin, which is true ...
4
votes
1
answer
51
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".
4
votes
1
answer
109
views
Why is my quota constantly decreasing?
I registered an app today (API v2) for the first time (App ID 47, LaServ), and let it run a bit with its new key. It's the only API app running on this IP (I rent the IP as part of a VPS package). ...
4
votes
1
answer
116
views
Does the [ruby-on-rails] tag add relevant context on top of [ruby]
We have the tag ruby-on-rails (7 questions) which is
... an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "...
4
votes
1
answer
83
views
Please migrate the question templates to CommonMark
We have three templates for new questions (for apps, libraries and scripts):
They'll insert a body like this:
<!-- thumbnail: https://example.com/some-image.png -->
<!-- version: 1.0 -->
...
4
votes
1
answer
1k
views
Invisible text in Markdown syntax help
Some text is invisible in the How to Format help block because of a bad combination of text and background color:
That's meant to read
► backtick escapes `like _so_`
but the backquoted portion is ...
4
votes
1
answer
2k
views
API endpoints do not set Access-Control-Allow-Origin, so CORS requests fail
This looks like it might have been requested before:
Support Cross-Origin Resource Sharing
In order for CORS to work, the Access-Control-Allow-Origin header (and related headers) must be set. With ...
4
votes
1
answer
50
views
API usage "Try It" form for linked questions queries meta.tex.stackexchange instead of Stackoverflow
I was wondering why the form at http://api.stackoverflow.com/1.1/usage/methods/linked-questions did not return the questions I was expecting. Then I noticed that it is calling http://api.meta.tex....
4
votes
1
answer
113
views
/questions returns wrong markdown when a suggested edit is improved
The /questions API method returns wrong markdown when the last revisions were made by a suggested edit improved in the review queue. This event leads to two revisions (one for the suggested edit and ...
4
votes
1
answer
335
views
Login using Google fails saying OpenID 2.0 accounts for Google has gone away
Recently I have received complaints about my app suggesting that logging in with a Google account shows a warning message that OpenID authentication has gone away. When I tried to log in with my own ...
4
votes
1
answer
82
views
"Try it" facility suffers a double-encoding bug
As you can clearly see from the above, the ampersand in the site name in the "Try It" section of the API method documentation has been double-encoded. This affects any site with an ampersand in the ...
4
votes
1
answer
49
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 ...