A caching service for AniDB anime metadata with rate limiting and background updates.
curl http://localhost:8000/stats
curl -u username:password http://localhost:8000/anime/1
curl -u username:password "http://localhost:8000/search/tags?tags=action,comedy&min_weight=300"
Powered by FastAPI | GitHub