Get Vimeo Videos data as JSON APIs in minutes without backend coding & server. Vimeo’s API supports flexible, high-quality video integration with your custom apps.
Make GET request on this endpoint to get all videos with required parameters(if any required).
https://v1.nocodeapi.com//vimeo//videos
Object | Description |
---|---|
user_id |
[Optional] The ID of the user. |
sort |
[Optional] likes, modified_time, plays, alphabetical, date, duration, last_user_action_event_date |
direction |
[Optional] asc or desc |
filter |
[Optional] app_only, embeddable, featured, playable |
filter_category |
[Optional] The category filter option. |
page |
[Optional] The page number of the results to show. |
perPage |
[Optional] The number of items to show on each page of results, up to a maximum of 100. |
Make GET request on this endpoint to single video info with required parameters(if any required).
https://v1.nocodeapi.com//vimeo//videoInfo
Object | Description |
---|---|
video_id |
[Required] Tvideo id |
Make GET request on this endpoint to search videos with required parameters(if any required).
https://v1.nocodeapi.com//vimeo//search
Object | Description |
---|---|
q |
[Required] The search query. |
sort |
[Optional] alphabetical, comments, date, duration, likes, plays, relevant |
direction |
[Optional] asc or descl |
filter |
[Optional] categories, duration, in-progress, minimum_likes, trending, upload_date, CC, CC-BY, CC-BY-NC, CC-BY-NC-ND, CC-BY-NC-SA, CC-BY-ND, CC-BY-SA, CC0 |
page |
[Optional] The page number of the results to show. |
perPage |
[Optional] The number of items to show on each page of results, up to a maximum of 100. |
Make GET request on this endpoint to channel videos with required parameters(if any required).
https://v1.nocodeapi.com//vimeo//channelVideos
Object | Description |
---|---|
channel_id |
[Required] channel id |
sort |
[Optional] added, alphabetical, comments, date, duration, likes, manual, modified_time, plays |
direction |
[Optional] asc or desc |
filter |
[Optional] app_only, embeddable, featured, playable |
page |
[Optional] The page number of the results to show. |
perPage |
[Optional] The number of items to show on each page of results, up to a maximum of 100. |
Make GET request on this endpoint to showcase videos with required parameters(if any required).
https://v1.nocodeapi.com//vimeo//showcaseVideos
Object | Description |
---|---|
album_id |
[Required] Album/Showcase id |
user_id |
[Optional] user id if you want a perticular user album videos |
sort |
[Optional] alphabetical, comments, date, duration, likes, manual, modified_time, plays |
direction |
[Optional] asc or desc |
filter |
[Optional] app_only, embeddable, featured, playable |
page |
[Optional] The page number of the results to show. |
perPage |
[Optional] The number of items to show on each page of results, up to a maximum of 100. |