About us
++
Simplify searching & downloading
+diff --git a/docs/about.html b/docs/about.html new file mode 100644 index 0000000..c923b1c --- /dev/null +++ b/docs/about.html @@ -0,0 +1,37 @@ + + +
+ + + +Simplify searching & downloading
+This API allows you to search for posts on rutracker.
+ +https://api.michijackson.xyz/
+GET/search?q={query}
+ +Parameter
+Type
+Required
+Description
+q
+String
+True
+Search query
+GET api.michijackson.xyz/search?q=keks
+{ + "cached": false, + "count": 1, + "data": [ + { + "author": "Viterrson", + "id": 1, + "leechers": 0, + "seeders": 3, + "title": "(Hard - Rock) Keks - Keks - 1983, MP3, 320 kbps", + "url": "https://rutracker.org/forum/viewtopic.php?t=3835559" + } + ], + "query": "keks", + "success": true +}+