API Documentation
+This API allows you to search for posts on rutracker.
+ +API URL
+https://api.michijackson.xyz/
++
Endpoint
+GET/search?q={query}
+ +Parameter
+Type
+Required
+Description
+q
+String
+True
+Search query
+Example Request
+GET api.michijackson.xyz/search?q=keks
+Response
+ +{ + "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 +}+
Docs
+SoftwareManager is a desktop app to search, browse, and download software & games from multiple sources in one place.
+Features
+• Searching & Downloading Software from various pages
+• Network Interface Binding
+• Simple UI, Speed Limiting etc.
+• No Logins required
+General Information
+• Rutracker is the default source since it is the largest index overall.
+• Use m0nkrus if you want Adobe software, it directly gets the posts from his Telegram channel.
+• Torrents start seeding after completion and start seeding on application start.
+• MacOS Builds haven't been properly tested - We're thankful to receive feedback.
+• If you want to host your own server, clone our server repository, enter your cookie for rutracker.org and run server.py. Detailed Instructions on how to get your rutracker cookie are in the README of the server repo.
+• SoftwareManager is still in development and most likely contains issues. Please report any bugs you find via GitHub. Contributions are also greatly appreciated.
+Sources
++
Use the dropdown menu in the top right to select your source.
+Source
+Category
+Notes
+RuTracker
+Software & games
+Has an extremely large amount of Software. Relies on an API for searching.
+UzTracker
+Software & games
+Similar to RuTracker, smaller. Use this as fallback if RuTracker is down or there's API issues.
+m0nkrus
+Adobe Software
+Lots of curated releases. Focused on mainly professional Software.
+SteamRip
+Games
+Currently very experimental due to download link retrieveal. May not always work as expected.
+
+