RSS feeds

Primary feed (nyaa.si-compatible)

Sukebei publishes a live RSS 2.0 feed of the 75 most recent torrents, matching nyaa.si’s ?page=rss format (including nyaa: extensions).

https://sukebei.nyaa.net/?page=rss nyaa.si-style primary feed

Custom tags use the namespace https://sukebei.nyaa.net/xmlns/nyaa.

Filters: q, c, f (0/1/2), u (uploader name). Example: https://sukebei.nyaa.net/?page=rss&c=1_2&q=1080p

Legacy feeds (NyaaPantsu)

The /feed/… routes recreate the old NyaaPantsu (nyaa.pantsu.cat / classic nyaa.net) feed API so historical client configs keep working. Source layout followed NyaaPantsu feed controllers.

URL pattern

https://sukebei.nyaa.net/feed/(Feed Type)/p/(Page Number)/p/(Page Number) is optional (defaults to page 1).

Example: https://sukebei.nyaa.net/feed/magnet/p/2?c=1_1&userID=0&limit=100 (limit max is 300 items per page; default 50).

Feed types

/feed RSS — standard RSS with .torrent enclosure
/feed/magnet RSS with magnet links — item <link> is a magnet URI
/feed/torznab Torznab — Sonarr/Prowlarr-style; also /feed/torznab/api
/feed/torznab?t=caps Torznab capabilities document
/feed/eztv EZTV spec — includes <torrent> magnet/infohash block

Pagination

  • /feed/p/2, /feed/magnet/p/3, /feed/torznab/p/1, /feed/eztv/p/2

Query parameters

qSearch query (append at end of URL as usual)
cCategory code (1_2, …) or Torznab-style cat id
userIDNumeric submitter id (0 = any)
limitItems per page, default 50, max 300
f0 none, 1 no remakes, 2 trusted only
maxageOnly torrents from the last N days
u / userUploader name (exact)

Download enclosures point at /download/{id}.torrent on this site (classic Pantsu used info-hash paths; ids are what we store). Magnets use our rewritten tracker list when available.

Adding the feed in torrent clients

Most clients treat either feed family like any other RSS source. Paste a feed URL; set a refresh interval (15–60 minutes is typical).

qBittorrent

  1. Open View → RSS Reader (or the RSS tab).
  2. New subscription → paste the feed URL → OK.
  3. Optional: right‑click the feed → Download rules… for name patterns.
  4. Under Tools → Options → RSS, set how often feeds refresh.

Sonarr / Prowlarr / Jackett-style indexers

  1. Prefer the Torznab endpoint: https://sukebei.nyaa.net/feed/torznab.
  2. Capabilities: https://sukebei.nyaa.net/feed/torznab?t=caps.
  3. Set API path / base URL according to the app (often the torznab root above).

Deluge (YaRSS2)

  1. Enable YaRSS2 → add subscription with a feed URL (RSS or magnet variant).
  2. Configure filters and download location; enable automatic checking.

ruTorrent / rTorrent

  1. RSS plugin → add feed URL; set interval and filters.

Tip: for magnet-only clients use /feed/magnet or the Torznab magneturl / EZTV magnetUri attributes.

Notes
  • Hidden torrents are never listed.
  • Primary nyaa.si-style feed: max 75 items. Legacy Pantsu feeds: up to 300 per page.
  • Feeds are live from the database (short cache headers only).
  • Search syntax for q is documented on the Help page.