Noriaki Takamizawa
Noriaki Takamizawa

Reputation: 1049

How can I possibly retrieve copyright issue from Youtube api?

I try to take some Youtube video information by using Youtube data:api. Particularly, I'd like to know how to retrieve information of copyright piracy. I checked the reference below. But I can't figure out how. https://developers.google.com/youtube/v3/

Does anyone know that?

Upvotes: 3

Views: 2975

Answers (1)

Benjamin BALET
Benjamin BALET

Reputation: 969

See this article for more details, but you can get a lot of information about a video, for example:

"contentDetails": { ... "licensedContent": boolean, ...

According to the doc, this field:

Indicates whether the video represents licensed content, which means that the content has been claimed by a YouTube content partner.

Upvotes: 3

Related Questions