Free multilingual anime quotes with auto-translation, beautiful PNG image generation, full-text search, and external provider aggregation.
Build anime apps with a powerful, free API designed for developers
Get random quotes or full-text search across anime, characters, and quote text with /v1/search.
Quotes auto-translate to 10+ languages via LibreTranslate. No manual translation needed.
Beautiful PNG quote cards with gradients, custom fonts, and watermarks — ready for social media.
Aggregates from Animechan API + local data with smart caching and deduplication.
All list endpoints support ?limit=&offset= for efficient data fetching.
Deploy instantly on Vercel. Zero backend maintenance, infinite scale.
Simple REST endpoints with powerful parameters
Returns a random anime quote from local data or external providers (Animechan).
Get quotes from a specific anime. Merges results from external providers and local data.
| Param | Description |
|---|---|
| name | Anime name (required) |
| limit | Max results (default: 3, max: 20) |
| offset | Skip N results |
Get quotes said by a specific character across all sources.
| Param | Description |
|---|---|
| name | Character name (required) |
| limit | Max results (default: 3, max: 20) |
| offset | Skip N results |
Search across all quotes by text, anime name, or character name.
| Param | Description |
|---|---|
| q | Search query (required) |
| limit | Max results (default: 5, max: 20) |
| offset | Skip N results |
Get quotes in any supported language. Uses pre-translated data when available, auto-translates via LibreTranslate otherwise.
| Param | Description |
|---|---|
| lang | Language code (required): en, jp, ko, zh, hi, es, fr, de, pt, ru, it |
| anime | Filter by anime name |
| character | Filter by character name |
| limit | Max results (default: 3, max: 20) |
Generate a beautiful PNG image with quote text. Supports three modes: by local ID, inline quote data, or random.
| Param | Description |
|---|---|
| id | Quote ID (local data) |
| quote | Quote text (inline mode) |
| anime | Anime name (inline mode) |
| character | Character name (inline mode) |
| lang | Language code (default: en) |
Returns API health status, quote statistics, supported languages, and active providers.
Join developers building the next generation of anime applications
View on GitHub