▶Media
YouTube Data API
Search videos, read video and channel details, comments, related content, playlists, community posts and trending lists – without OAuth quotas.
Realtime dataStructured JSON9 endpointsFree plan availableFast responses
Endpoints
YouTube endpoints
All YouTube endpoints are served under the /ytb prefix and share the same API key and quota as every other platform.
GET/ytb/youtube-search-videos
Search videos
Keyword search with cursor paging.
querylanguageCodecountryCodecursorGET/ytb/youtube-video-details
Video details
Metadata for a video id or URL.
idGET/ytb/youtube-video-comments
Video comments
Paged comments.
idcursorGET/ytb/youtube-video-related-contents
Related videos
Related content for a video.
idcursorGET/ytb/youtube-channel-details
Channel details
Channel metadata by id or handle URL.
idGET/ytb/youtube-channel-videos
Channel videos
Latest videos, streams or shorts.
idfiltercursorGET/ytb/youtube-channel-playlists
Channel playlists
Playlists of a channel.
idfiltercursorGET/ytb/youtube-playlist-videos
Playlist videos
Videos of a playlist.
idcursorGET/ytb/youtube-trending-videos
Trending
Trending videos.
Example request
curl "https://api.everydata.io/ytb/youtube-video-details?id=kJQP7kiw5Fk" \
-H "x-api-key: YOUR_API_KEY"Example response
200 OK · application/json
{
"id": "kJQP7kiw5Fk",
"title": "Sample video title",
"channelId": "UC...",
"channelTitle": "Sample Channel",
"viewCount": 8500000000,
"likeCount": 54000000,
"publishedAt": "2017-01-12",
"lengthSeconds": 282
}Use cases
What teams build with YouTube data
Influencer analytics
Content monitoring
Trend detection
Comment mining
Popular use cases
Guides for YouTube data
Step-by-step pages for the most common jobs, each with a real request and response.
Pricing
Included in every plan
The YouTube API is part of the shared quota – no separate subscription needed.
FAQ