#Search API

Number of APIs: 5

Overview

The Search API is used to provide rich metadata, torrent data, and usenet data over an easy to use API that can be used for anything with media. More in-depth information on how to use the API can be found at the base of each endpoint.

The API has a rate limit of 300 requests per minute per IP.

Authorization

None needed.

Endpoints https://search-api.torbox.app

  • GET Get Metadata /meta/{id_type}:{id} Info: /meta

  • GET Get Torrent Data /torrents/{id_type}:{id} Info: /torrents

  • GET Get Usenet Data /usenet/{id_type}:{id} Info: /usenet

  • GET Search Metadata by Title /search/{search_query} Info: /search

  1. Get Metadata GET https://search-api.torbox.app/meta/{{id_type}}:{{id}}

  2. Search Metadata By Query GET https://search-api.torbox.app/meta/search/{{query}}

  3. Get Torrent Data GET https://search-api.torbox.app/torrents/{{id_type}}:{{id}}?metadata=boolean&season=integer&episode=integer&check_cache=boolean&check_owned=boolean

  4. Search Torrents By Query GET https://search-api.torbox.app/torrents/search/{{query}}?metadata=boolean&check_cache=boolean&check_owned=boolean

  5. Search Usenet By Query GET https://search-api.torbox.app/usenet/{{id_type}}:{{id}}?metadata=boolean&season=integer&episode=integer&check_cache=boolean&check_owned=boolean