Skip to main content

Questions tagged [missing-data]

For BUG REPORTS, not feature-requests. Use this when the API doesn't return data when the docs (or similar calls) say it should. This tag may be eliminated in the future.

Filter by
Sorted by
Tagged with
1 vote
1 answer
242 views

I'm trying to implement this simple request in Drupal 7 on my local machine: $request = drupal_http_request('https://api.stackexchange.com/2.2/users?order=desc&sort=reputation&site=...
Djouuuuh's user avatar
  • 173
0 votes
0 answers
251 views

This issue has recurred (and is ongoing) as of a couple of weeks ago. Most notably, as before, the on_site attribute is missing from Area 51. This is API 1.0, by the way.
Dennis Williamson's user avatar
2 votes
1 answer
71 views

This query returns (in addition to several complete records) this incomplete one: { "user_id": 2196, "user_type": "registered", "display_name": "Wil", "reputation": 151, "email_hash": "...
Dennis Williamson's user avatar
0 votes
1 answer
63 views

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.
user avatar
4 votes
0 answers
106 views

If a post has no owner for whatever reason, we don't get the owner object in the response. Thus, it is impossible to display the username of the missing owner. The site is able to do this, so we ...
jjnguy's user avatar
  • 2,986