/weibo/v1/articles
微博的博文列表最多返回50条,默认20条
URL
http://api.gsdata.cn/weibo/v1/articles
请求方式
GET
访问授权限制

访问级别:普通接口

频次限制:每秒10次

请求参数
参数名 是否必须 说明 参数类型 数据类型 默认值
Authorization true Access Token header string
x-gsdata-date true 请求时间 header string
uid false 微博的uid query string
screen_name false 搜公众号官方英文ID,例:cctvnewscenter query string
per-page false 每页多少条,最多支持50条 query integer 20
page false 页数 query integer 1
start_date false 开始时间(格式:yyyy-MM-dd) query string
end_date false 结束时间(格式:yyyy-MM-dd) query string
返回状态码[200]以及参数[搜索返回结果集]
参数名 说明 数据类型
uid 微博字符串类型的uid number
created_at 微博的发布时间 string
text 微博内容 string
like_count 点赞数(表太数) integer
dislike_count 文章数 integer
comments_count 评论数 integer
reposts_count 转发数 integer
screen_name 微博作者昵称 string
mid 微博博文id number
source 原始微博链接 integer
返回状态码[401]以及参数[未授权]
参数名 说明 数据类型
status 状态码(401,422等) integer
code 错误码一般默认为0,扩展字段 integer
message 错误描述 string
name 错误名称 string
返回状态码[422]以及参数[数据验证错误]
参数名 说明 数据类型
status 状态码(401,422等) integer
code 错误码一般默认为0,扩展字段 integer
message 错误描述 string
name 错误名称 string
返回样例