diff --git a/API.md b/API.md
index 1605223..aef7e6d 100644
--- a/API.md
+++ b/API.md
@@ -94,6 +94,28 @@
 ##### GET `/api/v1/trending`
 > Schema:
 ```
+[
+  {
+    "title": String,
+    "videoId": String,
+    "videoThumbnails": [
+      {
+        "quality": String,
+        "url": String,
+        "width": Int32,
+        "height" Int32
+    ],
+
+    "lengthSeconds": Int32,
+    "viewCount": Int64,
+
+    "author": String,
+    "authorUrl": String,
+
+    "description": String,
+    "descriptionHtml": String
+  }
+]
 ```
 
 GET `/api/v1/top`