澎湃新闻热榜

描述:

澎湃新闻热榜数据API免费接口

接口地址:

https://api.iextend.top/api/open/penPaiList

请求方式:

GET

返回格式:

JSON

请求参数:

[
  "暂无请求参数"
]

返回参数:

{
  "code": "返回状态码  200为成功, 其余为接口异常  int 类型",
  "msg": "接口提示错误信息",
  "timestamp": "api 接口服务器返回时间搓, long 类型",
  "data": {
    "getTime": "上次跟新数据时间搓, Long 类型",
    "name": "名称, 示例值: douyinList, String类型",
    "img": "图标,  String 类型",
    "distanceTime": "上次跟新数据时间, 示例值: 2小时5分钟, String类型",
    "attach": "其余附加数据",
    "dataList": [
      {
        "title": "标题, 示例:我国在全球率先实现土地退化零增长. String 类型",
        "url": "外部PC端链接, 示例: https://www.toutiao.com/article/7441036973071974947/ , string 类型",
        "mobiUrl": "外部手机端链接, 示例: https://www.toutiao.com/article/7441036973071974947/  , String 类型",
        "hot": "热度值, 示例: 1000 或 1k, String 类型",
        "index": "当前排名, Integer类型"
      },
      "...."
    ]
  }
}