diff --git a/API.md b/API.md index a5016d4..089c4ec 100644 --- a/API.md +++ b/API.md @@ -198,6 +198,25 @@ ##### GET `/api/v1/channels/:ucid/videos` > Schema: ``` +[ + { + "title": String, + "videoId": String, + "videoThumbnails": [ + { + "quality": String, + "url": String, + "width": Int32, + "height": Int32 + } + ], + "description": String, + "descriptionHtml": String, + "viewCount": Int64, + "published": Int64, + "lengthSeconds": Int32 + } +] ``` ##### GET `/api/v1/search`