Indicates that erroneous reported behavior cannot be reproduced by the developers, or can no longer be reproduced by anyone.
0
votes
1answer
20 views
API 2.0 is not returning Programmers in list of sites
Run https://api.stackexchange.com/2.0/sites.
programmers.stackexchange.com is not in the response.
0
votes
1answer
23 views
Removing/disallowing app does nothing
I have just deleted/disallowed, the console app and the app I'm currently writing.
For the console the access token I was using before deleting the app carried on working, and when I got a new token, ...
0
votes
1answer
18 views
questions/{id} API not working as intended for vectorized id
Show Console > Try it > Call Method button on questions/{id} API page is not working properly for vectorized id ie. when I am passing 7282205 it is working fine, but when I am passing- 7282205; ...
0
votes
0answers
22 views
Tag wiki for C++ is not being returned.
Neither the properly encoded nor the improperly encoded URL is working:
http://api.stackoverflow.com/1.1/tags/c%2B%2B/wikis
http://api.stackoverflow.com/1.1/tags/c++/wikis
Both return:
A ...
0
votes
1answer
63 views
Getting garbage on requests
Not exactly sure how or why, but many times when I try and preview some URL, I get garbage. This has happened on several JSON preview websites as well as on my browser. Strangely this isn't all the ...
1
vote
1answer
167 views
api.stackoverflow.com down?
I am currently getting errors when trying to access the stack overflow api. I have tried others (superuser and serverfault) and they seem to work. Is this by design or did the api unintentionally go ...
1
vote
1answer
68 views
question.migrated.to_site null
http://api.stackoverflow.com/1.0/questions/322108?sort=activity&order=desc
{
"total": 1,
"page": 1,
"pagesize": 30,
"questions": [
{
"tags": [
"discussion",
...
1
vote
1answer
89 views
new throttle does not differentiate between api requests and requests made from viewing the site
Update:
I am unable to reproduce the case of interactive browsing affecting app quota. And will concede that the failures that prompted this post were likely far edge cases.
The remaining issue of a ...
0
votes
1answer
36 views
issues with 'edit_count' field
Update
other than the nullable issue, which is under review, the rest of this question is based on a mistake I made reading the nesting depth of the json result.
Disregard. Deletion is considered.
...
3
votes
1answer
91 views
/users/{id}/associated - inconsistent behavior
/users/{id}/associated occasionally returns empty for an association even though there are definitely associated users. Calling it again immediately returns expected results.
GET ...
4
votes
1answer
321 views
API Key limit 10k is Per IP Address or Globally?
Getting started FAQ says No Key limit is IP Address based, but it does not say for with API Key.
When I test my API Key from different IP Addresses, I noticed that 10k limit is globally, limit is ...
1
vote
2answers
50 views
Unanswered questions API does not work
The /questions/unanswered API returns the full list of questions (same as /questions).