Overview
The Vimeo API Suite offers multiple types of APIs, each designed for specific data collection needs from Vimeo. Below is an overview of how these APIs connect and interact, based on the available features:Posts API
Collect by URL
This API allows users to collect detailed information about a specific Vimeo video using the provided video URL. Input ParametersThe URL of the Vimeo video.
Includes comprehensive data points:
-
Video Details
video_id
,title
,url
,video_url
,video_length
,description
,data_posted
,transcript
.For all data points, click here.
-
Engagement & Metrics
views
,likes
,comments
,collections
. -
Uploader Details
uploader
,uploader_url
,uploader_id
,avatar_img_uploader
. -
Video Media & Content
preview_image
,related_videos
,music_track
. -
License & Quality
license
,license_info
,video_quality
. -
Dimensions
height
,width
.
Discover by URL
This API allows users to discover Vimeo videos based on a specific URL and associated keywords, providing detailed video information and insights. Input ParametersThe URL of the Vimeo post.
The keyword to search for within the video’s content.
The number of pages of results to collect.
Includes comprehensive data points:
-
Video Details
video_id
,title
,url
,video_url
,video_length
,description
,data_posted
,transcript
.For all data points, click here.
-
Engagement & Metrics
views
,likes
,comments
,collections
. -
Uploader Details
uploader
,uploader_url
,uploader_id
,avatar_img_uploader
. -
Video Media & Content
preview_image
,related_videos
,music_track
. -
License & Quality
license
,license_info
,video_quality
. -
Dimensions
height
,width
.
Discover by Keywords and License
This API allows users to discover Vimeo videos based on specific keywords and license types, providing detailed video information and insights. Input ParametersThe keyword to search for in the video content.
The license type to filter the videos by (e.g., Creative Commons, Standard License).
The number of pages of results to collect.
Includes comprehensive data points:
-
Video Details
video_id
,title
,url
,video_url
,video_length
,description
,data_posted
,transcript
.For all data points, click here.
-
Engagement & Metrics
views
,likes
,comments
,collections
. -
Uploader Details
uploader
,uploader_url
,uploader_id
,avatar_img_uploader
. -
Video Media & Content
preview_image
,related_videos
,music_track
. -
License & Quality
license
,license_info
,video_quality
. -
Dimensions
height
,width
.