All sites
Data API
YouTube Data API
Videos, channels, playlists, comments and search from YouTube.
40endpointsRate Limit handled for you
Example
youtube.com
ExampleJSON 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"
}
]
}
GET
/v1/data/youtube/videos/{video_id}/captions1 credit / runCaptions
Available caption tracks.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_id | string | yes | Video id. |