animedex.entry.ann

animedex ann <subcommand> Click group + bindings.

ann_group

animedex.entry.ann.ann_group(*args: t.Any, **kwargs: t.Any) t.Any

High-level ANN Encyclopedia commands (anonymous; XML).

Docs:
  https://www.animenewsnetwork.com/encyclopedia/api.php    API reference
  https://www.animenewsnetwork.com/encyclopedia/           browsable encyclopedia
.. rubric:: Examples

animedex ann show 38838 animedex ann search Frieren –json animedex ann reports –id 155 –type anime –nlist 5

Backend: ANN Encyclopedia (cdn.animenewsnetwork.com).

Rate limit: 1 req/sec on api.xml; 5 reqs/5sec on nodelay.api.xml.

— LLM Agent Guidance — XML-only encyclopedia. show takes ANN’s own numeric anime ID, not MAL or AniList IDs. search uses ?anime=~substring, which is ANN’s title-substring search. A 200 response with a <warning> child means empty result and is returned as warnings on the rich model, not raised as an error. — End —