YouTube Video API
youtube_videoFetch detailed metadata for a single YouTube video using its ID, including geo-targeted results by country and language. Ideal for extracting video info programmatically.
Instructions
Get details and metadata for a single YouTube video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | Yes | YouTube video id (the part after ?v= in the URL). | |
| country | No | Two-letter ISO country code to geo-target results (e.g. us, gb, in, de). (API default: us) | |
| language | No | Result language code (e.g. en, es, fr, de). (API default: en) |