Get channels details
Get details for channels by their IDs, handle, or username.
curl --request GET \
--url https://api.poix.io/channels \
--header 'Authorization: Bearer <token>'
{
"totalResults": 1,
"data": [
{
"id": "UCuAXFkgsw1L7xaCfnd5JJOw",
"title": "Rick Astley",
"description": "'Free' Remaster out now!",
"keywords": "Official Rick Astley \"rick astley\" \"never gonna give you up\" \"the best of me\" \"best of me\" \"together forever\" \"cry for help\" \"beautiful life\" \"official video\" \"official audio\" rickroll rickrolled \"rick roll\" \"rick asltey\" \"give up\" meme",
"unsubscribedTrailer": "mIHHfNVfhPk",
"country": "GB",
"customUrl": "@rickastleyyt",
"publishedAt": "2015-02-01T16:32:30Z",
"thumbnails": {
"default": {
"url": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s88-c-k-c0x00ffffff-no-rj",
"width": 88,
"height": 88
},
"medium": {
"url": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s240-c-k-c0x00ffffff-no-rj",
"width": 240,
"height": 240
},
"high": {
"url": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s800-c-k-c0x00ffffff-no-rj",
"width": 800,
"height": 800
}
},
"viewCount": "2100929381",
"subscriberCount": "4160000",
"hiddenSubscriberCount": false,
"videoCount": "265",
"topicIds": [
"/m/04rlf",
"/m/0gywn",
"/m/06by7",
"/m/064t9"
],
"topicCategories": [
"https://en.wikipedia.org/wiki/Music",
"https://en.wikipedia.org/wiki/Soul_music",
"https://en.wikipedia.org/wiki/Rock_music",
"https://en.wikipedia.org/wiki/Pop_music"
],
"relatedPlaylists": {
"likes": "",
"uploads": "UUuAXFkgsw1L7xaCfnd5JJOw"
},
"privacyStatus": "public",
"isLinked": true,
"longUploadsStatus": "longUploadsUnspecified",
"madeForKids": false,
"bannerExternalUrl": "https://yt3.googleusercontent.com/KBtTGhBjiM4CD9oUrQke85BALlD1Tt-QFh_AQqzJIQJXFUQt1mtS6jJjIJkQDEbphga9O1Kt",
"thumbnailUrl": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s240-c-k-c0x00ffffff-no-rj"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
An array of channel IDs to retrieve data for. Each ID should be a valid channel ID.
The unique channel handle of the channel for which you want to retrieve data.
The unique channel username of the channel for which you want to retrieve data. This is the legacy username format.
The language to retrieve localized data in. If not specified, the default language will be used.
en
, es
, de
, fr
, ja
, pt
, tr
, it
, fa
, nl
, af
, am
, ar
, as
, az
, be
, bg
, bn
, bs
, ca
, cs
, da
, el
, en-GB
, en-IN
, es-419
, es-US
, et
, eu
, fi
, fil
, fr-CA
, gl
, gu
, hi
, hr
, hu
, hy
, id
, is
, iw
, ka
, kk
, km
, kn
, ko
, ky
, lo
, lt
, lv
, mk
, ml
, mn
, mr
, ms
, my
, no
, ne
, or
, pa
, pl
, pt-PT
, ro
, ru
, si
, sk
, sl
, sq
, sr-Latn
, sr
, sv
, sw
, ta
, te
, th
, uk
, ur
, uz
, vi
, zh-CN
, zh-HK
, zh-TW
, zu
An array of fields to include in the response. If not provided, all fields will be returned.
Response
Total number of channels returned
Array of channel objects
The unique identifier for the YouTube channel
The channel's title
The channel's description
Comma-separated keywords associated with the channel
The ID of the channel's trailer video for unsubscribed viewers
The country where the channel is based
The custom URL of the channel, if set
The date and time when the channel was created (ISO 8601 format)
The number of times the channel has been viewed
The number of subscribers the channel has
Indicates if the channel's subscriber count is publicly visible
The number of public videos uploaded to the channel
A list of topic IDs associated with the channel
A list of topic categories associated with the channel
The privacy status of the channel (e.g., "public", "private", "unlisted")
Indicates if the channel is linked to either a YouTube content owner or a YouTube user
The status of the channel for featuring longer videos
Indicates if the channel is designated as child-directed and complies with the Children's Online Privacy Protection Act (COPPA)
The URL of the banner image shown on the channel page on desktop
The URL of the channel's thumbnail image
An object containing thumbnail images for the channel in different sizes
curl --request GET \
--url https://api.poix.io/channels \
--header 'Authorization: Bearer <token>'
{
"totalResults": 1,
"data": [
{
"id": "UCuAXFkgsw1L7xaCfnd5JJOw",
"title": "Rick Astley",
"description": "'Free' Remaster out now!",
"keywords": "Official Rick Astley \"rick astley\" \"never gonna give you up\" \"the best of me\" \"best of me\" \"together forever\" \"cry for help\" \"beautiful life\" \"official video\" \"official audio\" rickroll rickrolled \"rick roll\" \"rick asltey\" \"give up\" meme",
"unsubscribedTrailer": "mIHHfNVfhPk",
"country": "GB",
"customUrl": "@rickastleyyt",
"publishedAt": "2015-02-01T16:32:30Z",
"thumbnails": {
"default": {
"url": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s88-c-k-c0x00ffffff-no-rj",
"width": 88,
"height": 88
},
"medium": {
"url": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s240-c-k-c0x00ffffff-no-rj",
"width": 240,
"height": 240
},
"high": {
"url": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s800-c-k-c0x00ffffff-no-rj",
"width": 800,
"height": 800
}
},
"viewCount": "2100929381",
"subscriberCount": "4160000",
"hiddenSubscriberCount": false,
"videoCount": "265",
"topicIds": [
"/m/04rlf",
"/m/0gywn",
"/m/06by7",
"/m/064t9"
],
"topicCategories": [
"https://en.wikipedia.org/wiki/Music",
"https://en.wikipedia.org/wiki/Soul_music",
"https://en.wikipedia.org/wiki/Rock_music",
"https://en.wikipedia.org/wiki/Pop_music"
],
"relatedPlaylists": {
"likes": "",
"uploads": "UUuAXFkgsw1L7xaCfnd5JJOw"
},
"privacyStatus": "public",
"isLinked": true,
"longUploadsStatus": "longUploadsUnspecified",
"madeForKids": false,
"bannerExternalUrl": "https://yt3.googleusercontent.com/KBtTGhBjiM4CD9oUrQke85BALlD1Tt-QFh_AQqzJIQJXFUQt1mtS6jJjIJkQDEbphga9O1Kt",
"thumbnailUrl": "https://yt3.ggpht.com/coJBIm7rugfAkdb9_cw5Lry2NDnfSYDjL5MBu_R2st_YCLsZtDxYu28h2EAJzPfY8qudaF8U=s240-c-k-c0x00ffffff-no-rj"
}
]
}