Ritesh Kumar Gupta
Ritesh Kumar Gupta

Reputation: 5191

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?

Upvotes: 3

Views: 3958

Answers (2)

AL.
AL.

Reputation: 37798

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.

Upvotes: 5

johnh10
johnh10

Reputation: 4185

Try using the safeSearch parameter as 'strict'. This is most likely what YouTube Kids uses.

Upvotes: 4

Related Questions