YouTube Video Platform
communityAccess YouTube functionality for searching, retrieving video metadata, and managing content interactions.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/youtube/v3/searchSearch for videos based on a query string.
Parameters
qstring (required) — search termsrequiredmaxResultsinteger (optional) — maximum number of resultsoptionalReturns
List of video search results with metadata.GET
/youtube/v3/videosRetrieve detailed information about a specific video.
Parameters
idstring (required) — YouTube video IDrequiredReturns
Detailed statistics and metadata for the requested video.GET
/youtube/v3/channelsRetrieve information about a specific YouTube channel.
Parameters
idstring (required) — YouTube channel IDrequiredReturns
Channel statistics, branding, and metadata.GET
/youtube/v3/videosFetch a list of currently trending videos for a region.
Parameters
chartstring (required) — must be 'mostPopular'requiredregionCodestring (optional) — ISO 3166-1 alpha-2 country codeoptionalReturns
List of popular videos based on chart and region.