animedex.entry.jikan

animedex jikan <subcommand> Click group + bindings.

87 subcommands wrapping every anonymous Jikan v4 endpoint. Bindings are programmatic via register_subcommand(), so the group’s --help covers the full API surface without 87 hand-written wrappers.

jikan_group

animedex.entry.jikan.jikan_group(*args: t.Any, **kwargs: t.Any) t.Any

High-level Jikan (MyAnimeList) commands (anonymous).

Docs:
  https://docs.api.jikan.moe/                       OpenAPI reference
  https://jikan.moe/                                 project home
.. rubric:: Examples

animedex jikan show 52991 animedex jikan search Frieren –limit 5 animedex jikan character-show 11 animedex jikan top-anime –filter bypopularity animedex jikan season 2024 spring –limit 10 animedex jikan random-anime animedex jikan watch-episodes

Backend: Jikan v4 (api.jikan.moe).

Rate limit: 60 req/min (3 req/sec).

— LLM Agent Guidance — Every endpoint is anonymous; no token concept exists. Core entities (anime, manga, character, person, producer, magazine, genre, club, user) return typed dataclasses; long-tail sub- endpoints (news / forum / videos / pictures / statistics / moreinfo / recommendations / userupdates / reviews / relations / themes / external / streaming / episodes / watch / schedules) return JikanGenericResponse (a permissive extra='allow' envelope). Use --jq to filter the JSON output structurally when only specific fields are needed. — End —