Search code examples
youtubeyoutube-api

Youtube kids api


Do youtube-kids provides search api that will only return you-tube kids video?

Can I use existing you-tube api to list/search the you-tube kids video? Youtube-kids app only provides content that is child-friendliness. Can I use existing api to list/search these content?


Solution

  • Googled around for quite a while and found nothing specific as to a filter or Search API that is for Youtube Kids only. In regards to the Youtube Search: list API, there is the safeSearch optional parameter that I think you can use instead. As per the docs:

    The safeSearch parameter indicates whether the search results should include restricted content as well as standard content.

    There are 3 possible values: moderate, none, and strict. I'd suggest the Education Feed but it's already been deprecated, and I think safeSearch is the one they use to replace it.