Get all Videos Related to a Specific Video
Learn how to get all related videos to a video using the Vimeo API.
We'll cover the following
Overview
In this lesson, we'll see how to fetch videos related to a specific video. The following endpoint is used to perform this task:
- We use the
{base_url}/videos/{video_id}/videos
endpoint to retrieve videos related to a specific video.
The {base_url}/videos/{video_id}/videos
endpoint takes the unique ID of a video as a path parameter and returns videos related to it.
Request parameters
This endpoint requires one path parameter, video_id
, and some query parameters. Let's see those query parameters in the table below:
Get hands-on with 1400+ tech skills courses.