Skip to content

Response Structure

Kain edited this page May 22, 2021 · 1 revision

This page contains example responses for each type. Usually your IDE should show what fields exist or not but this is here anyway.

Video

{
    "id": "lkvScx3Po8I",
    "title": "The Heavy - Short Change Hero",
    "link": "https://www.youtube.com/watch?v=lkvScx3Po8I",
    "description": "... long description ...",
    "thumbnail": "https://i.ytimg.com/vi/lkvScx3Po8I/hqdefault.jpg",
    "channel": {
        "name": "Magloire Lamine",
        "link": "https://youtube.com/user/TENESANGO",
        "verified": false,
        "thumbnail": "https://yt3.ggpht.com/a/AATXAJz3kOe_LDvhRWpQLu1wHb5xU7HNOKvpKQnLQA=s88-c-k-c0xffffffff-no-rj-mo"
    },
    "views": 7960221,
    "duration": 238,
    "uploaded": "6 years ago"
}

Live Stream

{
    "id": "5qap5aO4i9A",
    "title": "lofi hip hop radio - beats to relax/study to",
    "link": "https://youtu.be/5qap5aO4i9A",
    "thumbnail": "https://i.ytimg.com/vi/5qap5aO4i9A/hqdefault.jpg",
    "channel": {
        "name": "ChilledCow",
        "link": "https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow",
        "verified": false,
        "thumbnail": "https://yt3.ggpht.com/a-/AOh14Gj1ME7zG6pJG6689WU13fYHmafnUGK7IMeWIg=s68-c-k-c0x00ffffff-no-rj-mo"
    },
    "watching": 34576
}

Playlist

{
    "id": "PLEPHBRITc9qNl4G4IaZPGsx0nueg6d_6N",
    "title": "Johann Sebastian Bach Adagios for relaxation",
    "link": "https://www.youtube.com/playlist?list=PLEPHBRITc9qNl4G4IaZPGsx0nueg6d_6N",
    "thumbnail": "https://i.ytimg.com/vi/yoaNCEE4QLY/hqdefault.jpg",
    "channel": {
        "name": "Fredericia's Channel",
        "link": "https://www.youtube.com/channel/UCUDT_zh1GA8qfisSZXemt6Q",
        "verified": false,
        "thumbnail": "https://www.gstatic.com/youtube/img/originals/promo/ytr-logo-for-search_160x160.png"
    },
    "videoCount": 15,
    "videos": [
        {
            "id": "yoaNCEE4QLY",
            "title": "J S Bach Jesu Joy of Man's Desiring chamber orchestra version",
            "link": "https://youtu.be/yoaNCEE4QLY",
            "duration": 211,
            "thumbnail": "https://i.ytimg.com/vi/yoaNCEE4QLY/hqdefault.jpg"
        },
        {
            "id": "mGV_oiAcmaY",
            "title": "Bach Violin Concerto in D Minor",
            "link": "https://youtu.be/mGV_oiAcmaY",
            "duration": 381,
            "thumbnail": "https://i.ytimg.com/vi/mGV_oiAcmaY/hqdefault.jpg"
        }
    ]
}

Channel

{
    "id": "UC0hNui8bT7yV0Xb8w8YxjHw",
    "name": "Poets of the Fall (Official)",
    "link": "https://www.youtube.com/channel/UC0hNui8bT7yV0Xb8w8YxjHw",
    "verified": true,
    "thumbnail": "https://yt3.ggpht.com/ytc/AAUvwniodp2yJktm7UlbHChoA_yqHNDEAUUZlJOKj6Ltxw=s0?imgmax=0",
    "description": "Welcome to the official Poets of the Fall YouTube channel! Finnish rockers Poets of the Fall - singer Marko, guitarist Olli and ...",
    "videoCount": 98,
    "subscribers": "381K"
}
Clone this wiki locally