微信文章精选
微信文章精选

微信文章精选

接口类型:新闻媒体
接口状态:正常
描述:
获取常用频道的热门微信文章,返回标题、图片、内容、阅读数、点赞数等信息。
  • 获取频道
  • 接口地址:http://open.liupai.net/weixinarticle/channel

    支持格式:JSON,JSONP

    请求方式:GET POST

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

    请求参数:

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

    返回参数:

    参数名称 类型 说明
    channelid string 频道ID
    channel string 频道名称

    JSON返回实例:

  • 获取文章
  • 接口地址:http://open.liupai.net/weixinarticle/get

    支持格式:JSON,JSONP

    请求方式:GET POST

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

    请求参数:

    参数名称 类型 必填 说明
    channelid string 频道ID
    start int 起始数量 默认0
    num string 数量 默认10

    返回参数:

    参数名称 类型 说明
    channel string 频道名称
    channelid string 频道ID
    total string 总数量
    num string 数量
    start int 起始数量
    title string 标题
    time string 时间
    weixinname string 微信公众号名称
    weixinaccount string 微信号
    weixinsummary string 微信公众号介绍
    pic string 图片
    content string 内容
    url string 文章微信网址
    readnum string 阅读数
    likenum string 点赞数

    JSON返回实例: