How can i retrieve a list of channels name ?
so for example :
( i'm searching for "abcde" ) so , if i type "ab" ,the link given below should give me the JSON with the channels name list : ex.
-abc
-abbe
-abcd
-abcde
https://www.googleapis.com/youtube/v3/..../search=ab
i only found this https://www.googleapis.com/youtube/v3/channels?part=contentDetails&forUsername=USERNAMEUSER&key={API_KEY}