---
title: "GET /mcn/youtube/video/{videoId}"
method: GET
path: "/mcn/youtube/video/{videoId}"
tags: ["mcn/youtube"]
---

# GET /mcn/youtube/video/{videoId}

`GET /mcn/youtube/video/{videoId}`

## Path parameters

- `videoId` integer, required

## Response `200`

OK

- YouTubeVideoDto
  - `youTubeVideoId` integer
  - `title` string
  - `youTubeChannelId` integer
  - `channelTitle` string
  - `isDeleted` boolean
  - `youTubeEtag` string
  - `youTubeId` string
  - `description` string
  - `publishedAt` string, date-time
  - `categoryId` string
  - `defaultLanguage` string
  - `defaultAudioLanguage` string
  - `duration` string
  - `definition` string
  - `visibility` string
  - `license` string
  - `madeForKids` boolean
  - `viewCount` integer
  - `likeCount` integer
  - `favoriteCount` integer
  - `commentCount` integer
  - `monetizationStatus` string
  - `imageDefaultUrl` string
  - `imageMediumUrl` string
  - `imageHighUrl` string
  - `creationDate` string, date-time
  - `lastUpdatedDate` string, date-time
  - `deletionDate` string, date-time
  - `assetId` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
