Returns a list of videos that match the API request parameters. Retrieves detailed information about one or more YouTube videos, including metadata such as title, description, duration, view count, and content ratings.
- Provider
- Google YouTube Data API
- Input summary
- {"name":"part","type":"string","required":true,"description":"The part parameter specifies a comma-separated list of one or more video resource properties that the API response will include."}, {"name":"id","type":"string","required":true,"description":"Comma-separated list of YouTube video IDs."}, {"name":"chart","type":"string","required":false,"description":"The chart parameter identifies the chart you want to retrieve.","enum":["mostPopular"]}, {"name":"regionCode","type":"string","required":false,"description":"The regionCode parameter instructs the API to select a video chart available in the specified region."}, {"name":"videoCategoryId","type":"string","required":false,"description":"The videoCategoryId parameter identifies the video category for which the chart should be retrieved."}, {"name":"myRating","type":"string","required":false,"description":"Set this parameter's value to like or dislike to instruct the API to only return videos liked or disliked by the authenticated user.","enum":["like","dislike"]}, {"name":"maxResults","type":"integer","required":false,"description":"The maxResults parameter specifies the maximum number of items that should be returned in the result set."}, {"name":"pageToken","type":"string","required":false,"description":"The pageToken parameter identifies a specific page in the result set that should be returned."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available