Retrieve advanced performance information of a specified YouTube creator, including upload activity, subscriber growth, engagement metrics, and video performance.
curl -X GET "https://apiv3.creatordb.app/youtube/performance?channelId=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"{
"data": {
"contentCountByDays": {
"7d": 3,
"30d": 8,
"90d": 26
},
"ranking": {
"totalSubscribers": {
"global": 1,
"country": 1,
"language": 1
},
"avgEngagementRate": {
"global": 0.5279,
"country": 0.5036,
"language": 0.4221
}
},
"videosPerformanceRecent": {
"likes": {
"all": 71621680,
"avg": 3581084,
"median": 2669037,
"min": 1300000,
"max": 22000000
},
"comments": {
"all": 1174720,
"avg": 58736,
"median": 53951,
"min": 8770,
"max": 115035
},
"views": {
"all": 3050115040,
"avg": 152505752,
"median": 131558084,
"min": 56885878,
"max": 603517253,
"percentile25": 104827304,
"percentile75": 149680016,
"iqr": 44852712
},
"length": {
"avg": 1167
},
"engagement": {
"avgEngagementRate": 0.0231,
"likesPerSubscriber": 0.0077,
"commentsPerSubscriber": 0.0001,
"viewsPerSubscriber": 0.3259,
"engagementConsistency": {
"cv": 0.4606,
"medianVsMean": 0.856,
"topBottomRatio": 2.6884,
"consistencyScore": 53,
"consistencyLevel": "moderate"
}
}
},
"shortsPerformanceRecent": {
"likes": {
"all": 51069500,
"avg": 2553475,
"median": 2059098,
"min": 463000,
"max": 6200000
},
"comments": {
"all": 635020,
"avg": 31751,
"median": 14155,
"min": 5115,
"max": 186830
},
"views": {
"all": 3881469200,
"avg": 194073460,
"median": 80108228,
"min": 12298373,
"max": 968276492,
"percentile25": 50286890,
"percentile75": 201918051,
"iqr": 151631161
},
"length": {
"avg": 29
},
"engagement": {
"avgEngagementRate": 0.0207,
"likesPerSubscriber": 0.0055,
"commentsPerSubscriber": 0.0001,
"viewsPerSubscriber": 0.4147,
"engagementConsistency": {
"cv": 0.3732,
"medianVsMean": 1.0541,
"topBottomRatio": 3.6335,
"consistencyScore": 53,
"consistencyLevel": "moderate"
}
}
},
"videosPerformanceAll": {
"likes": {
"all": 222423708,
"avg": 4835298,
"median": 3400000,
"min": 1300000,
"max": 28000000
},
"comments": {
"all": 4020078,
"avg": 87393,
"median": 71759,
"min": 8770,
"max": 349397
},
"views": {
"all": 8897761232,
"avg": 193429592,
"median": 165616724,
"min": 56885878,
"max": 603517253,
"percentile25": 130697086,
"percentile75": 220213535,
"iqr": 89516449
},
"length": {
"avg": 1280
},
"engagement": {
"avgEngagementRate": 0.0249,
"likesPerSubscriber": 0.0103,
"commentsPerSubscriber": 0.0002,
"viewsPerSubscriber": 0.4133,
"engagementConsistency": {
"cv": 0.5654,
"medianVsMean": 0.8656,
"topBottomRatio": 4.6788,
"consistencyScore": 47,
"consistencyLevel": "low"
}
}
},
"shortsPerformanceAll": {
"likes": {
"all": 1650228640,
"avg": 10313929,
"median": 8150000,
"min": 461000,
"max": 57000000
},
"comments": {
"all": 5172480,
"avg": 32328,
"median": 17060,
"min": 2772,
"max": 822627
},
"views": {
"all": 60515376800,
"avg": 378221105,
"median": 338464804,
"min": 6532098,
"max": 1692388343,
"percentile25": 136813142,
"percentile75": 537217514,
"iqr": 400404372
},
"length": {
"avg": 31
},
"engagement": {
"avgEngagementRate": 0.0279,
"likesPerSubscriber": 0.022,
"commentsPerSubscriber": 0.0001,
"viewsPerSubscriber": 0.8082,
"engagementConsistency": {
"cv": 0.4515,
"medianVsMean": 0.9376,
"topBottomRatio": 14.6975,
"consistencyScore": 41,
"consistencyLevel": "low"
}
}
},
"recentVideosGrowth": {
"g7": {
"avgViews": 0.0158,
"engagementRate": -0.0156
},
"g30": {
"avgViews": -0.0063,
"engagementRate": -0.0189
},
"g90": {
"avgViews": 0.0952,
"engagementRate": -0.1305
}
},
"recentShortsGrowth": {
"g7": {
"avgViews": 0.0342,
"engagementRate": 0.0002
},
"g30": {
"avgViews": 0.4128,
"engagementRate": -0.0281
},
"g90": {
"avgViews": 0.2758,
"engagementRate": -0.2429
}
}
},
"traceId": "3d69e43ce36749693badd422e38ccc28",
"timestamp": 1771887295991,
"errorCode": "",
"errorDescription": "",
"success": true
}The valid CreatorDB API key for authentication.
The unique YouTube channel ID.
1 - 50^UC[a-zA-Z0-9_-]{22}$"UCBR8-60-B28hp2BmDPdntcQ"
Performance data of the specified YouTube creator returned successfully.
Performance metrics of the specified YouTube creator.
Show child attributes
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Error code returned if the request fails. Empty if the request is successful.
""
Description of the error. Empty if the request is successful.
""
true if the request is successful.
true
curl -X GET "https://apiv3.creatordb.app/youtube/performance?channelId=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"{
"data": {
"contentCountByDays": {
"7d": 3,
"30d": 8,
"90d": 26
},
"ranking": {
"totalSubscribers": {
"global": 1,
"country": 1,
"language": 1
},
"avgEngagementRate": {
"global": 0.5279,
"country": 0.5036,
"language": 0.4221
}
},
"videosPerformanceRecent": {
"likes": {
"all": 71621680,
"avg": 3581084,
"median": 2669037,
"min": 1300000,
"max": 22000000
},
"comments": {
"all": 1174720,
"avg": 58736,
"median": 53951,
"min": 8770,
"max": 115035
},
"views": {
"all": 3050115040,
"avg": 152505752,
"median": 131558084,
"min": 56885878,
"max": 603517253,
"percentile25": 104827304,
"percentile75": 149680016,
"iqr": 44852712
},
"length": {
"avg": 1167
},
"engagement": {
"avgEngagementRate": 0.0231,
"likesPerSubscriber": 0.0077,
"commentsPerSubscriber": 0.0001,
"viewsPerSubscriber": 0.3259,
"engagementConsistency": {
"cv": 0.4606,
"medianVsMean": 0.856,
"topBottomRatio": 2.6884,
"consistencyScore": 53,
"consistencyLevel": "moderate"
}
}
},
"shortsPerformanceRecent": {
"likes": {
"all": 51069500,
"avg": 2553475,
"median": 2059098,
"min": 463000,
"max": 6200000
},
"comments": {
"all": 635020,
"avg": 31751,
"median": 14155,
"min": 5115,
"max": 186830
},
"views": {
"all": 3881469200,
"avg": 194073460,
"median": 80108228,
"min": 12298373,
"max": 968276492,
"percentile25": 50286890,
"percentile75": 201918051,
"iqr": 151631161
},
"length": {
"avg": 29
},
"engagement": {
"avgEngagementRate": 0.0207,
"likesPerSubscriber": 0.0055,
"commentsPerSubscriber": 0.0001,
"viewsPerSubscriber": 0.4147,
"engagementConsistency": {
"cv": 0.3732,
"medianVsMean": 1.0541,
"topBottomRatio": 3.6335,
"consistencyScore": 53,
"consistencyLevel": "moderate"
}
}
},
"videosPerformanceAll": {
"likes": {
"all": 222423708,
"avg": 4835298,
"median": 3400000,
"min": 1300000,
"max": 28000000
},
"comments": {
"all": 4020078,
"avg": 87393,
"median": 71759,
"min": 8770,
"max": 349397
},
"views": {
"all": 8897761232,
"avg": 193429592,
"median": 165616724,
"min": 56885878,
"max": 603517253,
"percentile25": 130697086,
"percentile75": 220213535,
"iqr": 89516449
},
"length": {
"avg": 1280
},
"engagement": {
"avgEngagementRate": 0.0249,
"likesPerSubscriber": 0.0103,
"commentsPerSubscriber": 0.0002,
"viewsPerSubscriber": 0.4133,
"engagementConsistency": {
"cv": 0.5654,
"medianVsMean": 0.8656,
"topBottomRatio": 4.6788,
"consistencyScore": 47,
"consistencyLevel": "low"
}
}
},
"shortsPerformanceAll": {
"likes": {
"all": 1650228640,
"avg": 10313929,
"median": 8150000,
"min": 461000,
"max": 57000000
},
"comments": {
"all": 5172480,
"avg": 32328,
"median": 17060,
"min": 2772,
"max": 822627
},
"views": {
"all": 60515376800,
"avg": 378221105,
"median": 338464804,
"min": 6532098,
"max": 1692388343,
"percentile25": 136813142,
"percentile75": 537217514,
"iqr": 400404372
},
"length": {
"avg": 31
},
"engagement": {
"avgEngagementRate": 0.0279,
"likesPerSubscriber": 0.022,
"commentsPerSubscriber": 0.0001,
"viewsPerSubscriber": 0.8082,
"engagementConsistency": {
"cv": 0.4515,
"medianVsMean": 0.9376,
"topBottomRatio": 14.6975,
"consistencyScore": 41,
"consistencyLevel": "low"
}
}
},
"recentVideosGrowth": {
"g7": {
"avgViews": 0.0158,
"engagementRate": -0.0156
},
"g30": {
"avgViews": -0.0063,
"engagementRate": -0.0189
},
"g90": {
"avgViews": 0.0952,
"engagementRate": -0.1305
}
},
"recentShortsGrowth": {
"g7": {
"avgViews": 0.0342,
"engagementRate": 0.0002
},
"g30": {
"avgViews": 0.4128,
"engagementRate": -0.0281
},
"g90": {
"avgViews": 0.2758,
"engagementRate": -0.2429
}
}
},
"traceId": "3d69e43ce36749693badd422e38ccc28",
"timestamp": 1771887295991,
"errorCode": "",
"errorDescription": "",
"success": true
}