"Most Replayed" Data of Youtube Video via API

Viewed 687

Is there any way to extract the "Most Replayed" (aka Video Activity Graph) Data from a Youtube video via API?

What I'm referring to:

Image of Youtube Video with "Most Replayed" Data displayed

1 Answers

One more time YouTube Data API v3 doesn't provide a basic feature.

I recommend you to try out my open-source YouTube operational API. Indeed by fetching https://yt.lemnoslife.com/videos?part=mostReplayed&id=VIDEO_ID, you will get the most replayed graph values you are looking for in item["mostReplayed"]["heatMarkers"]["heatMarkerRenderer"]["heatMarkerIntensityScoreNormalized"].

The YouTube video NIJ5RiMAmNs is a good video to test this feature of my API because it has an heterogeneous most replayed graph.

Related