# YouTube Raw Data YouTube Raw Data API allows you to get public data anonymously from YouTube. Access to this API is restricted. To get access to this API contact our support at [hello@modash.io](mailto:hello@modash.io). Our RAW API subscriptions come with a monthly limit for requests, every successful request consumes one from the limit. A 404 status code is treated as a successful request, indicating that the requested content could not be found. ## Channel Info - [GET /raw/youtube/channel-info](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_channelinfo.md): Returns details about the YouTube channel. ## Uploaded Videos - [GET /raw/youtube/uploaded-videos](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_uploadedvideos.md): Returns a list of 30 uploaded YouTube videos to the channel with a limited list of details. ## Uploaded Shorts - [GET /raw/youtube/uploaded-shorts](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_uploadedshorts.md): Returns a list of 30 uploaded YouTube shorts to the channel with a limited list of details. ## Uploaded Lives - [GET /raw/youtube/uploaded-lives](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_uploadedlives.md): Returns a list of 30 uploaded YouTube lives to the channel with a limited list of details. ## Playlist Videos - [GET /raw/youtube/playlist-videos](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_playlistvideos.md): Returns a list of 100 videos from a YouTube playlist. ## Video Info - [GET /raw/youtube/video-info](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_videoinfo.md): Returns a YouTube video or live information. ## Video Subtitles - [GET /raw/youtube/video-subtitles](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_videosubtitles.md): Returns a YouTube video subtitles. ## Short Info - [GET /raw/youtube/short-info](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_shortinfo.md): Returns a YouTube short information. ## Video Comments - [GET /raw/youtube/video-comments](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_videocomments.md): Returns a list of 20 YouTube video or live comments. To obtain the first comments page use from Video Info endpoint. ## Video Comment Replies - [GET /raw/youtube/video-comment-replies](https://docs.modash.io/products/raw_api/openapi_doc/raw/youtube-raw-data/youtuberawcontroller_videocommentreplies.md): Returns a list of 20 YouTube video or live comment replies. To obtain the first replies page use from Video Comments endpoint.