Use these public endpoints to read the release catalog and generated artifacts. Worker and admin APIs are authenticated internal contracts and are not covered here.
GraphQL catalog API
- GraphQL endpoint accepts GET requests with a `query` parameter and JSON POST requests with `query`, `variables`, and `operationName`.
- It exposes the same anonymous catalog data as the public pages: releases, anime metadata, source links, uploaded file links, NZB download URLs, video metadata, screenshots, subtitles, fonts, audio links, and public AVDump hashes.
- It does not expose worker IDs, claim tokens, leases, backend progress, task errors, task logs, raw artifact bytes, storage paths, source torrents, or magnet artifacts.
AnimeTosho-style feeds
- RSS 2.0 feed returns public releases as RSS.
- Atom feed returns the same public release stream as Atom.
- Newznab/Torznab capabilities describes supported feed capabilities.
- Newznab/Torznab search returns public releases and supports `q`, `limit`, `offset`, and `cat`.
JSON feed API
- JSON release feed returns public releases as JSON and supports `q`, `limit`, `offset`, and `cat`.
- JSON task detail returns one public release with its files and links. Replace `42` with a real task ID.