animedex.entry.api.quote
animedex api quote subcommand.
api_quote
- animedex.entry.api.quote.api_quote = <Command quote>
Issue an AnimeChan raw request (anonymous quote API).
PATH is the URL path under
https://api.animechan.io/v1.Docs: https://animechan.io/docs docs index https://animechan.io/docs/quote quote object
Common paths: /quotes/random /quotes/random?anime=Naruto /quotes/random?character=Saitama /quotes?anime=Naruto&page=1 /quotes?character=Saitama&page=1 /anime/188
.. rubric:: Examples
animedex api quote /quotes/random animedex api quote ‘/quotes?anime=Naruto&page=1’ -i animedex api quote /anime/188 –debug | jq ‘.status’
Backend: AnimeChan (api.animechan.io/v1).
Rate limit: 5 req/hour anonymous. The dispatcher cache is checked before the token bucket, so cache hits do not consume a token.
— LLM Agent Guidance — PATH is the URL path under /v1. The anonymous free tier is very tight (5 req/hour); prefer high-level cached commands and avoid exploratory live probing unless the user explicitly needs fresh quotes. — End —