All sites
Data API
YouTube Data API
Videos, channels, playlists, comments and search from YouTube.
40endpointsRate Limit handled for you
Example
rr3---sn-example.googlevideo.com
ExampleJSON responseclick the page to trace a field
{
"video_id": "dQw4w9WgXcQ",
"formats": [
{
"itag": 18,
"mime": "video/mp4; codecs="avc1.42001E, mp4a.40.2"",
"quality": "360p",
"bitrate": 611022,
"url": "https://rr3---sn-example.googlevideo.com/videoplayback?itag=18&..."
},
{
"itag": 137,
"mime": "video/mp4; codecs="avc1.640028"",
"quality": "1080p",
"bitrate": 4271252,
"url": "https://rr3---sn-example.googlevideo.com/videoplayback?itag=137&..."
}
]
}
GET
/v1/data/youtube/videos/{video_id}/streams1 credit / runStreams
Streaming formats (best-effort URLs).
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_id | string | yes | Video id. |