Torrent Search API Demo
TSP is a search API over public torrent indexes: one request, every site asked at once, one merged answer. This is a live instance you can point a client at. Currently searching: loading the list…. It hosts nothing, stores nothing and shows no results of its own. What you search for and what you download are yours to answer for, so check the law where you live before you use it.
Your endpoint
Keys are made on request and stored nowhere. Each one is good for 30 searches a minute.
Supported free clients
The plugin comes with this page's URL and your key inside. In qBittorrent: View, Search engine, Search plugins, Install a new one, Local file. In Oriole, paste the URL and the key into its settings.
From a terminal
$ curl -s "https://api.tspsearch.dev/api/v1/search?q=ubuntu&limit=3" \ -H "X-Api-Key: YOUR-KEY" # {"query":"ubuntu","count":265,"took_ms":790,"torrents":[{"name":…,"magnet":…,"seeders":…}],"engines":[…]} $ curl -s "https://api.tspsearch.dev/api/v1/indexers?apikey=YOUR-KEY" # what it searches
The key goes in ?apikey=, X-Api-Key: or Authorization: Bearer. Same JSON shape as TSP everywhere.
Benchmarks
| Query | Results | Indexes answered | Time | Cache |
|---|---|---|---|---|
| Waiting for a key… | ||||
Measured from your browser, against this instance, just now.