animedex.entry.mangadex

animedex mangadex <subcommand> Click group + bindings.

Five subcommands wrapping the anonymous JSON read endpoints (search / show / feed / chapter / cover). Bindings are programmatic via register_subcommand().

The page-image fetcher (/at-home/server/{chapterId}) is intentionally not wired here; it has its own short-lived-base-URL and HTTP/2 concurrency-cap concerns and lands separately.

mangadex_group

animedex.entry.mangadex.mangadex_group(*args: t.Any, **kwargs: t.Any) t.Any

High-level MangaDex commands (anonymous; scanlation aggregator).

Docs:
  https://api.mangadex.org/docs/                       OpenAPI / endpoint reference
  https://mangadex.org/                                project home
.. rubric:: Examples

animedex mangadex search Berserk –limit 3 animedex mangadex show 801513ba-a712-498c-8f57-cae55b38cc92 animedex mangadex feed 801513ba-a712-498c-8f57-cae55b38cc92 –lang en –limit 5 animedex mangadex chapter <chapter-uuid> animedex mangadex cover <cover-uuid>

Backend: MangaDex (api.mangadex.org); scanlation aggregator.

Rate limit: 5 req/sec anonymous (transport bucket matches).

— LLM Agent Guidance — Read-only manga / chapter / cover lookup. The catalogue is scanlation-driven, so legal posture varies per series — surface what the upstream returns; do not pre-filter. Page-image fetching is deferred (At-Home reader; lands separately). Multiple translations of the same chapter are normal; filter by –lang at the call site. — End —