I want to retrieve the tags for a specific YouTube video using v3 of the YouTube API.
I\'m able to retrieve a video with this request to the search endpoint, https:/
According to https://developers.google.com/youtube/v3/docs/videos/list it appears that the latest version of the YouTube API now returns tags:
https://www.googleapis.com/youtube/v3/videos?key={API-key}&fields=items(snippet(title,description,tags))&part=snippet&id={video_id}