What the response contains
Fields worth checking
- Development & Data
- Stack Exchange API results
- public source
Load a fresh response from Stack Exchange API; no search term is required.
Fields worth checking
This page queries /questions on Stack Overflow with sort=activity and order=desc. The first position is the question with the latest activity in the response, which can be an edit, answer, or another change, not necessarily the most recently created question. has_more says whether another page exists; quota_remaining shows the source’s remaining quota.
An item can include question_id, title, link, tags, owner, is_answered, score, view_count, answer_count, creation_date, last_edit_date, and content_license. title can contain HTML entities, and dates are Unix time. tags describe community classification; they do not replace reading the question, answers, and a technology version’s context.
The tagged parameter accepts semicolon-separated tags and works as an “and” condition: tagged=c;java returns questions carrying both tags. More than five tags always returns zero according to the documentation. User contributions follow the licence given in content_license; retain attribution and the link when reusing content beyond a simple referral.