animedex.entry.api.ghibli

animedex api ghibli subcommand.

api_ghibli

animedex.entry.api.ghibli.api_ghibli = <Command ghibli>

Issue a live Studio Ghibli API raw request.

PATH is the URL path under https://ghibliapi.vercel.app. The high-level animedex ghibli commands use a bundled offline snapshot; this raw passthrough is for callers who explicitly need live upstream data.

Docs:
  https://ghibliapi.vercel.app/                  live API reference
  https://github.com/janismdhanbad/studio-ghibli-api   source repository
Common paths:
  /films
  /people
  /locations
  /species
  /vehicles
  /films/<id>
.. rubric:: Examples

animedex api ghibli /films animedex api ghibli /people -i animedex api ghibli /vehicles –debug | jq ‘.timing’

Backend: Studio Ghibli API (ghibliapi.vercel.app).

Rate limit: not formally published; the transport applies a conservative 1 req/sec sustained ceiling with a 5-token burst budget.

— LLM Agent Guidance — PATH is the URL path under ghibliapi.vercel.app. Common reads: /films, /people, /locations, /species, /vehicles, and /<family>/<id>. Prefer the high-level offline ghibli commands unless the user asks for live data. — End —