Auto-generated trivia, image-based, and quote quizzes — with rate limiting, caching, batch mode, and retry logic. Free & open source.
Build anime quiz apps, bots, and games with a powerful, free API
Multiple-choice questions from OpenTDB anime category with easy, medium, hard difficulty levels.
Identify random anime characters from Jikan API images. Great for visual quiz apps.
Guess who said the anime quote — with multi-source fallback for 99% uptime.
Fetch 1–10 quizzes in a single request with /api/batch?count=5. NEW
30 requests/min per IP with proper 429 status and Retry-After headers. NEW
In-memory TTL cache for image and quote APIs — faster responses, fewer rate limits. NEW
Automatic retries with exponential backoff + 3-level quote API fallback chain. NEW
/health for uptime monitoring and status checks. NEW
Daily featured quiz — same for everyone, changes at midnight UTC. /api/quiz-of-the-day NEW
Submit scores with POST /api/score and view rankings at /api/leaderboard. NEW
Real-time quiz-of-the-day push via Server-Sent Events at /api/stream. NEW
Return only what you need: ?fields=question,options,correct. NEW
Simple GET endpoints, ready for front-end or bot integration
API health check — returns status, uptime, and timestamp.
Fetch a multiple-choice anime trivia question by difficulty level.
Returns a random anime character image. User must guess the character name.
Returns a random anime quote. Guess who said it.
Returns a quiz from any type — trivia, image, or quote. True random with fallback.
Fetch multiple quizzes at once (1–10). NEW
Daily featured quiz — same for everyone, changes at midnight UTC. NEW
List available quiz categories with descriptions. NEW
View score rankings. NEW
Submit a quiz score. Body: {"name": "Player", "score": 100, "mode": "classic"} NEW
API usage statistics — total requests, cache hit rate, per-endpoint counts. NEW
OpenAPI 3.0.3 specification — use with Swagger UI, Postman, or auto-generate clients. NEW
Server-Sent Events stream for real-time quiz-of-the-day notifications. NEW
Test API endpoints directly from your browser
Star the repo, report issues, or contribute new quiz sources
View on GitHub