Tagged Questions
0
votes
1answer
24 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
38 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
19 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
1answer
67 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
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
95 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
37 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
94 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 ...
6
votes
1answer
354 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
53 views
Unanswered questions API does not work
The /questions/unanswered API returns the full list of questions (same as /questions).