Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 505
Ritesh Kumar Gupta Avatar asked Feb 08 '26 03:02

Ritesh Kumar Gupta


1 Answers

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.

like image 77
AL. Avatar answered Feb 12 '26 06:02

AL.