get_channel_statistics
Retrieve detailed YouTube channel statistics including subscriber count, total views, and video count. Provide channel IDs to get comprehensive data.
Instructions
Gets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts.
Args: id: Comma-separated list of YouTube channel IDs. Channel IDs typically start with 'UC'. part: Comma-separated list of channel resource properties to include. Use 'statistics' for subscriber count. Default: 'statistics,snippet'.
Returns: Object with 'data' (channel stats), 'error' (if any), and 'successful' boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| part | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||