animedex.entry.kitsu
animedex kitsu <subcommand> Click group + bindings.
Eight subcommands wrapping the most-used anonymous JSON:API
endpoints on kitsu.io/api/edge. Bindings are programmatic via
register_subcommand(), so the group’s --help covers the
full surface without one hand-written wrapper per endpoint.
kitsu_group
- animedex.entry.kitsu.kitsu_group(*args: t.Any, **kwargs: t.Any) t.Any
High-level Kitsu commands (anonymous; JSON:API).
Docs: https://kitsu.docs.apiary.io/ Apiary reference https://hummingbird-me.github.io/api-docs/ markdown mirror https://jsonapi.org/ JSON:API spec
.. rubric:: Examples
animedex kitsu show 46474 animedex kitsu search Frieren –limit 5 animedex kitsu streaming 46474 animedex kitsu mappings 46474 animedex kitsu trending –limit 5 animedex kitsu manga-show 1 animedex kitsu manga-search Berserk –limit 3 animedex kitsu categories –limit 10
Backend: Kitsu (kitsu.io/api/edge canonical; kitsu.app/api/edge accepted alias).
Rate limit: not formally published; project applies a 10 req/sec sustained ceiling.
— LLM Agent Guidance — JSON:API. Anime + manga catalogue plus a streaming-link rail and a cross-source mapping table (anilist / mal / anidb / kitsu / thetvdb). The mappings endpoint is the cheapest way to convert a Kitsu ID to its peers; prefer it over reading the same ID from each upstream in turn. Pagination uses page[limit]=N and page[offset]=N (offset, not 1-indexed page). — End —