Skip to content
d47081 edited this page Nov 4, 2023 · 7 revisions

Recent torrents

GET /api/torrents?search=value&sensitive=false&locales=en|uk&yggdrasil=1&page=1

  • search - string - optional, filter results by keyword, recent uploads if not provided
  • filter - bool - optional, enable search mode to ignore user session (skip own content, account settings, etc)
  • sensitive - bool - optional, all results if not provided
  • yggdrasil - bool - optional, filter non-yggdrasil resources from downloads, all resources by default
  • locales - string (loc1|loc2|.._) - optional, filter results by locales, all if not provided
  • categories - string (cat1|cat2|..) - optional, filter results by categories, all if not provided
  • page - int - optional, 1 by default

* Method follows user settings by IP session or ignore if the filter option provided

Clone this wiki locally