I am trying to find a way to graph out a youtube video's views with relation to time.
Something like this:getVideoViewHistory(video_id, start-date, end-date)
Response:
{["Date": "XXXX-XX-XX","Views": X,["Date": "XXXX-XX-XX","Views": X,....,]}Is there any way to do this using the Youtube v3 api? Maybe any other alternatives? Thanks for any help!
[EDIT]: Yes, I meant the Youtube Data v3 API, thanks!