Fetching up to 1k videos details per request
Discover how to obtain detailed information for multiple videos in a single request.
Let’s explore how to fetch detailed information for multiple YouTube videos in a single request using the Poix.io API batch request endpoint. This feature allows you to retrieve data for up to 1,000 videos at once, which can be useful when you need to fetch data for multiple videos simultaneously.
Request examples
In this request, we are fetching data for the YouTube video with the ID dQw4w9WgXcQ
. You can provide up to 1k video IDs in the ids
array to fetch data for multiple videos.
Response example
In the response, you will find detailed information for the video with the ID dQw4w9WgXcQ
. The response includes the video’s title, description, published date, channel ID, view count, like count, comment count, and more.
Get more details about this API endpoint in the Get batch videos documentation.