Tagged Questions
1
vote
1answer
22 views
Questions returned by /questions/{ids}/related do not contain link properties
The API docs claim that /questions/{ids}/related return question objects, but I can't find a link property on the returned questions at all.
Is there some sort of workaround to find the link for a ...
2
votes
1answer
25 views
Error retrieving question using a filter that includes question.notice
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 ...
1
vote
1answer
18 views
Sort ranges on /questions/unanswered is broken
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 ...
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 ...
6
votes
1answer
199 views
Why these questions do not have a title?
Hitting the following /questions route:
http://api.stackoverflow.com/1.0/questions/74?pagesize=1&page=1
the endpoint returns this JSON data:
{
"total": 1,
"page": 1,
"pagesize": 1,
...
0
votes
1answer
52 views
Bug - Getting partial results for questions
When processing http://api.stackoverflow.com/1.0/questions/1156985 I only get partial results. Many of the missing fields are mandatory fields, including the owner of the question.
2
votes
1answer
58 views
Oddity with migration data from questions
Take a look at this question on SuperUser. Apparently, it was migrated from ServerFault, and was originally asked by user 3d1l. However, now look at the API result: ...
0
votes
1answer
44 views
The /questions/{id}/timeline route isn't working.
I'm getting a response code 500 for the /questions/{id}/timeline route. I've tried it in Firefox and by fetching a response in Java.
Example URL: ...
3
votes
1answer
88 views
Problem getting a users questions within a date range
I'm having a problem returning a list of users questions within a given timespan. I understand that the documentation ( http://api.stackoverflow.com/0.8/help/method?method=users/{id}/questions ) that ...
1
vote
1answer
117 views
Question's title attribute is not HTML encoded
Question's title attribute is not HTML encoded.
Examples:
http://api.stackoverflow.com/0.8/questions/456815?body=true&answers=true
title: "Problems with HTML <marquee> tag"
...
5
votes
1answer
70 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 ...
1
vote
2answers
53 views
Unanswered questions API does not work
The /questions/unanswered API returns the full list of questions (same as /questions).
