curl --request GET \
--url 'https://api.keyapi.ai/v1/youtube/search_channel?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw&search_query=AMD&language_code=en&country_code=US' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"channel_id": "UCXuqSBlHAE6Xw-yeJA0Tunw",
"number_of_videos": 0,
"query": "AMD",
"country": "US",
"lang": "en",
"timezone": "America/New_York",
"continuation_token": null,
"videos": []
},
"requestId": "4c1bd52a-350a-48fc-a3b8-ba3709759fdb"
}Search for channels.
curl --request GET \
--url 'https://api.keyapi.ai/v1/youtube/search_channel?channel_id=UCXuqSBlHAE6Xw-yeJA0Tunw&search_query=AMD&language_code=en&country_code=US' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"channel_id": "UCXuqSBlHAE6Xw-yeJA0Tunw",
"number_of_videos": 0,
"query": "AMD",
"country": "US",
"lang": "en",
"timezone": "America/New_York",
"continuation_token": null,
"videos": []
},
"requestId": "4c1bd52a-350a-48fc-a3b8-ba3709759fdb"
}π€ Why Code When AI Can Do It For You?
Stop writing code like itβs 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Channel ID
"UCXuqSBlHAE6Xw-yeJA0Tunw"
Search keyword
"AMD"
Language code, default: en
Country code, default: US
Used for paginated retrieval of more results. Default: None
The response is of type object.