youtube
youtube_get_video
Get detailed information about one or more videos by ID. Returns snippet (title, description, thumbnails), statistics (views, likes, comments), content details (duration, definition), and status. Costs 1 quota unit.
Remote node2flow/youtube
Other tools also called youtube_get_video?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Video ID or comma-separated IDs (up to 50, e.g. \"dQw4w9WgXcQ\" or \"id1,id2,id3\")"
},
"part": {
"type": "string",
"description": "Resource parts: \"snippet\", \"contentDetails\", \"statistics\", \"status\", \"player\" (default: \"snippet,contentDetails,statistics\")"
}
}
}