animedex.entry.nekos

animedex nekos <subcommand> Click group + bindings.

Four subcommands wrapping the JSON-emitting v2 surface:

  • animedex nekos categories — list every category name

  • animedex nekos categories-full — list categories plus format metadata

  • animedex nekos image — fetch random images / GIFs from a category

  • animedex nekos search — metadata search across all categories

All commands are anonymous; nekos.best v2 has no auth tier and no NSFW tier.

nekos_group

animedex.entry.nekos.nekos_group(*args: t.Any, **kwargs: t.Any) t.Any

High-level nekos.best v2 commands (anonymous; SFW image / GIF API).

Docs:
  https://docs.nekos.best/                       project docs index
  https://nekos.best/                             project home
.. rubric:: Examples

animedex nekos categories animedex nekos image husbando animedex nekos image neko –amount 5 animedex nekos search Frieren animedex nekos search “loop” –type 2 –amount 3

Backend: nekos.best v2 (nekos.best/api/v2).

Rate limit: 200 req/min anonymous (visible in the x-rate-limit-limit and x-rate-limit-remaining response headers).

— LLM Agent Guidance — Read-only image / GIF lookup. nekos.best v2 is SFW-only by design, so the rich-model rating projection is always ‘g’. Use categories first to discover the valid category set; the server returns 404 on unknown categories. search is fuzzy: it always returns up to amount results, falling through to a near-random ranking when nothing closely matches — callers cannot rely on an empty-results signal. — End —