/pubsent/v1/weibos/hot-accounts
根据方案编号分析微博的账号
URL
http://api.gsdata.cn/pubsent/v1/weibos/hot-accounts
请求方式
GET
访问授权限制

访问级别:普通接口

频次限制:每秒10次

请求参数
参数名 是否必须 说明 参数类型 数据类型 默认值
Authorization true Access Token header string
x-gsdata-date true 请求时间 header string
sid true 方案编号 query integer
start_date false 开始时间(格式:yyyy-MM-dd) query string
end_date false 结束时间(格式:yyyy-MM-dd) query string
返回状态码[200]以及参数[搜索返回结果集]
参数名 说明 数据类型
uid 微博用户UID string
name 微博用户名称 string
followers_count 粉丝数 integer
statuses_count 相关博文数 integer
verified 认证类型 string
返回状态码[401]以及参数[未授权]
参数名 说明 数据类型
status 状态码(401,422等) integer
code 错误码一般默认为0,扩展字段 integer
message 错误描述 string
name 错误名称 string
返回状态码[422]以及参数[数据验证错误]
参数名 说明 数据类型
status 状态码(401,422等) integer
code 错误码一般默认为0,扩展字段 integer
message 错误描述 string
name 错误名称 string
返回样例
[
    {
        "uid":"2803301701",
        "followers_count":52191036,
        "name":"人民日报",
        "statuses_count":2,
        "verified":"媒体"
    },
    {
        "uid":"1618051664",
        "followers_count":51856170,
        "name":"头条新闻",
        "statuses_count":4,
        "verified":"媒体"
    },
    {
        "uid":"2656274875",
        "followers_count":49568275,
        "name":"央视新闻",
        "statuses_count":2,
        "verified":"媒体"
    },
    {
        "uid":"1656831930",
        "followers_count":43281507,
        "name":"环球资讯广播",
        "statuses_count":3,
        "verified":"媒体"
    },
    {
        "uid":"1642512402",
        "followers_count":37569000,
        "name":"中国新闻周刊",
        "statuses_count":3,
        "verified":"媒体"
    },
    {
        "uid":"1784473157",
        "followers_count":32130529,
        "name":"中国新闻网",
        "statuses_count":2,
        "verified":"媒体"
    },
    {
        "uid":"1649173367",
        "followers_count":30023088,
        "name":"每日经济新闻",
        "statuses_count":22,
        "verified":"媒体"
    },
    {
        "uid":"1314608344",
        "followers_count":30008435,
        "name":"新闻晨报",
        "statuses_count":2,
        "verified":"媒体"
    },
    {
        "uid":"1663072851",
        "followers_count":27216415,
        "name":"中国日报",
        "statuses_count":2,
        "verified":"媒体"
    },
    {
        "uid":"1681029540",
        "followers_count":26446264,
        "name":"新民周刊",
        "statuses_count":1,
        "verified":"媒体"
    }
]