Indicates that a submitted issue is actually due to the existing design of the system and is not considered erroneous behaviour.
1
vote
1answer
109 views
New Meta sites out of order in /sites
I don't know if this is by design, but the ServerFault and SuperUser Meta sites don't follow their main sites in the response for the sites API route. Having linked_meta sites follow their main ...
3
votes
1answer
42 views
Elections nominations posts not showing up in API
I know that it's probably unintended that the Primary voting scores were leaked by the API, but I think if you're going to remove it, then at least make it official, so I won't have to wonder if it's ...
1
vote
1answer
42 views
StackExchange API not realtime?
I was testing the inbox/unread API but noticed that there is a big delay between one gets a message, and this message gets included in the API response. Like one minute or more.
Is this API not ...
1
vote
1answer
25 views
Site_Type returns “main_site” for meta.stackoverflow.com
For Meta Stack Overflow, the 2.0/sites endpoint returns "main_site" rather than "meta_site". All other site_type for other stackexchange sites return correctly.
URL: ...
1
vote
1answer
45 views
redundant data in users
this is an example of truly redundant data. the paths are documented. they don't need to be included in the results.
"user_questions_url": "/users/22656/questions",
"user_answers_url": ...
1
vote
2answers
81 views
Possible problem calling users/?filter method searching username with tilde
I'm testing curious usernames and I am searching their user_id by:
http://api.stackoverflow.com/0.8/users/?filter=username_filter
I'm trying to get information about this particular user:
...
1
vote
2answers
77 views
Stats not showing the same values as the Site
I get less values in the api method that in the site, is this posible?
Example: form the API I get that SO has 709980 questions from site 701005
0
votes
1answer
83 views
questions response missing fields
conclusion
never mind. the fields are marked as optional in the spec. it was late. sue me.
the q is left for reference
What is coming out:
{
"tags": [
"cakephp",
"fileupload",
...
0
votes
2answers
74 views
Answers suddenly not getting returned.
Try:
http://api.stackapps.com/0.8/questions/212
None of the answers are present.
