新闻
新闻

新闻

接口类型:新闻媒体
接口状态:正常
描述:
头条、新闻、财经、体育、娱乐、军事、教育、科技、NBA、股票、星座、女性、健康、育儿等频道热门新闻。
  • 获取新闻频道
  • 接口地址:http://open.liupai.net/news/channel

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:http://open.liupai.net/news/channel?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    暂无参数

    返回参数:

    参数名称 类型 说明
    result array 新闻频道

    JSON返回实例:

  • 获取新闻
  • 接口地址:http://open.liupai.net/news/get

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:http://open.liupai.net/news/get?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    channel string 频道名称
    num int 数量 默认10,最大40
    start int 起始位置,默认0 最大400

    返回参数:

    参数名称 类型 说明
    channel string 频道
    num int 数量
    title string 标题
    time string 时间
    src string 来源
    category string 分类
    pic string 缩略图
    content string 内容
    url string 原文手机网址
    weburl string 原文PC网址

    JSON返回实例:

  • 搜索相关新闻
  • 接口地址:http://open.liupai.net/news/search

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:http://open.liupai.net/news/search?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    keyword string 关键词

    返回参数:

    参数名称 类型 说明
    keyword string 关键词
    num int 数量
    title string 标题
    time string 时间
    src string 来源
    category string 分类
    pic string 缩略图
    url string 原文手机网址
    weburl string 原文PC网址
    content string 内容

    JSON返回实例: