channel_details_v2
Retrieve detailed YouTube channel information including metadata, statistics, and content details by providing a channel ID or URL.
Instructions
Channel Details (v2)
Query Parameters:
channel_id (Required): Channel ID or URL e.g. UCJ5v_MCY6GNUBTO8-D3XoAg e.g. https://www.youtube.com/@WWE
hl: Example value: en
Responses:
200 (Success): Successful response
Content-Type:
application/json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel ID or URL e.g. UCJ5v_MCY6GNUBTO8-D3XoAg e.g. https://www.youtube.com/@WWE | |
| hl | No | Example value: en |
Input Schema (JSON Schema)
{
"properties": {
"channel_id": {
"description": "Channel ID or URL e.g. UCJ5v_MCY6GNUBTO8-D3XoAg e.g. https://www.youtube.com/@WWE",
"type": "string"
},
"hl": {
"description": "Example value: en",
"type": "string"
}
},
"required": [
"channel_id"
],
"type": "object"
}