Search All Torrents From Scraper
GET {{api_base}}/{{api_version}}/api/torrents/search?query={{search_query}}
Overview
Uses Meilisearch to search for scraped torrents. This is a basic torrent aggregator system and has no real relation to TorBox. It is simply a tool you can use. It does not have cache information, or anything special like that, and will not have any of that information. This is simply a torrent search, nothing more.
You may use this for anything. TorBox uses it in the website to make it easy for users to find torrents without having to go and find them on sketchy websites.
Authorization
None required.
Request Params
| Key | Datatype | Required | Description |
| query
| string | | The query you want to search for. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true,"error":null,"detail":"Torrent search retrieved successfully.","data":[{"id":"XXXXXXXXXXXXXXXXXXX","name":"XXXXXXXXXXXXXXXXXXX","categories":["XXXXXXXXXXXXXXXXXXX"],"hash":"XXXXXXXXXXXXXXXXXXX","size":0,"magnet":"XXXXXXXXXXXXXXXXXXX","torrent_file":"XXXXXXXXXXXXXXXXXXX","preferred_type":"torrent_file","website":"XXXXXXXXXXXXXXXXXXX","source":"XXXXXXXXXXXXXXXXXXX","peers":0,"seeders":0,"updated_at":"2024-01-09T19:31:28.141671Z"}]}