Every anime quote.
One API call.
A developer-friendly REST API with thousands of curated anime quotes. Filter by character, anime, or mood. Built for apps, bots, and websites.
-H "X-API-Key: aq_k_a1b2..."
{"status": "success","data": {"id": "8f2a...","quote_text": "Those who break the rulesare scum, but those who abandontheir friends are worse than scum.","character": {"name": "Kakashi Hatake"},"anime": {"name": "Naruto"},"tags": ["friendship", "loyalty"]}}
Built for developers.
Powered by anime.
Everything you need to integrate anime quotes into your applications, with the developer experience you expect.
Full-Text Search
Search thousands of quotes with PostgreSQL full-text search. Find the perfect line by keyword, phrase, or context.
Random Quotes
Get a random anime quote with a single API call. Perfect for daily inspiration bots and widgets.
Filter Everything
Narrow results by anime, character, language, or tags. Combine multiple filters for precise results.
Rich Character & Anime Data
Every quote links to detailed character profiles and anime metadata. Images, roles, synopsis — all included.
Generous Free Tier
5,000 requests per month with 30 req/min. No credit card needed. Start building right now.
Typed & Documented
OpenAPI spec, consistent JSON envelope, cursor pagination, and comprehensive documentation.
Reliable & Secure
Hashed API keys, sliding-window rate limits, and clear error responses. Built for production.
Up and running in minutes.
Three steps. No complex setup. No vendor lock-in.
Try it instantly
The /random and /daily endpoints work without an API key — just IP-based rate limits. Test the API right now, no signup needed.
Create an Account
Sign up with your email to unlock all endpoints. Verify your email and get instant access to the free tier.
Generate an API Key
Create your unique API key from the dashboard. Use it in the X-API-Key header to access all endpoints.
// No API key needed for /random!
const res = await fetch(
"https://api.aniquotes.myproj.xyz/api/v1/quotes/random"
);
const { data } = await res.json();
console.log(data.quote_text);
// For all other endpoints, include your API key:
// headers: { "X-API-Key": "aq_k_..." }Free to use. Support if you love it.
The API is free for developers. Higher limits are available as a thank-you for supporters who help keep the servers running.
Free
Perfect for testing, side projects, and experimentation.
- 30 requests / minute
- 5,000 requests / month
- 2 API keys
- Full-text search
- Community support
Supporter
For developers building real applications. Your support keeps this API running.
- 60 requests / minute
- 50,000 requests / month
- 5 API keys
- Priority data sync
- Email support
Pro Supporter
For production apps with serious traffic. Highest limits and priority support.
- 200 requests / minute
- 500,000 requests / month
- 10 API keys
- Fastest data sync
- Priority support
Custom
Need more? Contact us on Telegram for custom limits.
- 1,000 requests / minute
- 5,000,000 requests / month
- 25 API keys
- Custom SLA
- Direct support via Telegram
Want to skip Stripe? Message on Telegram (@mohdsabahat) and I'll activate your account manually.
Ready to bring anime
to your app?
Join developers building bots, apps, and websites with AniQuotes. Start with the free tier — no strings attached.