响应包含的内容
值得查看的字段
- 开发与数据
- Stack Exchange API结果
- 公共来源
从 Stack Exchange API 加载新结果,无需输入搜索词。
值得查看的字段
本页以 sort=activity 和 order=desc 查询 Stack Overflow 的 /questions。第一位是在响应中最近有活动的问题,可能是编辑、回答或其他变更,并不一定是最后创建的问题。has_more 表示是否存在下一页;quota_remaining 显示来源的剩余额度。
条目可能包含 question_id、title、link、tags、owner、is_answered、score、view_count、answer_count、creation_date、last_edit_date 和 content_license。title 可能含有 HTML 实体,日期为 Unix time。tags 描述社区分类,不能替代阅读问题、答案和技术版本背景。
tagged 参数接受用分号分隔的 tags,并作为“且”条件工作:tagged=c;java 会返回同时具有两种 tags 的问题。文档说明超过五种 tags 总会返回零。用户贡献遵循 content_license 所示许可;在简单引导之外复用内容时,请保留署名和链接。