demo体验地址:https://www.jsanai.com/hotwords
简要描述:
- 获取每日热门关键词、新词
请求URL:
https://www.jsanai.com/home/hotwords/api
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 接口密钥,请联系客服获取 |
page | 否 | string | 页数据,默认1 |
返回示例
{
"code": 1,
"data": [
{
"hotword": "高血压血压控制好了还可怕吗",
"coreword": " 高血压 控制 ",
"createtime": 1577416342
},
{
"hotword": "三星宣布折叠手机",
"coreword": " 三星 折叠手机 ",
"createtime": 1577416342
},
{
"hotword": "现在山东的玉米价格是多少",
"coreword": " 玉米 玉米价格 ",
"createtime": 1577416342
}
]
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
code | int | 状态码,1正常,0异常 |
hotword | string | 关键词 |
coreword | string | 关键字 |
createtime | string | 关键词上热门时间戳 |
备注
- 更多返回错误代码请看具体文档