The YouTube channels can have lists of several "related" channels. For example, the Music channel has related Genre channels: Hip Hop, Pop, Rock, Country, etc.
Music Channel: http://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ
Related Channels to the Music Channel: http://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ/channels
I can retrieve a list of videos within a channel using the youtube.search.list
API and I can fetch data of specific channels using youtube.channels.list
API but I can't seem to find any API that gives me "other channels related to channel" like in the example above.
I'm pretty sure I took a look at all the APIs google is providing https://developers.google.com/apis-explorer/#p/youtube/v3/
Is there anyway I can fetch the data I need?