We are planning to show a list of videos from our youtube channel on the website. I have checked the V3 API and it works fine. I followed the solution specified on this question.
The problem is how to browse through the list of videos uploaded over the years. The API will return a max 50 items on a single request. I want to give users a "Load More" link so that they can request the next batch (say next 50) of videos, in descending order of date uploaded (newest first). I couldn't find any parameters like page number or skip on the allowed list of parameters on the API call.