I am trying to search video by youtube search api- https://www.googleapis.com/youtube/v3/search.
In Order to execute the api I am entering part parameter value as snippet. But by this I am getting limited video information.
I need the like, dislike and viewer count.
Api doesn't allow me user another kind of part value like snippet,statistics,contentDetails etc.
Please tell me how Can I get all information regarding the video in youtube search api.