I wanted to fetch the youtube shorts views count and youtube public view count to check the monetization status of my youtube account.
Normal views metrics in youtube API return views on all videos including unlisted ones. Could not find any filters for public views.
Could not find anything for youtube shorts in the docs.
Screenshot of the similar data in youtube studio.
Is it possible to fetch these data?
Tried fetching the views on each video and identify shorts and public videos from it. But I couldn't find anything to differentiate between shorts and a normal video. Same for public /unlisted videos.