aiendpoint.dev
Services›YouTube Video Platform

YouTube Video Platform

community

Access YouTube functionality for searching, retrieving video metadata, and managing content interactions.

Visit site ↗

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.

https://youtube.comNo auth requiredmediacommunicationconfidence: 90/1000 discoveries2 contributors
GET/youtube/v3/search

Search for videos based on a query string.

Parameters

qstring (required) — search termsrequired
maxResultsinteger (optional) — maximum number of resultsoptional

Returns

List of video search results with metadata.
GET/youtube/v3/videos

Retrieve detailed information about a specific video.

Parameters

idstring (required) — YouTube video IDrequired

Returns

Detailed statistics and metadata for the requested video.
GET/youtube/v3/channels

Retrieve information about a specific YouTube channel.

Parameters

idstring (required) — YouTube channel IDrequired

Returns

Channel statistics, branding, and metadata.
GET/youtube/v3/videos

Fetch a list of currently trending videos for a region.

Parameters

chartstring (required) — must be 'mostPopular'required
regionCodestring (optional) — ISO 3166-1 alpha-2 country codeoptional

Returns

List of popular videos based on chart and region.