Could you please help me in a Youtube API 3 PHP Script.
I used this URL in my PHP script to fetch details of a particular video from youtube:
https://www.googleapis.com/youtube/v3/videos?id=$VideoID&part=snippet%2Cstatistics&key=$YoutubeApiKey
This works fine. My Question is Which URL to use to fetch Title, Description and Thumbnail image of the first 25 videos for a particular keyword.
I read youtube api documentation, but I could not figure out. Highly appreciate your help.