Question

I try to list down my video using the Vimeo simple-api/gallery. The vimeo API works it list down the 20 videos but until I upload the 6 new latest video on that channel. The 6 videos not showing up. It must be 26 videos.

Was it helpful?

Solution

By default you will only see 20 items per page.

If you are using the Simple API you can not increase this, you must request the next page (you can read more here: https://developer.vimeo.com/apis/simple#limits).

If you are using the Advanced API you can increase this with the "per_page" parameter (you can try it here: https://developer.vimeo.com/apis/advanced/methods/vimeo.videos.getUploaded/playground).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top