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

https://api.tspsearch.dev
making you a key…

Keys are made on request and stored nowhere. Each one is good for 30 searches a minute.

Supported free clients

qBittorrent search plugin Oriole on Google Play

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

bash
$ 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

QueryResultsIndexes answeredTimeCache
Waiting for a key…

Measured from your browser, against this instance, just now.