VidMetricsLab API allows you to retrieve detailed YouTube channel analytics including general stats, historical growth, daily changes, and social media links.
Every API request must include your personal API key in the request header:
Header: X-API-KEY: your_api_key_here
GET https://api.vidmetricslab.com/v1/channel/{channel_id}
curl -H "X-API-KEY: your_api_key_here" https://api.vidmetricslab.com/v1/channel/UCY1kMZp36IQSyNx_9h4mpCg
curl -H "X-API-KEY: your_api_key_here" https://api.vidmetricslab.com/v1/channel/@markrober
Returns a JSON object with detailed statistics about the specified YouTube channel.
401 Unauthorized
– Missing or invalid API key.403 Forbidden
– Request limit exceeded.404 Not Found
– Channel not found.Free accounts are limited to:
For higher limits or commercial access, please contact us at [email protected].