Get all Videos Related to a Specific Video

Learn how to get all related videos to a video using the Vimeo API.

In this lesson, we'll see how to fetch videos related to a specific video. We use the {base_url}/videos/{videoID}/videos endpoint to retrieve videos related to a specific video.

Fetch related videos

The {base_url}/videos/{videoID}/videos endpoint takes the unique ID of a video as a path parameter and returns videos related to it.

Request parameters

This endpoint takes one required path parameter, videoID , and some query parameters. Let's see those query parameters in the table below:

Get hands-on with 1200+ tech skills courses.