Search code examples
vimeovimeo-api

Vimeo API v3: Get videos by Album id


In v2 we had the api endpoint: vimeo.albums.getVideos where you could specify a particular album id to get its videos.

In v3 I do not see an equivalent, only the https://api.vimeo.com/me/albums/{album_id} which is only for the logged in user.

Am I looking past it, or has the album by id been removed? (I am still collecting info for specs so not yet able to experiment with things like /album/{album_id})

TIA


Solution

  • Have the code set up to where I can actually try it now, and yes:

    https://api.vimeo.com/albums/<album_id>/videos
    

    works fine, although undocumented. Hopefully that's just an omission & there's no plans to remove it.