Video Information
Content Discovery
Video Information
POST
Video Information
Retrieve detailed information about a YouTube video, including all available download formats.
Request Body
YouTube video URL to fetch information for
Response
YouTube video ID
Video title
Full video description
Thumbnail image URL
Video duration in seconds
Channel name or uploader name
URL to the uploader’s channel
Total number of views
Number of likes
Upload date in YYYYMMDD format
Original webpage URL
Whether the URL is a playlist
Number of videos in playlist (null if not a playlist)
Available subtitle tracks by language code
Array of all available download formats
Example Request
Example Response
Error Responses
400 Bad Request
Returned when the URL is missing or invalid.Implementation Notes
- Uses yt-dlp to extract comprehensive video metadata
- Returns all available formats (video-only, audio-only, and combined streams)
- Format IDs can be used with the
/api/downloadendpoint for specific quality selection - Video-only formats (acodec=“none”) require merging with audio during download
- Audio-only formats (vcodec=“none”) are suitable for audio extraction
- Supports both individual videos and playlists
- Does not download content, only extracts metadata