YouTube API
Extract YouTube data without API keys - videos, transcripts, subtitles, download links & more
11 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
YouTube API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
getVideoChapters /video/chapters |
Extract video chapter markers and timestamps |
| POST |
getVideoInfo /video/info |
Get comprehensive video metadata including title, description, duration, uploader, and statistics |
| POST |
getVideoThumbnails /video/thumbnails |
Get all thumbnail variants sorted by resolution (highest first) |
| POST |
getVideoFormats /video/formats |
List all available video and audio formats with quality details |
| POST |
getVideoStats /video/stats |
Get detailed video statistics including views, likes, age restrictions, and live status |
| POST |
getRelatedVideos /video/related |
Get related/suggested videos when available. Note: Related videos may not always be available and could return an empty list. |
| POST |
getPlaylistItems /playlist/items |
Extract all videos from a YouTube playlist with metadata |
| POST |
getTranscript /video/transcript |
Fetch English transcript for a YouTube video. Supports both manually created and automatically generated transcripts. Returns merged text without timestamps. |
| POST |
downloadAudio /video/download_audio |
Get direct download URL for audio-only stream. **IMPORTANT:** URLs are short-lived (expire in ~6 hours) - use immediately. |
| POST |
downloadVideo /video/download |
Get direct download URL for a video. **IMPORTANT:** URLs are short-lived (expire in ~6 hours) - use immediately. |
| POST |
getSubtitles /video/subtitles |
Unified subtitle endpoint supporting multiple output formats: - **list**: List all available subtitle tracks - **text**: Get merged subtitle text without timestamps -… |