GET categories/{category}/videos

vimeo.com

Summary: Get all the videos in a category
Operation ID: get_category_videos
Auth: unknown

Parameters (8)

category (string, path, required)

The name of the category.

direction (string, query, optional)

The sort direction of the results.

Constraints: {'enum': ['asc', 'desc']}

filter (string, query, optional)

The attribute by which to filter the results. Option descriptions: * `conditional_featured` - Featured (promoted) videos

Constraints: {'enum': ['conditional_featured', 'embeddable']}

filter_embeddable (boolean, query, optional)

Whether to filter the results by embeddable videos (`true`) or non-embeddable videos (`false`). Required only if **filter** is `embeddable`.

page (number, query, optional)

The page number of the results to show.

per_page (number, query, optional)

The number of items to show on each page of results, up to a maximum of 100.

query (string, query, optional)

The search query to use to filter the results.

sort (string, query, optional)

The way to sort the results.

Constraints: {'enum': ['alphabetical', 'comments', 'date', 'duration', 'featured', 'likes', 'plays', 'relevant']}

No probe data for this endpoint yet.