I'm currently working on a website, and I would like to add automatically the most recent video uploaded on my vimeo account. I found out that I have to use in a first place, an API, but I don't know any API which can do that. So I came up with this idea :
1 - First, connect to my vimeo account with php or javascript etc... from my website in the case to end up to the management page.
2 - Get the HTML with the DOM, I found the ID of the video in the url of the videos.
3 - Create a function that replace automatically the ID of the URL in the from the video that vimeo gives you on my website.
The code that vimeo gives you :
<iframe src="https://player.vimeo.com/video/563338183?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:40%;height:40%;" title="HIEBEL_GRAND VITRAIL_0621_57400"></iframe><script src="https://player.vimeo.com/api/player.js"></script>
The URL of a video from vimeo :
https://vimeo.com/manage/videos/123456789/1234a56789
To get there, I have to be connected.
The connection pop-up :

I found some Jquery function on the web, but I think that it's not for what I'm looking for :
jQuery(function($){
$('#result').load('https://vimeo.com/fr/');
});
If you guys have a solution, I'll be very grateful
authorisation accesstoken- though for you this might not be applicable as all you need to run the query is your userId number in the url.