You can use the 'list' API call to get details about an individual video, through this url:
GET https://www.googleapis.com/youtube/v3/videos
It accepts an "id" parameter that takes in the video id you want info about, and it returns a Video resource that includes any info you specify in the "part" parameter that you want to receive.