GET:https://s.jixiejidiguan.top/api/quark
JSON
无(本接口无需任何请求参数)
JSON
参数名 | 类型 | 说明 |
---|---|---|
status | Number | 状态码(0表示成功) |
code | String | 业务状态码("00000"成功) |
msg | String | 状态描述 |
data | Object | 实际数据内容 |
zhihuNews.item[]
参数名 | 类型 | 说明 |
---|---|---|
title | String | 新闻标题 |
hot | Number | 热度值 |
url | String | 新闻详情页URL |
hotNews.item[]
参数名 | 类型 | 说明 |
---|---|---|
entity_word | String | 实体词(通常为空) |
is_new | String | 是否新内容("0"/"1") |
publish_time | String | 发布时间戳(Unix秒级) |
originUrl | String | 原始来源URL |
rank | Number | 排名 |
industry | String | 行业分类 |
style | String | 样式CSS |
text | String | 标签文本(如"热") |
title | String | 新闻标题 |
hot | String | 热度值(字符串格式) |
q_type | String | 内容类型 |
url | String | 跳转URL |
weiboNews.item[]
参数名 | 类型 | 说明 |
---|---|---|
title | String | 微博话题标题 |
hot | Number | 话题热度值 |
url | String | 微博话题页URL |
curl -X GET 'https://s.jixiejidiguan.top/api/quark' \
-H 'User-Agent: ProxyPin/1.1.9' \
-H 'Accept: */*' \
-H 'Host: s.jixiejidiguan.top' \
--compressed
{
"status": 0,
"code": "00000",
"msg": "成功",
"data": {
"zhihuNews": {
"item": [
{
"title": "安徽一顾客在刮刮乐摊位刮中 100 万大奖,摊主以顾客未支付票钱为由拒绝给中奖彩票,中奖彩票应该归谁?",
"hot": 382,
"url": "https://www.zhihu.com/question/1925566613995889105?utm_content=billboard&utm_medium=trend&utm_source=quark"
}
]
},
"hotNews": {
"item": [
{
"entity_word": "",
"is_new": "0",
"publish_time": "1751893868",
"originUrl": "https://so.m.sm.cn/s?q=%E5%AD%A6%E7%94%9F%E6%8B%92%E6%8A%A5%E6%B8%85%E5%8C%97+%E8%80%81%E5%B8%88%E5%A4%A7%E6%80%92%E8%A7%A3%E6%95%A3%E7%BE%A4%E8%81%8A&bar=pure&osr=news_top&by=rebang&uc_param_str=dnntnwvepffrbijbprsvchgputdemennosstodcaaagidsdieini&customer_channel=ucfeedhot&click_pos=1&from=wh30104",
"rank": 1,
"industry": "0",
"style": "background-color:rgba(255, 87, 69, 0.15);color:#FF5745",
"text": "热",
"title": "学生拒报清北 老师大怒解散群聊",
"hot": "2471593",
"q_type": "2",
"url": "https://m.quark.cn/s?uc_param_str=dnntnwvepffrbijbprsvchgputdemennosstodcaaapcgidsdieinipixsnxkp&q=%E5%AD%A6%E7%94%9F%E6%8B%92%E6%8A%A5%E6%B8%85%E5%8C%97+%E8%80%81%E5%B8%88%E5%A4%A7%E6%80%92%E8%A7%A3%E6%95%A3%E7%BE%A4%E8%81%8A&bar=pure&by=resou&customer_channel=ucfeedhot&click_pos=1&from=kkframenew_resou&by2=news&osr=news_top"
}
]
},
"weiboNews": {
"item": [
{
"title": "蜜雪冰城被曝员工用脚关直饮水桶",
"hot": 1425634,
"url": "https://m.weibo.cn/search?containerid=231522type%3D1%26q%3D%23%E8%9C%9C%E9%9B%AA%E5%86%B0%E5%9F%8E%E8%A2%AB%E6%9B%9D%E5%91%98%E5%B7%A5%E7%94%A8%E8%84%9A%E5%85%B3%E7%9B%B4%E9%A5%AE%E6%B0%B4%E6%A1%B6%23&luicode=10000360&lfid=uc_browser_resou&extparam=c_type%3D36%26third_source_type%3Dchannelreplaceop&wm=90319_90001&launchid=10000360-uc_browser_resou&call_param=hw_qjs_return&uc_biz_str=S:custom|C:titlebar_fix|T:蜜雪冰城被曝员工用脚关直饮水桶|N:true"
}
]
}
}
}
评论已关闭