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": "jfKfPfyJRdk",
"messages": [
{
"author": "chill_listener",
"message": "this stream is perfect for studying"
},
{
"author": "night_owl",
"message": "greetings from Japan!"
}
]
}
GET
/v1/data/youtube/videos/{video_id}/live_chat1 credit / runLive Chat
Live chat / chat replay messages.
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_id | string | yes | Video id. |
| Advanced filters | |||
| continuation | string | no | Chat continuation token. |