1[STEP 1] Go to Youtube API : which is shows direct result just doing one time Authentication with google.
2In “Try this API” section make sure this fields are there,
3part : snippet
4id : TTc6Rk0pblU // Enter youtube video ID
5Done, now click on "Execute" button
6
7//You can find publish date under Youtube API on below path :
8items --> snippet --> publishedAt
9
10//You can find it under Youtube API on below path
11items --> snippet --> channelId
12
13//You can find it under Youtube API on below path
14items --> snippet --> title
15
16//You can find it under Youtube API on below path :
17items --> snippet --> description
18
19//You can find it under Youtube API on below path
20items --> snippet --> thumbnails
21