RSS feeds
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
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
| q | Search query (append at end of URL as usual) |
| c | Category code (1_2, …) or Torznab-style cat id |
| userID | Numeric submitter id (0 = any) |
| limit | Items per page, default 50, max 300 |
| f | 0 none, 1 no remakes, 2 trusted only |
| maxage | Only torrents from the last N days |
| u / user | Uploader 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.
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
- Open View → RSS Reader (or the RSS tab).
- New subscription → paste the feed URL → OK.
- Optional: right‑click the feed → Download rules… for name patterns.
- Under Tools → Options → RSS, set how often feeds refresh.
Sonarr / Prowlarr / Jackett-style indexers
- Prefer the Torznab endpoint: https://sukebei.nyaa.net/feed/torznab.
- Capabilities: https://sukebei.nyaa.net/feed/torznab?t=caps.
- Set API path / base URL according to the app (often the torznab root above).
Deluge (YaRSS2)
- Enable YaRSS2 → add subscription with a feed URL (RSS or magnet variant).
- Configure filters and download location; enable automatic checking.
ruTorrent / rTorrent
- RSS plugin → add feed URL; set interval and filters.
Tip: for magnet-only clients use /feed/magnet or the Torznab
magneturl / EZTV magnetUri attributes.
- 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.