Basic Fetching Tutorial

Example to get votes of a given YouTube video ID: kxOuG8jMIgI

Example Request:

Headers:
Accept: text/html,application/xhtml+xml,application/xml;q=0.9
Pragma: no-cache
Cache-Control: no-cache
Connection: keep-alive
Response:
{
 "id": "kxOuG8jMIgI",
 "dateCreated": "2021-12-20T12:25:54.418014Z",
 "likes": 27326,
 "dislikes": 498153,
 "rating": 1.212014408444885,
 "viewCount": 3149885,
 "deleted": false
}