Search code examples
vimeovimeo-api

Random video list from Vimeo


I am creating a Vimeo HTML5 app for digital TV box. When user open the app, he/she should be able to see a list of random videos from Vimeo without logging into the vimeo account.

How can I achieve this?

The second thing is that I want to call vimeo api without authentication .

Is there anyway to that?


Solution

  • Random videos are not supported, but you could make it pseudo random. Dig through the endpoint documentation: https://developer.vimeo.com/api/endpoints. There are a lot of ways to get videos. Search, channels, albums, groups etc.

    You can make unauthenticated requests by generating an unauthenticated access token once, and using it for all of your requests: https://developer.vimeo.com/api/authentication#unauthenticated-requests