Triangle pointing up
Reference

Video Details

Get details of a YouTube video.

GET/video/{id}
Authorization<token>

Use the format: Api-Key <token> as the value.

In: header

Path Parameters

idstring

A unique YouTube video identifier

Match^([a-zA-Z0-9-_]{11}$)

Response Body

{
  "ids": [
    "SVeXR66hcIg"
  ],
  "time": "string",
  "items": [
    {
      "id": "SVeXR66hcIg",
      "kind": "video",
      "snippet": {
        "categoryId": "string",
        "channelId": "UChn5jutPQB_bRjnG80pzl5w",
        "channelTitle": "string",
        "defaultAudioLanguage": "string",
        "defaultLanguage": "string",
        "description": "string",
        "isLiveBroadcast": true,
        "publishedAt": "string",
        "thumbnails": {
          "default": {
            "url": "string",
            "width": 0,
            "height": 0
          },
          "medium": {
            "url": "string",
            "width": 0,
            "height": 0
          },
          "high": {
            "url": "string",
            "width": 0,
            "height": 0
          }
        },
        "title": "string",
        "duration": 0
      },
      "statistics": {
        "commentCount": 0,
        "likeCount": 0,
        "viewCount": 0
      }
    }
  ]
}
{
  "error": {
    "errors": [
      {
        "code": "string",
        "validation": "string",
        "message": "string",
        "path": [
          "string"
        ]
      }
    ]
  },
  "status": "string"
}
{
  "error": {
    "message": "string"
  },
  "status": "string"
}
{
  "error": {
    "message": "string"
  },
  "status": "string"
}
{
  "error": {
    "message": "string",
    "rateLimit": {
      "limit": -9007199254740991,
      "current": -9007199254740991,
      "remaining": -9007199254740991,
      "resetTime": "2019-08-24T14:15:22Z"
    }
  },
  "status": "string"
}