I'd like to get the number of views for each user on YouTube.

Asked 1 years ago, Updated 1 years ago, 68 views

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

2022-09-30 21:31

1 Answers

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


2022-09-30 21:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.