Influencers
Returns all the influencers data of the insight.
Getting Started
URL REQUEST (GET)
https://api.statsocial.com/platform/v0/reports/showall/influencers
hash: Insight hash
https://api.statsocial.com/platform/v0/reports/showall/influencers?hash=xxxx
User can send a parameter with-followers-range to get additional information followers range for influencers.
This Parameter should be set to 1 or true.
https://api.statsocial.com/platform/v0/reports/showall/influencers?hash=xxxx?with-followers-range=1
Can send a default baseline.
Available types: global, global_males, global_females, usa, usa_males, usa_females,UK, Canada, France, Germany, Italy, Spain, or any other insight hash.
If no baseline is specified, it defaults to global.
https://api.statsocial.com/platform/v0/reports/showall/influencers?baseline=xxxx
Successful return
return response example
{
  "information": {
    "version": "string"
  },
  "response": {
    "baseline": "string",
    "baseline_alias": "string",
    "error": "string",
    "hashes": [
      "string"
    ],
    "metrics": [
      {
        "baseline": 0,
        "children_count": 0,
        "has_child_categories": true,
        "id": "string",
        "indexes": [
          0
        ],
        "is_category": true,
        "name": "string",
        "similarities": [
          0
        ],
        "values": [
          0
        ]
      }
    ]
  }
}