Retrieve video metadata & captions
GET/youtube/video/:id
Returns title, description, stats, and captions for a YouTube video ID.
Youtube Video in response
{
"code": 200,
"msg": "OK",
"data": {
"title": "Sam Altman on AGI, GPT-5, and what’s next — the OpenAI Podcast Ep. 1",
"description": "On the first episode of the OpenAI Podcast, Sam Altman joins host Andrew Mayne to talk about the future of AI: from GPT-5 and AGI to Project Stargate, new research workflows, and AI-powered parenting.\n\n00:00 Welcome to the OpenAI Podcast\n01:00 ChatGPT & parenthood\n04:10 AGI, superintelligence & scientific progress\n07:10 Operator, Deep Research & productivity\n10:30 GPT-5 & how we name models\n13:40 User privacy & NYT lawsuit\n16:15 Will ChatGPT ever show ads?\n20:30 Social media & user behavior\n23:25 Project Stargate & why compute matters\n31:30 Future progress & potential new AI devices\n38:45 Final thoughts",
"duration": 2423,
"published_at": "2025-06-18T07:59:20-07:00",
"author": "OpenAI",
"author_channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A",
"views": 460181,
"likes": 11000,
"dislikes": 0,
"comments": 1400,
"captions": {}
}
}
Request
Responses
- 200
- 400
- 429
- 500
Video details payload
Missing or invalid id parameter
Rate limit exceeded
Internal server error