Youtube Related Videos using Youtube V3 API
Asked Answered
J

2

43

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?

https://developers.google.com/youtube/v3/docs/

Jilly answered 1/11, 2013 at 11:34 Comment(0)
E
72

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}
Esquimau answered 1/11, 2013 at 17:32 Comment(3)
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 channelRodgerrodgers
B
0

Just an Update to this answer -> Youtube don't provide this api from 7th AUG 2023.

Barbican answered 21/11, 2023 at 20:2 Comment(3)
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#parametersIndochina
here a link @Calchas developers.google.com/youtube/v3/…Cressy

© 2022 - 2024 — McMap. All rights reserved.