Influencer Details (Twitter Screen Name)

Retrieve Influencer Details

GET https://api.hive.one/v1/influencers/screen_name/:screen_name/

This endpoint allows you to get the rank/score details of an influencer using their screen name.

Path Parameters

Query Parameters

Headers

{
    "data": {
        "name": "jack 🌍🌏🌎",
        "imageUrl": "https://pbs.twimg.com/profile_images/1115644092329758721/AFjOr-K8.jpg",
        "scores": [
            {
                "name": "Crypto",
                "abbr": "Crypto",
                "score": 294.33173391507,
                "rank": 71
            },
            {
                "name": "Bitcoin",
                "abbr": "BTC",
                "score": 336.077875237622,
                "rank": null
            },
            {
                "name": "Ethereum",
                "abbr": "ETH",
                "score": 219.316892977565,
                "rank": null
            },
            {
                "name": "Ripple",
                "abbr": "XRP",
                "score": 186.207651169653,
                "rank": null
            }
        ],
        "twitterId": "12",
        "screenName": "jack",
        "hasPodcasts": {
            "host": false,
            "guest": true
        }
    }
}

Top Followers

If you want to get a list of an influencers top followers in a given clusteradd include_followers=1 to the query parameters.

Last updated