{
  "openapi": "3.0.0",
  "info": {
    "title": "YouTube Video Details API (V1)",
    "version": "1.0.0",
    "description": "Get YouTube video Details data, including its title, description, and view counts, for tracking video engagement and statistics, extracting video metadata for content analysis, and verifying video availability and status."
  },
  "paths": {
    "/api/youtube/get-video-detail/v1": {
      "get": {
        "tags": [
          "YouTube"
        ],
        "summary": "Video Details",
        "description": "Get YouTube video Details data, including its title, description, and view counts, for tracking video engagement and statistics, extracting video metadata for content analysis, and verifying video availability and status.",
        "operationId": "getVideoDetailV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for this API service.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "videoId",
            "in": "query",
            "description": "The unique identifier for a YouTube video.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {
                "example": {
                  "code": 0,
                  "data": {
                    "responseContext": {
                      "visitorData": "CgtYaXBGakpQWUFIUSjwpLvNBjIKCgJQSxIEGgAgKWLfAgrcAjE2LllUPUJxNE1ITXFVRkNwR3lEdS1KSFpyeFMtNmE2MnY5WFNPcUVLQXAwR0dwTWdqTVhYM2V3NmtrYkdYMHQ4eElpY1pwaTJNWjBLWVlONmlYUm04X1ZEMVFXc2J0RC0tTWlwT0RDLXd4ajF1UTVSaG5MX1d4YnFkRlhaOTUyRlVDOUZ6b3Z5OTBROUE1UUZGQWxSTkhMdmtiN09hdnhvZ2Z0SThUTW5BWV82M284dzNLX1gyRzdwY1V6OHhFOW5mdTVxSURaajRWdF9TMGp0eHFDNXdGc25uZkpkZlBYMmdaY0JpSngyV2kxUzZsNGhTZ2FIZHg5VlFYSkN4ZGtMcHdKT0Y2dkxGWFNISGVfRWplb0lWbVNtMUU4X3puOXZoR2J0VVA4N3R0LXpBSnBvNDVxbnNUWnpUS1BpVVBPTTN2NTFUYkd5cFU2U0ZESGJHdXA0ZUxFUnV3Zw%3D%3D",
                      "serviceTrackingParams": [
                        {
                          "service": "ECATCHER",
                          "params": [
                            {
                              "key": "client.version",
                              "value": "1.60"
                            },
                            {
                              "key": "client.name",
                              "value": "ANDROID_VR"
                            }
                          ]
                        }
                      ],
                      "maxAgeSeconds": 0,
                      "rolloutToken": "CKyD1LTi07HIlAEQ25CslP2SkwMY25CslP2SkwM%3D"
                    },
                    "playabilityStatus": {
                      "status": "ERROR",
                      "reason": "This video is unavailable",
                      "contextParams": "Q0FBU0FnZ0E="
                    },
                    "trackingParams": "CAAQu2kiEwi8jqyU_ZKTAxWvxQsFHQpMFZ_KAQRGPVEy"
                  }
                }
              }
            }
          }
        },
        "x-order": "25001000"
      }
    }
  },
  "components": {}
}