Channel Info
GET {{baseUrl}}/v1/raw/youtube/channel-info?url=<string>
Returns details about the YouTube channel.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
url | string | (Required) YouTube url to channel's page, i.e. https://www.youtube.com/@{channelName} |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"channel_info":{"channel_id":"\u003cstring\u003e","custom_url":"\u003cstring\u003e","username":"\u003cstring\u003e","is_removed":"\u003cboolean\u003e","is_hidden":"\u003cboolean\u003e","is_verified":"\u003cboolean\u003e","fullname":"\u003cstring\u003e","picture":"\u003cstring\u003e","description":"\u003cstring\u003e","country":"\u003cstring\u003e","followers":"\u003cnumber\u003e","joined_at":"\u003cstring\u003e","total_views":"\u003cnumber\u003e","links":["\u003cstring\u003e","\u003cstring\u003e"],"handle":"\u003cstring\u003e"}}