animedex.entry.nekos
animedex nekos <subcommand> Click group + bindings.
Four subcommands wrapping the JSON-emitting v2 surface:
animedex nekos categories— list every category nameanimedex nekos categories-full— list categories plus format metadataanimedex nekos image— fetch random images / GIFs from a categoryanimedex 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-limitandx-rate-limit-remainingresponse 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
categoriesfirst to discover the valid category set; the server returns 404 on unknown categories.searchis fuzzy: it always returns up toamountresults, falling through to a near-random ranking when nothing closely matches — callers cannot rely on an empty-results signal. — End —