I need the API URL for Youtube Related Videos using the Youtube V3 API. But I couldn't find the direct API call, like it is in Version 2. Did I miss something?
Youtube Related Videos using Youtube V3 API
Asked Answered
Are you trying to find videos related to a video?
You can use search->list call for this with specifying the "relatedToVideoId"
And for anyone looking for a coded example:
GET https://www.googleapis.com/youtube/v3/search?part=snippet&relatedToVideoId=5rOiW_xY-kc&type=video&key={YOUR_API_KEY}
That worked. Didn't check it before. Thanks for that. Appreciate it. –
Jilly
can you suggest me that how to get Related keywords suggestion by using API V3? –
Bevvy
Hi, can you give me suggested/related videos only from particular channel –
Rodgerrodgers
Just an Update to this answer -> Youtube don't provide this api from 7th AUG 2023.
Hi, can you expand with a link? –
Calchas
well, I just looked at the api reference for search and this option was not there anymore. developers.google.com/youtube/v3/docs/search/list#parameters –
Indochina
here a link @Calchas developers.google.com/youtube/v3/… –
Cressy
© 2022 - 2024 — McMap. All rights reserved.