Jows
Jows

Reputation: 897

Vimeo Using API

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.

Upvotes: 1

Views: 599

Answers (1)

Dashron
Dashron

Reputation: 3998

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).

Upvotes: 1

Related Questions