Skip to content
capzy
All sites
Data API

YouTube Data API

Videos, channels, playlists, comments and search from YouTube.

40endpointsRate Limit handled for you
youtube.comGET/youtube/autoc…GET/youtube/searchGET/youtube/categ…{ } JSON
Example
youtube.com
Example
JSON responseclick the page to trace a field
{
"video_id": "dQw4w9WgXcQ",
"captions": [
{
"lang": "en",
"name": "English",
"url": "https://www.youtube.com/api/timedtext?v=dQw4w9WgXcQ&lang=en",
"kind": null
},
{
"lang": "en",
"name": "English (auto-generated)",
"url": "https://www.youtube.com/api/timedtext?v=dQw4w9WgXcQ&lang=en&kind=asr",
"kind": "asr"
}
]
}