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",
"segments": [
{
"start_ms": "0",
"end_ms": "3200",
"text": "We're no strangers to love"
},
{
"start_ms": "3200",
"end_ms": "6800",
"text": "You know the rules and so do I"
}
]
}
GET
/v1/data/youtube/videos/{video_id}/transcript1 credit / runTranscript
Timed transcript (SRT/VTT/text).
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_id | string | yes | Video id. |
| Advanced filters | |||
| lang | string | no | Caption language. (default: en) |