C/2/friendships/followers/demographics day-en

跳转到: 导航, 搜索

friendships/followers/location_count

Get the distribution of the horoscope, interest, and count segment of a user's fans.

URL

https://c.api.weibo.com/2/friendships/followers/location_count.json

Supported Formats

JSON

HTTP Request Method

GET

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation


Request all APIs:

    • 50000/hour/IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.
uid false int64 user id that needs to be searched.
property true string search flag. tag:interest;astro:horoscope;fan:count segment.

Notes

none

Response

JSON Example

//horoscope
{
    "uid": 10438,
    "result": 
        {
            day_key: "2017-06-24",
            Gemini: "9",
            Scorpio: "7",
            Sagittarius: "4",
            Unknown: "26",
            Virgo: "13",
            Leo: "9",
            Libra: "15",
            Cancer: "16",
            Pisces: "10",
            Aries: "5",
            Capricorn: "13",
            Aquarius: "7",
            Taurus: "9"
        }
}

//interest tag
{
    "uid": 10438,
    "result": 
        {
            day_key: "2017-06-25",
            媒体: "52",
            旅游: "22",
            宠物: "5",
            健康: "4",
            时尚: "21",
            影视: "36",
            星座: "17",
            教育: "13",
            财经: "11",
            汽车: "6",
            动漫: "13"
        }
}

//count segment
{
    "uid": 10438,
    "result": 
        {
            day_key: "2017-06-25",
            1000-1999: "12",
            50-99: "13",
            10-49: "12",
            500-999: "21",
            3000-3999: "2",
            200-299: "22",
            10000-49999: "3",
            2000-2999: "2",
            0-9: "3",
            300-399: "16",
            100-199: "24",
            4000-4999: "1",
            5000-9999: "4",
            400-499: "8"
        }
}


See the Error Code Description for the error information details.

Field Description

none

Others

none

Language: [[{{{2/uri}}}|中文]]


api评价