Api YouTube question

How do I add a search term to a link? https://youtube.googleapis.com/youtube/v3/search?maxResults=10&key=KEY
what would have turned out something like this. so that the search query is displayed in the link


I’m confused about the docs …
YouTube Data API Overview  |  Google Developers

1 Like

I think this extension helps you

2 Likes

not quite … thumbnails and video title are not displayed

Use Webviewer

And Then Run Javascript To Get The Data In Json Format

Btw What Data You Want ?

Try like this, once you got global response you could use dictionary blocks to get specific data

it can’t work like that. it was an example of what I want. I can’t figure out how to show the request in the link

If you wish post your aia to check it

since the aia contains my key, I sent the file to you in a private message

Here you go, problem solved via pm. Used image utilities to load images

1 Like

as the extension turned out to be useless, and no one could tell how to get the video ID. my question is still open. how to get video title and search query via api?
I ask how to get thumbnails of the video.
I also know the video id on the api

I don’t know how to get the name
I don’t know how to insert a search query in the api link

the topic is closed. I found a solution in api. I understood how to get the channel name, video description, thumbnail resolution, etc. through the api

1 Like

what about providing a screenshot of your relevant blocks of the solution?
Taifun

The request looks like this. the blocks also contain a second api that downloads the video. therefore I do not post. prohibited here)

https://console.cloud.google.com/apis/library/browse?project=linen-centaur&q=youtube%20data%20api%20v3

https://www.googleapis.com/youtube/v3/search?maxResults=10&part=snippet&q=Venom&type=video&key=

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.