I would like to use youtube api to get the number of views per user.
I looked at the youtube api page, but I couldn't find the number of views per user among the sample code and the items I could get. Please let me know if there is any way I can get it.
youtube-data-api
If it's the number of views per channel, not the user, I think I can get it at the following URL:
https://www.googleapis.com/youtube/v3/channels?part=brandingSettings,statistics,snippet&id={Channel ID}&key={API Key}
References are as follows:
https://developers.google.com/youtube/v3/docs/channels?hl=ja
© 2024 OneMinuteCode. All rights reserved.