v1
latestOpenAPI 3.0.22026-07-1332837755.1 KBAlbums\Album videos
Get all the videos in an album
This method gets all the videos from the specified album.
get/me/albums/{album_id}/videos
Path parameters
album_idnumber required
Example:3706071
The ID of the album.
Query parameters
containing_uristring
Example:/videos/258684937
The page containing the video URI.
direction'asc' | 'desc'
Example:asc
The sort direction of the results.
filter'embeddable'
The attribute by which to filter the results.
filter_embeddableboolean
Example:true
Whether to filter the results by embeddable videos (true) or non-embeddable videos (false). Required only if filter is embeddable.
pagenumber
Example:1
The page number of the results to show.
passwordstring
Example:hunter1
The password of the album.
per_pagenumber
Example:10
The number of items to show on each page of results, up to a maximum of 100.
querystring
Example:Stop motion
The search query to use to filter the results.
sort'alphabetical' | 'comments' | 'date' | 'default' | 'duration' | 'likes' | 'manual' | 'modified_time' | 'plays'
The way to sort the results.
weak_searchboolean
Whether to include private videos in the search. Please note that a separate search service provides this functionality. The service performs a partial text search on the video's name.
Response
The videos were returned.