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:/
Following method to fetch YouTube title, description and tags
First of all create Google API key
https://console.cloud.google.com/home/dashboard
go to credentials - create API key
https://console.cloud.google.com/apis/credentials?folder=&organizationId=&project=
enable YouTube API
https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=
download postman software to POST data on google server YouTube API
https://www.googleapis.com/youtube/v3/videos?key=your-key&fields=items(snippet(title,description,tags))&part=snippet&id=youtube-id