Retrieving up to 1k channels in a single request
Learn how to efficiently fetch data for multiple YouTube channels using the Poix.io API batch request endpoint.
In this example, we will show how to retrieve data for multiple YouTube channels using the Poix.io API batch request endpoint. The batch request endpoint allows you to fetch data for up to 1,000 channels in a single request. This can be useful when you need to retrieve data for multiple channels at once, such as when building a dashboard or analytics tool. Often can be used after requestiong search results or popular videos.
Request examples
In this request, we are fetching data for the YouTube channel with the ID UCuAXFkgsw1L7xaCfnd5JJOw
. You can provide multiple channel IDs in the ids
array.
Response example
In this response, we are fetching data for the YouTube channel with the ID UCuAXFkgsw1L7xaCfnd5JJOw
. The response includes information such as the channel title, description, keywords, country, custom URL, published date, thumbnails, view count, subscriber count, video count, topic IDs, topic categories, related playlists, privacy status, and more.
Get more details about this API endpoint in the Get batch channels documentation.