I'm looking for a way to be aware when one video in my YouTube channel is trending, even from last year. I saw YouTube has 3 types of webhooks for when a video is uploaded, the title is updated and the description is the updated.
From the doc there is the /trending api, which returns the top trending video for a specific country (regionCode) and video category. Couldn't find anything interesting neither in Channel section.
Do you know any method that I'm missing? Any idea would be appreciated!
I don't think that's possible.
However, you can:
Sample call to the playlistitems:list
endpoint for obtain the items on the "trending now" playlist.