Get YouTube Follower Authenticity

46 endpoints • Base: https://openapi.scdata.cc

Endpoints

Returns an authenticity assessment of a YouTube creator's follower base: the share of genuine, suspicious and inactive accounts plus an overall quality score. Premium audience insight endpoint with a higher quota cost.

GET/api/v1/audience/youtube/follower_authenticity

Quota usage: Each successful request to this endpoint deducts 300 quota units from your plan.

Request Parameters

Required Parameters

NameInTypeDescription
channel_idquerystringChannel ID
example: UCX6OQ3DkcsbYNE6H8uQQuVA

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.realstringGenuine followers
data.fakestringSuspicious followers

Try It

https://openapi.scdata.cc/api/v1/audience/youtube/follower_authenticity
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

channel_id*

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/youtube/follower_authenticity?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"real": "90%",
"fake": "10%"
}
}

Use Cases

  • Fraud prevention — Reject creators whose follower base shows signs of purchased or bot followers.
  • Effective-reach pricing — Negotiate fees on the genuine follower count instead of the headline number.

Related Endpoints