Skip to main content
GET
/
wf
/
youtube-channel-rank
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/youtube-channel-rank \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "stats": {
    "followersCount": 420000000,
    "avgLikes": 2608978,
    "avgComments": 20813,
    "avgER": 0.0259833721621329,
    "avgInteractions": 2629791,
    "avgViews": 110807035,
    "ratingIndex": 420000000.835897,
    "qualityScore": 0.838032021328884
  },
  "channelRanking": {
    "overallRanking": 69,
    "globalViewsRanking": 12,
    "globalSubscribersRanking": 1,
    "countrySubscriberRanking": 1,
    "categorySubscriberRanking": 1,
    "lastUpdated": "07-08-2025"
  }
}
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "stats": {
    "followersCount": 420000000,
    "avgLikes": 2608978,
    "avgComments": 20813,
    "avgER": 0.0259833721621329,
    "avgInteractions": 2629791,
    "avgViews": 110807035,
    "ratingIndex": 420000000.835897,
    "qualityScore": 0.838032021328884
  },
  "channelRanking": {
    "overallRanking": 69,
    "globalViewsRanking": 12,
    "globalSubscribersRanking": 1,
    "countrySubscriberRanking": 1,
    "categorySubscriberRanking": 1,
    "lastUpdated": "07-08-2025"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

masterID: the id of the Social Account, to get this you need to call the endpoint Get Profile by URL OR Get Channel Details

includeProfile
boolean

If you would like to get the channel profile and details set this to true

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK