If you are having a problem or need help with Vimeo, please use our Help Center.
Community Forums / API / New Feature: Full Info in Video Lists
- Be nice: Even if you disagree with someone, you need to keep your tone civil and reasonable.
- Keep on topic: Please keep discussions relevant to each topic and avoid multiple topic posts.
- Don't Spam: Show restraint with your posting frequency. We're all doing cool stuff on Vimeo, but if we post about it too much, it can be distracting.
- Respect the Staff: The entire Community Staff were users once, just like you. We try very hard to answer everyone's questions, so please be cool.
- Still have questions? Watch this tutorial.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Also, that object now also have 3 thumbnails: small, medium and large. Specifically scaled to the widths of 96, 200 and 460.
The problem was that when you got a list of videos, by user, by search or whatever we would show you the name, id, privacy status and just a little extra information. So if you needed a list of videos and needed some more information or a thumbnail, you'd have to make a bunch of extra calls. You no longer need to do that anymore.
Have fun!
Also, is it possible to search by views, date added, etc. vs relevance?
There are no other ways of searching at this point.
length of video in fullResponse
and
ability to request comments starting from a specific index or page (eg. 11th to 20th comments)
then the api would be pretty much perfect
It's based on pages, so specify that you want "page=2"
-Ted
number of comments returned = per_page * page
So for example, if I call the function in the sandbox with:
video_id = 156783
per_page = 3
page = 8
shouldn't I receive just 3 comments from page 8: the 22nd-24th comments? Instead I get 24 comments, with some arbitrary start index.
Or am I not interpreting correctly what "page" and "per_page" parameters are supposed to do?